mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Create view_preference_switch.xml
for md3 switches in settings
This commit is contained in:
parent
e1f4696115
commit
0125b16ec1
1 changed files with 10 additions and 0 deletions
10
app/src/main/res/layout/view_preference_switch.xml
Normal file
10
app/src/main/res/layout/view_preference_switch.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.materialswitch.MaterialSwitch xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/switchWidget"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@null"
|
||||
android:clickable="false"
|
||||
android:focusable="false"
|
||||
app:trackDecorationTint="@color/colorSecondary" />
|
Loading…
Add table
Add a link
Reference in a new issue