mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-11 14:54:09 +01:00
linter errors
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
This commit is contained in:
parent
2430f725d6
commit
347d489b8d
@ -698,6 +698,5 @@ How to translate with transifex:
|
|||||||
<string name="nc_settings_socks_value" translatable="false">1080</string>
|
<string name="nc_settings_socks_value" translatable="false">1080</string>
|
||||||
<string name="this_is_a_test_message">This is a test message</string>
|
<string name="this_is_a_test_message">This is a test message</string>
|
||||||
<string name="continuous_voice_message_recording">Lock recording for continuously recording of the voice message</string>
|
<string name="continuous_voice_message_recording">Lock recording for continuously recording of the voice message</string>
|
||||||
<string name="saved_draft_message">Saved draft message.</string>
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -266,6 +266,13 @@
|
|||||||
<item name="android:colorControlActivated">@color/colorPrimary</item>
|
<item name="android:colorControlActivated">@color/colorPrimary</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style name="Nextcloud.Material.Outgoing.SeekBar" parent="Widget.AppCompat.SeekBar">
|
||||||
|
<item name="android:progressBackgroundTint">#deffffff</item>
|
||||||
|
<item name="android:progressTint">#ffffff</item>
|
||||||
|
<item name="android:colorControlActivated">#ffffff</item>
|
||||||
|
<item name="android:colorControlNormal">#ffffff</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
<style name="CustomShapeAppearanceBottomSheetDialog" parent="">
|
<style name="CustomShapeAppearanceBottomSheetDialog" parent="">
|
||||||
<item name="cornerFamily">rounded</item>
|
<item name="cornerFamily">rounded</item>
|
||||||
<item name="cornerSizeTopRight">16dp</item>
|
<item name="cornerSizeTopRight">16dp</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user