mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 18:31: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"
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/title_download_screen"
|
||||
style="@style/ItemTitleTextView"
|
||||
style="@style/LabelMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="12dp"
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/subtitle_download_screen"
|
||||
style="@style/ItemSubtitleTextView"
|
||||
style="@style/LabelSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="56dp"
|
||||
|
|
@ -107,7 +107,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/downloaded_artist_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/downloaded_artist_text_view_clickable"
|
||||
style="@style/SubheadTextView"
|
||||
style="@style/TitleMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="8dp"
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/downloaded_album_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/downloaded_album_text_view_clickable"
|
||||
style="@style/SubheadTextView"
|
||||
style="@style/TitleMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="8dp"
|
||||
|
|
@ -219,7 +219,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/downloaded_tracks_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
@ -231,7 +231,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/downloaded_tracks_text_view_clickable"
|
||||
style="@style/SubheadTextView"
|
||||
style="@style/TitleMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="8dp"
|
||||
|
|
@ -275,7 +275,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/downloaded_playlist_text_view_refreshable"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
@ -287,7 +287,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/downloaded_playlist_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