Add: floating window, layout inspector
BIN
app/src/main/res/drawable/arrow_down.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/drawable/arrow_up.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
8
app/src/main/res/drawable/circle.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="@android:color/white"/>
|
||||
</shape>
|
||||
12
app/src/main/res/drawable/circle_with_border.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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="@android:color/white"/>
|
||||
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@android:color/black"/>
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/ic_edit_white.png
Normal file
|
After Width: | Height: | Size: 666 B |
BIN
app/src/main/res/drawable/ic_menu.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
app/src/main/res/drawable/ic_orange_circle.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
app/src/main/res/drawable/ic_paintbrush.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
app/src/main/res/drawable/ic_pen.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
app/src/main/res/drawable/ic_resizer.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
app/src/main/res/drawable/ic_stack.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
app/src/main/res/drawable/more_three_dots_gray.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
app/src/main/res/drawable/more_three_dots_ios_7_white.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
app/src/main/res/drawable/tab_background.png
Normal file
|
After Width: | Height: | Size: 22 KiB |