Merge "Fix background inconsistency of the font size page in SUW" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-23 09:21:28 +00:00
committed by Android (Google) Code Review
5 changed files with 13 additions and 17 deletions

View File

@@ -24,7 +24,7 @@
android:shape="rectangle" >
<stroke
android:width="@dimen/preview_pager_padding"
android:color="?android:attr/colorPrimary" />
android:color="?android:attr/colorBackground" />
</shape>
</item>
<item
@@ -35,7 +35,7 @@
android:shape="rectangle"
android:height="?android:attr/actionBarSize" >
<solid
android:color="?android:attr/colorPrimary" />
android:color="?android:attr/colorBackground" />
</shape>
</item>
</layer-list>