调整任务列表的UI,
增加任务列表和道路link的筛选功能 调整问题原因面板的UI 增加经纬度定位功能
This commit is contained in:
12
app/src/main/res/values/attrs.xml
Normal file
12
app/src/main/res/values/attrs.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="ProgressButton">
|
||||
<attr name="backgroundcolor" format="color" />
|
||||
<attr name="foreground" format="reference|color|integer"/>
|
||||
<attr name="textcolor" format="color" />
|
||||
<attr name="max" format="integer"/>
|
||||
<attr name="progress" format="integer"/>
|
||||
<attr name="textSize" format="dimension" />
|
||||
<attr name="text" format="string" />
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
@@ -39,6 +39,6 @@
|
||||
<dimen name="right_fragment_w" comment="右侧fragment宽度">213dp</dimen>
|
||||
<dimen name="main_activity_geometry_w" comment="地图主页坐标框宽度">230dp</dimen>
|
||||
<dimen name="main_activity_geometry_h" comment="地图主页坐标框高度">28dp</dimen>
|
||||
<dimen name="fragment_problem_link_width" comment="问题原因面板宽度">213dp</dimen>
|
||||
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user