mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Bug: 187374499 Test: Visually tested. Also tested using accessibility scanner. Change-Id: I3be84dc394d312d03b97fe66b7e8214c4d8bef71
8 lines
352 B
XML
8 lines
352 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle" >
|
|
<solid android:color="@color/widgets_picker_surface" />
|
|
<corners
|
|
android:topLeftRadius="?android:attr/dialogCornerRadius"
|
|
android:topRightRadius="?android:attr/dialogCornerRadius" />
|
|
</shape> |