Using a full-bleed background for Set-Wallpaper button
Bug: 22007160 Change-Id: I06c4ffe5b5fa4f2c18c06a6e1bf014b328de00fd
This commit is contained in:
@@ -28,4 +28,9 @@
|
||||
<item name="android:contentInsetStart">0dp</item>
|
||||
</style>
|
||||
|
||||
<style name="ActionBarSetWallpaperStyle" parent="@android:style/Widget.DeviceDefault.ActionButton">
|
||||
<item name="android:textColor">#ffffffff</item>
|
||||
<item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<style name="Theme.WallpaperCropper" parent="@android:style/Theme.DeviceDefault">
|
||||
<item name="android:actionBarStyle">@style/WallpaperCropperActionBar</item>
|
||||
<item name="android:windowFullscreen">true</item>
|
||||
@@ -40,5 +40,6 @@
|
||||
|
||||
<style name="ActionBarSetWallpaperStyle" parent="@android:style/Widget.DeviceDefault.ActionButton">
|
||||
<item name="android:textColor">#ffffffff</item>
|
||||
<item name="android:background">?android:attr/selectableItemBackground</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user