mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-03 02:41:40 +00:00
Typography cleanup
This commit is contained in:
parent
73e6b2e4cb
commit
5e25e5441b
48 changed files with 259 additions and 354 deletions
|
|
@ -29,7 +29,7 @@
|
|||
android:background="@drawable/ic_toolbar_motion_on" />
|
||||
|
||||
<TextView
|
||||
style="@style/ToolbarTextView"
|
||||
style="@style/HeadlineMedium"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="8dp"
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/music_discovery_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="8dp"
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/similar_tracks_pre_text_view"
|
||||
style="@style/SubheadTextView"
|
||||
style="@style/TitleMedium"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/similar_tracks_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/most_played_albums_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/most_played_albums_text_view_clickable"
|
||||
style="@style/SubheadTextView"
|
||||
style="@style/TitleMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="8dp"
|
||||
|
|
@ -206,7 +206,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/recently_played_albums_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/recently_played_albums_text_view_clickable"
|
||||
style="@style/SubheadTextView"
|
||||
style="@style/TitleMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="8dp"
|
||||
|
|
@ -255,7 +255,7 @@
|
|||
|
||||
<!-- Label and button -->
|
||||
<TextView
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
|
|
@ -299,7 +299,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/starred_tracks_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
@ -311,7 +311,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/starred_tracks_text_view_clickable"
|
||||
style="@style/SubheadTextView"
|
||||
style="@style/TitleMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="8dp"
|
||||
|
|
@ -354,7 +354,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/starred_albums_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
@ -366,7 +366,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/starred_albums_text_view_clickable"
|
||||
style="@style/SubheadTextView"
|
||||
style="@style/TitleMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="8dp"
|
||||
|
|
@ -409,7 +409,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/starred_artists_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
@ -421,7 +421,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/starred_artists_text_view_clickable"
|
||||
style="@style/SubheadTextView"
|
||||
style="@style/TitleMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="8dp"
|
||||
|
|
@ -465,7 +465,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/recently_added_albums_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
@ -477,7 +477,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/recently_added_albums_text_view_clickable"
|
||||
style="@style/SubheadTextView"
|
||||
style="@style/TitleMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="8dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue