diff options
author | Allan Wang <me@allanwang.ca> | 2019-03-31 23:04:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-31 23:04:24 -0400 |
commit | f6ffcb6eb67ad9fc82b9929200f75a43cecf99db (patch) | |
tree | 9ae06938cb08c59b46c1002f20e8e0730cf2938e /app/src/main/res/values/strings_pref_appearance.xml | |
parent | a85b52302d1328798c7d844ff68117c49586873d (diff) | |
parent | fc375400411de3e7113a296b618940ef7b2b655c (diff) | |
download | frost-f6ffcb6eb67ad9fc82b9929200f75a43cecf99db.tar.gz frost-f6ffcb6eb67ad9fc82b9929200f75a43cecf99db.tar.bz2 frost-f6ffcb6eb67ad9fc82b9929200f75a43cecf99db.zip |
Merge pull request #1379 from AllanWang/remove-round-icon
Remove round icon settings
Diffstat (limited to 'app/src/main/res/values/strings_pref_appearance.xml')
-rw-r--r-- | app/src/main/res/values/strings_pref_appearance.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings_pref_appearance.xml b/app/src/main/res/values/strings_pref_appearance.xml index 4f74bae3..a77d70a3 100644 --- a/app/src/main/res/values/strings_pref_appearance.xml +++ b/app/src/main/res/values/strings_pref_appearance.xml @@ -18,9 +18,6 @@ <string name="main_tabs">Main Activity Tabs</string> <string name="main_tabs_desc">Customize which tabs you\'ll see in your main activity</string> - <string name="rounded_icons">Rounded Icons</string> - <string name="rounded_icons_desc">Profile photos and group conversation icons will be rounded</string> - <string name="tint_nav">Tint Nav Bar</string> <string name="tint_nav_desc">Navigation bar will be the same color as the header</string> <string name="web_text_scaling">Web Text Scaling</string> |