mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
Bar color should be primary instead of muted different tone
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
e767d08755
commit
bcffc3b96f
@ -48,7 +48,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
android:indeterminate="false"
|
android:indeterminate="false"
|
||||||
app:indicatorColor="@color/poll_bar_color"
|
app:indicatorColor="@color/colorPrimary"
|
||||||
app:layout_constraintStart_toStartOf="@+id/poll_option_text"
|
app:layout_constraintStart_toStartOf="@+id/poll_option_text"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/poll_option_text"
|
app:layout_constraintTop_toBottomOf="@+id/poll_option_text"
|
||||||
app:trackColor="@color/dialog_background"
|
app:trackColor="@color/dialog_background"
|
||||||
|
@ -106,9 +106,6 @@
|
|||||||
<color name="list_divider_background">#eeeeee</color>
|
<color name="list_divider_background">#eeeeee</color>
|
||||||
<color name="grey_200">#EEEEEE</color>
|
<color name="grey_200">#EEEEEE</color>
|
||||||
|
|
||||||
<!-- poll -->
|
|
||||||
<color name="poll_bar_color">#8dd4f6</color>
|
|
||||||
|
|
||||||
<!-- this is just a helper for status icon background because getting the background color of a dialog is not
|
<!-- this is just a helper for status icon background because getting the background color of a dialog is not
|
||||||
possible?! don't use this to set the background of dialogs -->
|
possible?! don't use this to set the background of dialogs -->
|
||||||
<color name="dialog_background">#FFFFFF</color>
|
<color name="dialog_background">#FFFFFF</color>
|
||||||
|
Loading…
Reference in New Issue
Block a user