Add options to change the number of columns in PostFragment portrait and landscape modes. Upgrade compileSdkVersion and targetSdkVersion to 30.

This commit is contained in:
Alex Ning
2020-08-25 09:34:50 +08:00
parent 462208066a
commit 087ca72fc7
9 changed files with 80 additions and 3 deletions

View File

@@ -228,4 +228,9 @@
<item>yyyy.M.d HH:mm</item>
<item>yyyy.M.d hh:mm a</item>
</string-array>
<string-array name="settings_number_of_columns_in_post_feed">
<item>1</item>
<item>2</item>
</string-array>
</resources>