diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 1 | ||||
-rw-r--r-- | src/main/res/values/themes.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 0c471ca79..1481bc6cc 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -813,4 +813,5 @@ <string name="pref_use_quick_share_attachment_choice_summary">Replace send button with attachment choice if no message is typed. Otherwise show quick actions, which can be cofigured in the following setting.</string> <string name="pref_quick_share_attachment_choice">Attachment choice</string> <string name="phone_book">Address book</string> + <string name="unable_to_save_recording">Unable to save recording</string> </resources> diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml index c8a0a97a1..c17bb820f 100644 --- a/src/main/res/values/themes.xml +++ b/src/main/res/values/themes.xml @@ -284,6 +284,7 @@ <item name="colorAccent">@color/accent</item> <item name="color_background_primary">@color/grey50</item> <item name="divider">@color/black12</item> + <item name="TextSizeTitle">18sp</item> <item name="TextSizeBody2">14sp</item> <item name="TextSizeDisplay2">45sp</item> <item name="android:windowNoTitle">true</item> |