diff options
author | Christian S <christian@pix-art.de> | 2016-05-05 22:14:56 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2016-05-05 22:55:01 +0200 |
commit | 429e27894859bdadb1e55cac7eeb8dc51fe05410 (patch) | |
tree | 9fe4ad3c7bfe3de67ca7199fb231d6987afdcb82 /src/main/res/values | |
parent | dc8885dc32acc6009a1280a9044cc1c7418b1675 (diff) |
add audio recorder
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 | ||||
-rw-r--r-- | src/main/res/values/themes.xml | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 136c3983e..ecc715de9 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -671,5 +671,7 @@ <string name="presence_dnd">Busy</string> <string name="secure_password_generated">A secure password has been generated</string> <string name="device_does_not_support_battery_op">Your device does not support opting out of battery optimization</string> + <string name="share">Teilen</string> + <string name="no_mic_permissions">No permissions to record audio</string> </resources> diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml index db86770fe..f3592b823 100644 --- a/src/main/res/values/themes.xml +++ b/src/main/res/values/themes.xml @@ -55,5 +55,11 @@ <style name="ConversationsActionBarTabs" parent="@android:style/Widget.Holo.ActionBar.TabView"> <item name="android:background">@drawable/actionbar_tab_indicator</item> </style> + <style name="ConversationsDialog" parent="@android:style/Theme.Holo.Light.Dialog"> + <item name="android:windowNoTitle">true</item> + <item name="TextSizeInfo">12sp</item> + <item name="TextSizeBody">14sp</item> + <item name="TextSizeHeadline">20sp</item> + </style> </resources>
\ No newline at end of file |