mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[android] Remove custom color for unchecked checkbox
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
jeanbaptisteC
parent
5e576177ea
commit
7f075d9bef
@@ -13,7 +13,6 @@
|
||||
android:layout_marginStart="@dimen/margin_base"
|
||||
android:text="@string/download_country_ask"
|
||||
android:textAppearance="?fontBody2"
|
||||
app:buttonTint="?colorSecondary"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible"/>
|
||||
<com.google.android.material.progressindicator.LinearProgressIndicator
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
android:id="@+id/selected"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginEnd="@dimen/margin_double"
|
||||
app:buttonTint="?colorSecondary"/>
|
||||
android:layout_marginEnd="@dimen/margin_double" />
|
||||
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
android:id="@+id/cuisine"
|
||||
|
||||
@@ -52,8 +52,6 @@
|
||||
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -70,8 +68,6 @@
|
||||
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -88,8 +84,6 @@
|
||||
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -106,8 +100,6 @@
|
||||
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -124,8 +116,6 @@
|
||||
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -146,8 +136,6 @@
|
||||
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
android:id="@id/chb__day"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/MwmWidget.Editor.DayCheckBox"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
<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