mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Reduced the font of the main screen and decreased the padding in the bottom sheet
This commit is contained in:
parent
b69188d93b
commit
7b950f4e5c
4 changed files with 16 additions and 10 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/syncing_syncing_label"
|
||||
style="@style/MainTitleTextView"
|
||||
style="@style/TitleTextView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:includeFontPadding="false"
|
||||
|
|
|
|||
|
|
@ -3,5 +3,8 @@
|
|||
android:id="@+id/now_playing_song_cover_image_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="24dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginStart="24dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:foreground="?android:attr/selectableItemBackground" />
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/collapse_bottom_sheet_button"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleTextView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="-4dp"
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/player_song_title_label"
|
||||
style="@style/HeadlineTextView"
|
||||
style="@style/TitleTextView"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:paddingStart="24dp"
|
||||
android:paddingEnd="24dp"
|
||||
android:paddingBottom="18dp"
|
||||
android:paddingBottom="12dp"
|
||||
android:text="@string/label_placeholder"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/player_song_title_label" />
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:clipToPadding="false"
|
||||
android:paddingTop="18dp"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingBottom="18dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
|||
|
|
@ -51,9 +51,12 @@
|
|||
<item name="android:fontFamily">@font/inter</item>
|
||||
</style>
|
||||
|
||||
<style name="MainTitleTextView" parent="InterFontFamily">
|
||||
<item name="android:textSize">30sp</item>
|
||||
<item name="android:textFontWeight">900</item>
|
||||
<!-- Font di tutti i titoli di sezione.
|
||||
Prevalentemente utilizzato nel bottom_sheet_player,
|
||||
il titolo della canzone e la stringa in alto -->
|
||||
<style name="TitleTextView" parent="InterFontFamily">
|
||||
<item name="android:textSize">26sp</item>
|
||||
<item name="android:textFontWeight">700</item>
|
||||
<item name="android:textColor">@color/titleTextColor</item>
|
||||
</style>
|
||||
|
||||
|
|
@ -61,7 +64,7 @@
|
|||
Questi comprendono i titoli nelle schermate principali, nel bottom_sheet_player
|
||||
il titolo della canzone e la stringa in alto -->
|
||||
<style name="HeadlineTextView" parent="InterFontFamily">
|
||||
<item name="android:textSize">24sp</item>
|
||||
<item name="android:textSize">22sp</item>
|
||||
<item name="android:textFontWeight">700</item>
|
||||
<item name="android:textColor">@color/titleTextColor</item>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue