mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
- Updated strings - Updated removed 'next' button when there are followign steps - Added timeout to automatically continue the tutorial - Combined back left and right into one step Bug: 192009114 Bug: 177005427 Test: manual Change-Id: I58b9017c4d69b5d097326c7d5be156a63951fb1a
6 lines
234 B
XML
6 lines
234 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<corners android:radius="3dp"/>
|
|
<size android:width="16dp" android:height="6dp"/>
|
|
</shape> |