电话逻辑,充电桩接口,修改一部分bug

This commit is contained in:
wds
2021-07-15 18:32:22 +08:00
parent 139865fdd9
commit cbd0a10313
18 changed files with 529 additions and 266 deletions

View File

@@ -171,9 +171,18 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_phone"
android:layout_width="match_parent"
android:visibility="gone"
android:layout_height="match_parent"
android:layout_centerInParent="true"
/>
<LinearLayout
android:id="@+id/linear_contact"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_centerInParent="true"
>
</LinearLayout>
</RelativeLayout>
<RelativeLayout
android:id="@+id/linear_exist"