* Add UI for always on feature Add roboto flex font * Add always on tutorial image resources with tab selectors * Update UI chanegs for always on tutorial * Add license headers for resources Update text change with license header
13 lines
383 B
XML
13 lines
383 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape
|
|
android:innerRadius="0dp"
|
|
android:shape="ring"
|
|
android:thickness="4dp"
|
|
android:useLevel="false">
|
|
<solid android:color="@android:color/white"/>
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|