mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Test: Tested manually and RequestPinItemTest passed Bug: 182982143 Bug: 182994819 Bug: 182929673 Change-Id: I905ea0c1860d28ee9fbb456ddf6abd728b65bac4
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="?android:attr/colorBackground" />
|
|
<corners
|
|
android:topLeftRadius="?android:attr/dialogCornerRadius"
|
|
android:topRightRadius="?android:attr/dialogCornerRadius" />
|
|
</shape> |