forked from mirror/monocles_chat
use Material switch only
This commit is contained in:
parent
da52362dd8
commit
89a4f5a1bb
6 changed files with 6 additions and 6 deletions
|
@ -192,7 +192,7 @@
|
|||
android:singleLine="true"
|
||||
android:textAppearance="?textAppearanceBodyMedium" />
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
android:id="@+id/store_in_cache"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
@ -623,7 +623,7 @@
|
|||
android:textAppearance="?textAppearanceBodyMedium"/>
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
android:id="@+id/quiet_hours_enable"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
@ -443,7 +443,7 @@
|
|||
android:singleLine="true"
|
||||
android:textAppearance="?textAppearanceBodyMedium" />
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
android:id="@+id/store_in_cache"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
android:visibility="gone"
|
||||
app:tint="@color/light_green_600" />
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
android:id="@+id/tgl_trust"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
android:id="@+id/tgl_account_status"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<dimen name="card_padding_list">8dp</dimen> <!-- card_padding_regular minus list_padding -->
|
||||
<dimen name="list_padding">8dp</dimen>
|
||||
<dimen name="image_button_padding">12dp</dimen>
|
||||
<dimen name="key_action_width">48dp
|
||||
<dimen name="key_action_width">54dp
|
||||
</dimen> <!-- icon width (24dp) + 2 * image button padding -->
|
||||
<dimen name="fineprint_size">11sp</dimen>
|
||||
<dimen name="audio_player_width">224dp</dimen>
|
||||
|
|
Loading…
Reference in a new issue