mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 02:08:20 +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
21 lines
912 B
XML
21 lines
912 B
XML
<!--
|
|
Copyright (C) 2021 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<corners android:radius="50dp"/>
|
|
<solid android:color="@android:color/transparent"/>
|
|
<stroke android:width="1dp" android:color="@color/gesture_tutorial_primary_color"/>
|
|
</shape> |