Skip to content

Commit be8c2f7

Browse files
committed
UI: Fix some derps with fontFamily
It also fixes preview in android studio Signed-off-by: IacobIonut01 <[email protected]>
1 parent 1abe7ed commit be8c2f7

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

app/src/main/res/layout/dashboard_layout.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
android:layout_width="wrap_content"
2929
android:layout_height="wrap_content"
3030
android:layout_margin="28dp"
31-
android:fontFamily="google-sans-medium"
3231
android:text="@string/app_name"
3332
android:textColor="?android:textColorPrimary"
3433
android:textSize="24sp"

app/src/main/res/layout/section_fragment.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<TextView
1818
android:layout_width="match_parent"
1919
android:layout_height="wrap_content"
20-
android:fontFamily="google-sans-medium"
2120
android:paddingStart="28dp"
2221
android:paddingTop="7dp"
2322
android:paddingEnd="28dp"

app/src/main/res/layout/section_wallpaper_header.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@
7676
android:layout_width="match_parent"
7777
android:layout_height="wrap_content"
7878
android:layout_marginTop="8dp"
79-
android:fontFamily="google-sans-medium"
8079
android:paddingStart="18dp"
8180
android:paddingTop="14dp"
8281
android:paddingEnd="18dp"
8382
android:paddingBottom="14dp"
8483
android:text="@string/built_in_wallpapers"
8584
android:textColor="?android:attr/textColorSecondary"
86-
android:textSize="22sp" />
85+
android:textSize="22sp"
86+
android:textStyle="bold" />
8787

8888
<androidx.recyclerview.widget.RecyclerView
8989
android:id="@+id/builtInRecycler"
@@ -99,14 +99,14 @@
9999
<TextView
100100
android:layout_width="match_parent"
101101
android:layout_height="wrap_content"
102-
android:fontFamily="google-sans-medium"
103102
android:paddingStart="18dp"
104103
android:paddingTop="14dp"
105104
android:paddingEnd="18dp"
106105
android:paddingBottom="14dp"
107106
android:text="@string/dotos_exclusives"
108107
android:textColor="?android:attr/textColorSecondary"
109108
android:textSize="22sp"
109+
android:textStyle="bold"
110110
app:drawableEndCompat="@drawable/drag_handle" />
111111

112112
<androidx.recyclerview.widget.RecyclerView

0 commit comments

Comments
 (0)