mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
6 lines
262 B
XML
6 lines
262 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:shape="oval">
|
||
|
|
<solid android:color="@color/gesture_tutorial_primary_color" />
|
||
|
|
<size android:width="92dp" android:height="92dp"/>
|
||
|
|
</shape>
|