mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
6 lines
235 B
XML
6 lines
235 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:shape="rectangle">
|
||
|
|
<corners android:radius="10dp"/>
|
||
|
|
<size android:width="16dp" android:height="6dp"/>
|
||
|
|
</shape>
|