From 4f8b313b3c42084e66fcdc0e3aaaf870c97b5688 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 3 Jul 2020 10:27:24 +0800 Subject: Fully collapsing comments is now available (barebone). --- .../layout/fragment_comment_more_bottom_sheet.xml | 1 + .../res/layout/item_comment_fully_collapsed.xml | 56 ++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 app/src/main/res/layout/item_comment_fully_collapsed.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml b/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml index c1126a2d..5d8c86d0 100644 --- a/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml @@ -121,6 +121,7 @@ android:text="@string/see_removed_comment" android:textColor="?attr/primaryTextColor" android:textSize="?attr/font_default" + android:fontFamily="?attr/font_family" android:visibility="gone" /> diff --git a/app/src/main/res/layout/item_comment_fully_collapsed.xml b/app/src/main/res/layout/item_comment_fully_collapsed.xml new file mode 100644 index 00000000..f77b683c --- /dev/null +++ b/app/src/main/res/layout/item_comment_fully_collapsed.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3