diff options
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.xml | 1 |
1 files changed, 1 insertions, 0 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 edd8ad20..4cec7313 100644 --- a/app/src/main/res/layout/fragment_flair_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_flair_bottom_sheet.xml @@ -4,6 +4,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" + android:background="?attr/backgroundColor" tools:application=".FlairBottomSheetFragment"> <TextView |