diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-19 21:07:54 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-08-19 21:07:54 -0700 |
commit | 1240e2663413b56c5b97c8ff40cb5c1bdc2df23b (patch) | |
tree | 33dd66313ce0dba5af72b2f4046313306850dbf9 /app/src/main/res/values/strings_pref_appearance.xml | |
parent | bf2168ee57ded706819d1e4f49d729d4f45e1d29 (diff) | |
download | frost-1240e2663413b56c5b97c8ff40cb5c1bdc2df23b.tar.gz frost-1240e2663413b56c5b97c8ff40cb5c1bdc2df23b.tar.bz2 frost-1240e2663413b56c5b97c8ff40cb5c1bdc2df23b.zip |
Add bottom bar layout
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, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_appearance.xml b/app/src/main/res/values/strings_pref_appearance.xml index 513baf5f..f2e0f9e0 100644 --- a/app/src/main/res/values/strings_pref_appearance.xml +++ b/app/src/main/res/values/strings_pref_appearance.xml @@ -12,6 +12,9 @@ <string name="global_customization">Global Customization</string> + <string name="main_activity_layout">Main Activity Layout</string> + <string name="set_main_activity_layout">Set Main Activity Layout</string> + <string name="rounded_icons">Rounded Icons</string> <string name="rounded_icons_desc">Profile photos and group conversation icons will be rounded</string> |