1.6.4beta
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 323 KiB After Width: | Height: | Size: 3.5 KiB |
@@ -152,7 +152,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="赞"
|
||||
android:paddingLeft="16sp"
|
||||
android:layout_marginLeft="2mm"
|
||||
android:layout_centerInParent="true"/>
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/disButton"
|
||||
@@ -166,9 +165,17 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="16sp"
|
||||
android:text="大众评价"
|
||||
android:text="评论"
|
||||
android:layout_marginLeft="2mm"
|
||||
android:layout_centerInParent="true"/>
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/move"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="16sp"
|
||||
android:text="移动"
|
||||
android:layout_marginLeft="2mm"
|
||||
android:layout_centerInParent="true"/>
|
||||
</LinearLayout>
|
||||
<LinearLayout android:layout_width="match_parent" android:paddingLeft="16sp" android:layout_height="wrap_content" android:orientation="horizontal">
|
||||
<com.google.android.material.button.MaterialButton
|
||||
|
||||
42
app/src/main/res/layout/dialog_baidu_map.xml
Normal file
42
app/src/main/res/layout/dialog_baidu_map.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/mapTip"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="点击地图选择新的位置"
|
||||
android:textSize="16sp"
|
||||
android:layout_marginBottom="8dp"/>
|
||||
|
||||
<com.baidu.mapapi.map.MapView
|
||||
android:id="@+id/dialogMapView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="300dp"
|
||||
android:clickable="true" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="end"
|
||||
android:layout_marginTop="16dp">
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/dialogConfirmBtn"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="确定" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/dialogCancelBtn"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="取消"
|
||||
android:layout_marginLeft="8dp"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
@@ -67,6 +67,10 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="下载全部本子" />
|
||||
<com.google.android.material.switchmaterial.SwitchMaterial android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="收藏"
|
||||
android:id="@+id/shoucang"/>
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
||||
Reference in New Issue
Block a user