diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-12-19 13:09:58 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-12-19 13:09:58 +0000 |
commit | 2113d4a902de2dcc6a0347834118ffc877c865a8 (patch) | |
tree | 90a8d7e964533dd2f8035a79af9f3dfa248d3e0d /app/src/main/res/xml/about_preferences.xml | |
parent | a914ed95ef2874bbde229a79e5c314dad474e25f (diff) | |
download | infinity-for-reddit-2113d4a902de2dcc6a0347834118ffc877c865a8.tar infinity-for-reddit-2113d4a902de2dcc6a0347834118ffc877c865a8.tar.gz infinity-for-reddit-2113d4a902de2dcc6a0347834118ffc877c865a8.tar.bz2 infinity-for-reddit-2113d4a902de2dcc6a0347834118ffc877c865a8.tar.lz infinity-for-reddit-2113d4a902de2dcc6a0347834118ffc877c865a8.tar.xz infinity-for-reddit-2113d4a902de2dcc6a0347834118ffc877c865a8.tar.zst infinity-for-reddit-2113d4a902de2dcc6a0347834118ffc877c865a8.zip |
Fixed UI in ViewMultiRedditDetailActivity. Add a share option in Settings -> About to let you easily share this app to other people. Version 2.0.0.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/about_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/about_preferences.xml b/app/src/main/res/xml/about_preferences.xml index fca988af..82898326 100644 --- a/app/src/main/res/xml/about_preferences.xml +++ b/app/src/main/res/xml/about_preferences.xml @@ -35,4 +35,9 @@ app:title="@string/settings_subreddit_title" app:summary="@string/settings_subreddit_summary" /> + <Preference + android:key="share" + app:title="@string/settings_share_title" + app:summary="@string/settings_share_summary" /> + </PreferenceScreen>
\ No newline at end of file |