mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 20:49:36 +01:00
set seekbar default style
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
19dcd8267a
commit
297ece8e7b
@ -104,9 +104,9 @@
|
||||
|
||||
<SeekBar
|
||||
android:id="@+id/seekbar"
|
||||
style="@style/Nextcloud.Material.Incoming.SeekBar"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
tools:progress="50" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -38,6 +38,8 @@
|
||||
<item name="android:actionMenuTextAppearance">@style/menuTextAppearance</item>
|
||||
<item name="searchViewStyle">@style/SearchView</item>
|
||||
<item name="android:navigationBarColor">@color/bg_default</item>
|
||||
<item name="android:seekBarStyle">@style/Nextcloud.Material.Incoming.SeekBar</item>
|
||||
<item name="seekBarStyle">@style/Nextcloud.Material.Incoming.SeekBar</item>
|
||||
</style>
|
||||
|
||||
<style name="ThemeOverlay.AppTheme.PopupMenu" parent="ThemeOverlay.MaterialComponents.Dark">
|
||||
|
Loading…
Reference in New Issue
Block a user