imporve splash display, make floating window and side menu scrollable
This commit is contained in:
BIN
app/src/main/res/drawable/autojs.png
Normal file
BIN
app/src/main/res/drawable/autojs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
@@ -7,16 +7,12 @@
|
||||
<solid android:color="#80000000"/>
|
||||
|
||||
<padding
|
||||
android:bottom="5dp"
|
||||
android:left="8dp"
|
||||
android:right="8dp"
|
||||
android:top="5dp"/>
|
||||
android:bottom="3dp"
|
||||
android:left="12dp"
|
||||
android:right="12dp"
|
||||
android:top="3dp"/>
|
||||
|
||||
<corners
|
||||
android:bottomLeftRadius="45dp"
|
||||
android:bottomRightRadius="45dp"
|
||||
android:topLeftRadius="45dp"
|
||||
android:topRightRadius="45dp"/>
|
||||
<corners android:radius="16dp"/>
|
||||
|
||||
</shape>
|
||||
</item>
|
||||
@@ -27,16 +23,12 @@
|
||||
<solid android:color="#40000000"/>
|
||||
|
||||
<padding
|
||||
android:bottom="5dp"
|
||||
android:left="8dp"
|
||||
android:right="8dp"
|
||||
android:top="5dp"/>
|
||||
android:bottom="3dp"
|
||||
android:left="12dp"
|
||||
android:right="12dp"
|
||||
android:top="3dp"/>
|
||||
|
||||
<corners
|
||||
android:bottomLeftRadius="45dp"
|
||||
android:bottomRightRadius="45dp"
|
||||
android:topLeftRadius="45dp"
|
||||
android:topRightRadius="45dp"/>
|
||||
<corners android:radius="16dp"/>
|
||||
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user