mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
6 lines
284 B
XML
6 lines
284 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<ripple android:color="@color/gesture_tutorial_ripple_color"
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<item android:id="@android:id/mask"
|
||
|
|
android:drawable="@color/gesture_tutorial_background_color" />
|
||
|
|
</ripple>
|