修改poi录像和道路接口 修改bug
This commit is contained in:
@@ -178,16 +178,10 @@
|
||||
>
|
||||
<CheckBox
|
||||
android:id="@+id/check_button5"
|
||||
android:layout_width="150dp"
|
||||
android:layout_width="250dp"
|
||||
android:layout_height="80dp"
|
||||
android:text="对除环卫,公交,出租,品牌,之外的其他 特种车辆开放"
|
||||
/>
|
||||
<CheckBox
|
||||
android:id="@+id/check_button6"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="对某品牌汽车开放"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_road_picture"
|
||||
android:id="@+id/iv_poi_video_picture"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginTop="10dp"
|
||||
@@ -147,8 +147,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
app:layout_constraintLeft_toLeftOf="@id/iv_road_picture"
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_road_picture">
|
||||
app:layout_constraintLeft_toLeftOf="@id/iv_poi_video_picture"
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_poi_video_picture">
|
||||
<RelativeLayout
|
||||
android:id="@+id/linear_exist"
|
||||
android:layout_width="match_parent"
|
||||
@@ -224,7 +224,7 @@
|
||||
app:layout_constraintTop_toBottomOf="@id/ll_desc">
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_road_save"
|
||||
android:id="@+id/btn_poi_video_save"
|
||||
style="@style/user_data_style"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -232,7 +232,7 @@
|
||||
android:text="保存本地" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/road_upload"
|
||||
android:id="@+id/btn_poi_video_upload"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
||||
Reference in New Issue
Block a user