Merge "Fix background inconsistency of the font size page in SUW" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ea7b64a96d
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user