mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-17 09:38:19 +00:00
- Removed All set screens altogether. - Added "x" button to feedback view. This button now launches a dialog that allows the user to skip the tutorial. - Added a progress tracker to the feedback view. - Created a launch option to launch the back, home, then overview gesture tutorials in order. - Added a button in the feedback view to progress through the tutorial. - Updated tutorial animations to AnimatedVectorDrawables (with green accents). Bug: 148542211 Test: manual Change-Id: Icf3ec424141069895f97da74cd4ae881ff898d3f
5 lines
176 B
XML
5 lines
176 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="#303030"/>
|
|
</shape> |