Skip to content

Commit

Permalink
remove old switch style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 9, 2024
1 parent 678326f commit 98b8a83
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/pandroid/app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@
<item name="preferenceTheme">@style/PreferenceTheme</item>
<item name="android:statusBarColor">?colorSurface</item>
<item name="android:windowLightStatusBar">?isLightTheme</item>

<item name="switchStyle">@style/SwitchStyle</item>
<item name="materialSwitchStyle">@style/SwitchStyle</item>
<item name="android:switchStyle">@style/SwitchStyle</item>
</style>

<style name="SwitchStyle" parent="Widget.Material3.CompoundButton.MaterialSwitch">
<item name="android:thumb">@drawable/switch_thumb</item>
<item name="android:track">@drawable/switch_track</item>
<item name="thumbRadius">0dp</item>
<item name="android:thumbOffset">0dp</item>
<item name="android:padding">0dp</item>
<item name="showText">false</item>
<item name="android:showText">false</item>
</style>

<style name="PreferenceTheme" parent="PreferenceThemeOverlay">
Expand Down

0 comments on commit 98b8a83

Please sign in to comment.