fix: 修改按钮圆角混乱的问题
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/offline_map_download_btn"
|
||||
style="@style/map_download_style_btn"
|
||||
style="@style/btn_default_stroke_horizontal_round"
|
||||
android:layout_width="60dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/task_download_btn"
|
||||
style="@style/map_download_style_btn"
|
||||
style="@style/btn_default_stroke_horizontal_round"
|
||||
android:layout_width="60dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/task_upload_btn"
|
||||
style="@style/map_download_style_btn"
|
||||
style="@style/btn_default_stroke_horizontal_round"
|
||||
android:layout_width="wrap_content"
|
||||
android:minWidth="60dp"
|
||||
android:layout_centerVertical="true"
|
||||
|
||||
Reference in New Issue
Block a user