Loading res/layout/slice_preference_layout.xml +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ <androidx.slice.widget.SliceView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/slice_view" style="@style/Widget.SliceView.Bluetooth" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="12dp" Loading res/values/styles.xml +7 −0 Original line number Diff line number Diff line Loading @@ -524,6 +524,13 @@ <item name="rowStyle">@style/SliceRow.Slider</item> </style> <style name="Widget.SliceView.Bluetooth"> <item name="titleSize">20dp</item> <item name="subtitleSize">14dp</item> <item name="headerTitleSize">20dp</item> <item name="headerSubtitleSize">14dp</item> </style> <style name="Widget.SliceView.Panel.Slider.LargeIcon"> <item name="rowStyle">@style/SliceRow.Slider.LargeIcon</item> </style> Loading Loading
res/layout/slice_preference_layout.xml +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ <androidx.slice.widget.SliceView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/slice_view" style="@style/Widget.SliceView.Bluetooth" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="12dp" Loading
res/values/styles.xml +7 −0 Original line number Diff line number Diff line Loading @@ -524,6 +524,13 @@ <item name="rowStyle">@style/SliceRow.Slider</item> </style> <style name="Widget.SliceView.Bluetooth"> <item name="titleSize">20dp</item> <item name="subtitleSize">14dp</item> <item name="headerTitleSize">20dp</item> <item name="headerSubtitleSize">14dp</item> </style> <style name="Widget.SliceView.Panel.Slider.LargeIcon"> <item name="rowStyle">@style/SliceRow.Slider.LargeIcon</item> </style> Loading