mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Extract hard coded strings to resources
This commit is contained in:
parent
9d7acdb892
commit
14cacd1bbc
2 changed files with 4 additions and 2 deletions
|
|
@ -306,7 +306,7 @@
|
|||
android:paddingStart="16dp"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:text="Last week"
|
||||
android:text="@string/home_title_last_week"
|
||||
android:textAllCaps="true" />
|
||||
|
||||
<TextView
|
||||
|
|
@ -316,7 +316,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:text="Your top songs" />
|
||||
android:text="@string/home_title_top_songs" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/grid_tracks_recycler_view"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue