Merge "Fix connected device detail page slice items are in smaller font size" into tm-dev am: 27c2e0db82

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17233883

Change-Id: I680a031d47a6ebdb0a7422465a325089230b5b9b
This commit is contained in:
TreeHugger Robot
2022-03-21 03:01:43 +00:00
committed by Automerger Merge Worker
2 changed files with 8 additions and 0 deletions

View File

@@ -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"

View File

@@ -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>