1、优化地图主页布局,适配2560尺寸
2、优化右侧面板UI 3、修改评测任务列表UI 4、增加当前任务UI及相关功能
This commit is contained in:
19
app/src/main/res/drawable/shape_right_fragment_bg.xml
Normal file
19
app/src/main/res/drawable/shape_right_fragment_bg.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#F5F7FE" />
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="1dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#3756DF" />
|
||||
<corners
|
||||
android:bottomLeftRadius="4dp"
|
||||
android:bottomRightRadius="0dp"
|
||||
android:topLeftRadius="4dp"
|
||||
android:topRightRadius="0dp" />
|
||||
</shape>
|
||||
|
||||
Reference in New Issue
Block a user