aboutsummaryrefslogtreecommitdiff
path: root/res/drawable/priority_settings_action_item_selected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/priority_settings_action_item_selected.xml')
-rw-r--r--res/drawable/priority_settings_action_item_selected.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/res/drawable/priority_settings_action_item_selected.xml b/res/drawable/priority_settings_action_item_selected.xml
index a1ab18ae..3e017313 100644
--- a/res/drawable/priority_settings_action_item_selected.xml
+++ b/res/drawable/priority_settings_action_item_selected.xml
@@ -15,12 +15,8 @@
~ limitations under the License.
-->
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:left="24dp" android:right="24dp">
- <shape>
- <solid android:color="#EEEEEE"/>
- <corners android:radius="2dp" />
- </shape>
- </item>
-</layer-list>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <solid android:color="#EEEEEE"/>
+ <corners android:radius="2dp" />
+</shape>