From 68bdee39524339eb986c6710e63730be2ef856f2 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 24 Dec 2020 13:00:06 +0800 Subject: New feature: Hide read posts automatically. --- app/src/main/res/layout/fragment_post_history.xml | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_post_history.xml b/app/src/main/res/layout/fragment_post_history.xml index 7eb07801..9ed65c7f 100644 --- a/app/src/main/res/layout/fragment_post_history.xml +++ b/app/src/main/res/layout/fragment_post_history.xml @@ -25,6 +25,11 @@ android:fontFamily="?attr/font_family" app:drawableStartCompat="@drawable/ic_info_preference_24dp" /> + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3