完成寻宝-道路部分布局
This commit is contained in:
BIN
app/src/main/res/drawable/bg_01.png
Normal file
BIN
app/src/main/res/drawable/bg_01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
app/src/main/res/drawable/icon_close.png
Normal file
BIN
app/src/main/res/drawable/icon_close.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 224 B |
7
app/src/main/res/drawable/road_shape.xml
Normal file
7
app/src/main/res/drawable/road_shape.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="2dp"/>
|
||||
<size android:width="300dp" android:height="50dp"/>
|
||||
<stroke android:color="@color/colorD0d0d0" android:width="1dp"/>
|
||||
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/top_bg.png
Normal file
BIN
app/src/main/res/drawable/top_bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
app/src/main/res/drawable/top_bg_line_left.png
Normal file
BIN
app/src/main/res/drawable/top_bg_line_left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 219 B |
BIN
app/src/main/res/drawable/top_bg_line_right.png
Normal file
BIN
app/src/main/res/drawable/top_bg_line_right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 220 B |
5
app/src/main/res/drawable/uploding_shape.xml
Normal file
5
app/src/main/res/drawable/uploding_shape.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white"/>
|
||||
<corners android:radius="50dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user