From fcc34b45d4aeae95bd16c9d70f0a2db5109951f0 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 12 Jul 2019 11:31:28 +0800 Subject: Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons. --- app/src/main/res/layout/activity_main.xml | 4 +- app/src/main/res/layout/post_type_bottom_sheet.xml | 122 +++++++++++++++++++++ 2 files changed, 124 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/layout/post_type_bottom_sheet.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 6c30dbc2..fc198172 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -72,7 +72,7 @@ android:layout_height="24dp" android:layout_gravity="center_vertical" android:layout_marginEnd="32dp" - android:src="@drawable/ic_outline_account_circle_24px" + android:src="@drawable/ic_outline_check_circle_outline_24px" android:tint="@color/primaryTextColor"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3