aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_flair_bottom_sheet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_flair_bottom_sheet.xml')
-rw-r--r--app/src/main/res/layout/fragment_flair_bottom_sheet.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_flair_bottom_sheet.xml b/app/src/main/res/layout/fragment_flair_bottom_sheet.xml
index 8f9511d6..edd8ad20 100644
--- a/app/src/main/res/layout/fragment_flair_bottom_sheet.xml
+++ b/app/src/main/res/layout/fragment_flair_bottom_sheet.xml
@@ -11,7 +11,7 @@
android:layout_height="wrap_content"
android:padding="16dp"
android:text="@string/flair"
- android:textSize="18sp" />
+ android:textSize="?attr/font_18" />
<ProgressBar
android:id="@+id/progress_bar_flair_bottom_sheet_fragment"
@@ -27,7 +27,8 @@
android:layout_gravity="center"
android:gravity="center"
android:padding="48dp"
- android:visibility="gone" />
+ android:visibility="gone"
+ android:textSize="?attr/font_default" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view_bottom_sheet_fragment"