新增 市场界面
删除 无用资源
This commit is contained in:
7
app/src/main/res/drawable/bg_label_root_permission.xml
Normal file
7
app/src/main/res/drawable/bg_label_root_permission.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<corners android:radius="5dp"/>
|
||||
|
||||
<solid android:color="@color/colorAccent"/>
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/download.png
Normal file
BIN
app/src/main/res/drawable/download.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.9 KiB |
BIN
app/src/main/res/drawable/downvote.png
Normal file
BIN
app/src/main/res/drawable/downvote.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB |
@@ -1,35 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true">
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="#80000000"/>
|
||||
|
||||
<padding
|
||||
android:bottom="3dp"
|
||||
android:left="12dp"
|
||||
android:right="12dp"
|
||||
android:top="3dp"/>
|
||||
|
||||
<corners android:radius="16dp"/>
|
||||
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="#40000000"/>
|
||||
|
||||
<padding
|
||||
android:bottom="3dp"
|
||||
android:left="12dp"
|
||||
android:right="12dp"
|
||||
android:top="3dp"/>
|
||||
|
||||
<corners android:radius="16dp"/>
|
||||
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
BIN
app/src/main/res/drawable/star.png
Normal file
BIN
app/src/main/res/drawable/star.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
Reference in New Issue
Block a user