Skip to content

Commit 404fde1

Browse files
committed
Revert "Settings: Use M3 slider for discrete seekbars"
This reverts commit 144d4ba.
1 parent f7e5bc2 commit 404fde1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/layout/icon_discrete_slider.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
android:tintMode="src_in" />
4343
</FrameLayout>
4444

45-
<com.android.settingslib.widget.DiscreteRoundedSeekBar
45+
<SeekBar
4646
android:id="@*android:id/seekbar"
47-
style="@style/SeekBar.SettingsLib.Discrete"
47+
style="@android:style/Widget.Material.SeekBar.Discrete"
4848
android:layout_width="0dp"
4949
android:layout_height="48dp"
5050
android:layout_gravity="center_vertical"

0 commit comments

Comments
 (0)