返回键和充电站充电桩逻辑

This commit is contained in:
wds
2021-06-23 18:54:55 +08:00
parent e209eae9a0
commit 57db365390
21 changed files with 282 additions and 153 deletions

View File

@@ -459,40 +459,38 @@
android:id="@+id/tv_03"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="03.描述"
android:text="03.添加"
android:layout_margin="10dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/linear_photograph" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_station"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintTop_toBottomOf="@+id/tv_03" />
<LinearLayout
android:id="@+id/linear_charging_pile"
android:layout_width="120dp"
android:layout_height="120dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_marginStart="10dp"
android:orientation="vertical"
android:background="@drawable/underline"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_03">
app:layout_constraintTop_toBottomOf="@id/recycler_station">
<ImageView
android:layout_width="wrap_content"
android:background="@drawable/plus"
android:layout_gravity="center"
android:layout_height="wrap_content" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="添加桩"
android:textColor="#D1CBCB"
android:layout_gravity="center"
/>
android:background="@drawable/plus" />
</LinearLayout>
<TextView
android:id="@+id/tv_04"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="03.描述"
android:text="04.描述"
android:layout_margin="10dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/linear_charging_pile" />