diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/values/strings_pref_appearance.xml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index eff04778..c8a97c92 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -64,4 +64,7 @@ <string name="html_extraction_cancelled">The request has been cancelled.</string> <string name="html_extraction_timeout">The request has timed out.</string> <string name="file_chooser_not_found">File chooser not found</string> + + <string name="top_bar">Top Bar</string> + <string name="bottom_bar">Bottom Bar</string> </resources> 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> |