From b04ad8956dac3d5d07a389b56e1e22e70bf9ff51 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 6 Jan 2020 17:19:41 +0800 Subject: Sharing and copying post links and media links are available. --- .../res/layout/fragment_post_type_bottom_sheet.xml | 116 ++++++--------------- .../layout/fragment_share_link_bottom_sheet.xml | 87 ++++++++++++++++ 2 files changed, 121 insertions(+), 82 deletions(-) create mode 100644 app/src/main/res/layout/fragment_share_link_bottom_sheet.xml (limited to 'app/src/main/res/layout') 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 8025c8d0..ee526c00 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 @@ -10,125 +10,77 @@ android:layout_height="wrap_content" android:orientation="vertical"> - + android:background="?attr/selectableItemBackground" /> - - - - - - - - - + android:background="?attr/selectableItemBackground" /> - - - - - + android:background="?attr/selectableItemBackground" /> - - - - - - - - - - - - - + android:background="?attr/selectableItemBackground" /> diff --git a/app/src/main/res/layout/fragment_share_link_bottom_sheet.xml b/app/src/main/res/layout/fragment_share_link_bottom_sheet.xml new file mode 100644 index 00000000..0d69a9c6 --- /dev/null +++ b/app/src/main/res/layout/fragment_share_link_bottom_sheet.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3