From 087ca72fc75708184fa7154afb69e2907538c66e Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 25 Aug 2020 09:34:50 +0800 Subject: Add options to change the number of columns in PostFragment portrait and landscape modes. Upgrade compileSdkVersion and targetSdkVersion to 30. --- app/src/main/res/values/arrays.xml | 5 +++++ app/src/main/res/values/strings.xml | 3 +++ 2 files changed, 8 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index e3ad548e..38edbb2a 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -228,4 +228,9 @@ yyyy.M.d HH:mm yyyy.M.d hh:mm a + + + 1 + 2 + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b909ab32..8105a92f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -387,6 +387,9 @@ Default Post Layout Show Divider in Compact Layout Show Thumbnail on the Left in Compact Layout + The Number of Columns in Post Feed + Portrait + Landscape Swap Tap and Long Press in Comments Swipe Right to Go Back Does Not Apply to All Pages -- cgit v1.2.3