summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2016-08-10 12:09:28 +0200
committerJorim Jaggi <jjaggi@google.com>2016-08-11 15:58:17 +0200
commite230815d84309f0f4c8db576eb5e6bf467867ef7 (patch)
tree9559e6ca2e99d5071b497c3235982d8b774efd08 /res/layout
parent1fd4c6ea0673321971aa408623212939a56d0789 (diff)
downloadandroid_packages_wallpapers_LivePicker-e230815d84309f0f4c8db576eb5e6bf467867ef7.tar.gz
android_packages_wallpapers_LivePicker-e230815d84309f0f4c8db576eb5e6bf467867ef7.tar.bz2
android_packages_wallpapers_LivePicker-e230815d84309f0f4c8db576eb5e6bf467867ef7.zip
Use proper action bar item background
Bug: 22007160 Change-Id: I6b99f818b71addbccce09225e20932339fd88449
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/set_wallpaper_action.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/layout/set_wallpaper_action.xml b/res/layout/set_wallpaper_action.xml
new file mode 100644
index 0000000..02f4fcd
--- /dev/null
+++ b/res/layout/set_wallpaper_action.xml
@@ -0,0 +1,24 @@
+<!--
+ ~ Copyright (C) 2016 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<Button
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ style="?android:attr/actionButtonStyle"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:text="@string/set_live_wallpaper"
+ android:textAppearance="?android:attr/actionMenuTextAppearance"
+ android:background="?android:attr/selectableItemBackgroundBorderless"/> \ No newline at end of file