mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 21:45:42 +03: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
2 changed files with 1 additions and 4 deletions
|
@ -48,7 +48,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:indeterminate="false"
|
||||
app:indicatorColor="@color/poll_bar_color"
|
||||
app:indicatorColor="@color/colorPrimary"
|
||||
app:layout_constraintStart_toStartOf="@+id/poll_option_text"
|
||||
app:layout_constraintTop_toBottomOf="@+id/poll_option_text"
|
||||
app:trackColor="@color/dialog_background"
|
||||
|
|
|
@ -106,9 +106,6 @@
|
|||
<color name="list_divider_background">#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
|
||||
possible?! don't use this to set the background of dialogs -->
|
||||
<color name="dialog_background">#FFFFFF</color>
|
||||
|
|
Loading…
Reference in a new issue