Dying
This commit is contained in:
8
app/src/main/res/drawable/circle_color_primary.xml
Normal file
8
app/src/main/res/drawable/circle_color_primary.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="0dp"
|
||||
android:shape="ring"
|
||||
android:thicknessRatio="2"
|
||||
android:useLevel="false">
|
||||
<solid android:color="@color/colorPrimary"/>
|
||||
</shape>
|
||||
7
app/src/main/res/drawable/floating_console_bg_bottom.xml
Normal file
7
app/src/main/res/drawable/floating_console_bg_bottom.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid android:color="#ddd2d3d5"/>
|
||||
|
||||
<corners android:radius="12dp"/>
|
||||
</shape>
|
||||
9
app/src/main/res/drawable/floating_console_bg_top.xml
Normal file
9
app/src/main/res/drawable/floating_console_bg_top.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid android:color="@color/colorPrimary"/>
|
||||
|
||||
<corners
|
||||
android:topLeftRadius="12dp"
|
||||
android:topRightRadius="12dp"/>
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/ic_move_cursor.png
Normal file
BIN
app/src/main/res/drawable/ic_move_cursor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user