mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
- Updated the gesture nav tutorial to use the system accent color for buttons and the feedback animations Fixes: 222269039 Test: built change, flashed and factory reset device Change-Id: I4e515aef0ccdab98f1d3900007f6006b1975b41b
6 lines
250 B
XML
6 lines
250 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="?android:attr/colorAccent" />
|
|
<size android:width="92dp" android:height="92dp"/>
|
|
</shape> |