mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[android] fix checkbox colours after MaterialCheckbox migration
Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
committed by
Konstantin Pastbin
parent
e3b83140b6
commit
6857ca8f90
@@ -13,6 +13,7 @@
|
||||
android:layout_marginStart="@dimen/margin_base"
|
||||
android:text="@string/download_country_ask"
|
||||
android:textAppearance="?fontBody2"
|
||||
app:buttonTint="?colorAccent"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible"/>
|
||||
<com.google.android.material.progressindicator.LinearProgressIndicator
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/height_item_oneline"
|
||||
android:background="?clickableBackground"
|
||||
@@ -12,7 +13,8 @@
|
||||
android:id="@+id/selected"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginEnd="@dimen/margin_double"/>
|
||||
android:layout_marginEnd="@dimen/margin_double"
|
||||
app:buttonTint="?colorAccent"/>
|
||||
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
android:id="@+id/cuisine"
|
||||
|
||||
@@ -52,7 +52,8 @@
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -69,7 +70,8 @@
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -86,7 +88,8 @@
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -103,7 +106,8 @@
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -120,7 +124,8 @@
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -141,7 +146,8 @@
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:checked">true</item>
|
||||
<item name="buttonTint">?colorAccent</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmWidget.Editor.DayText">
|
||||
|
||||
Reference in New Issue
Block a user