From ca19c566c338a8c815ce68aa88e3a09987112881 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 27 Sep 2020 17:06:55 +0800 Subject: Long press the Floating Action Button to see more options. --- .../fragment_fab_more_options_bottom_sheet.xml | 111 +++++++++++++++++++++ .../res/layout/fragment_post_type_bottom_sheet.xml | 2 +- 2 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/layout/fragment_fab_more_options_bottom_sheet.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_fab_more_options_bottom_sheet.xml b/app/src/main/res/layout/fragment_fab_more_options_bottom_sheet.xml new file mode 100644 index 00000000..fa7f9833 --- /dev/null +++ b/app/src/main/res/layout/fragment_fab_more_options_bottom_sheet.xml @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_post_type_bottom_sheet.xml b/app/src/main/res/layout/fragment_post_type_bottom_sheet.xml index 5dc07eb0..e89e36a2 100644 --- a/app/src/main/res/layout/fragment_post_type_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_post_type_bottom_sheet.xml @@ -23,7 +23,7 @@ android:textColor="?attr/primaryTextColor" android:textSize="?attr/font_default" android:fontFamily="?attr/font_family" - android:drawableStart="@drawable/ic_outline_text_24px" + android:drawableStart="@drawable/ic_text_24dp" android:drawablePadding="48dp" android:clickable="true" android:focusable="true" -- cgit v1.2.3