1.保存放入后台,2.地图修改大小。3.添加token 刷新 4.添加 超时

This commit is contained in:
wangdongsheng
2021-11-11 18:20:43 +08:00
parent 873e671de9
commit 647a24085d
65 changed files with 4129 additions and 3273 deletions

View File

@@ -17,15 +17,15 @@
android:layout_height="45dp"
android:padding="5dp"
android:src="@drawable/ic_baseline_arrow"
android:layout_alignParentLeft="true"
android:layout_marginLeft="15dp" />
android:layout_alignParentStart="true"
android:layout_marginStart="15dp" />
<TextView
android:id="@+id/tv_title"
style="@style/text_style_toolbar_title"
android:layout_width="wrap_content"
android:text="详情页面"
android:layout_toRightOf="@id/iv_icon"
android:layout_toEndOf="@id/iv_icon"
android:textColor="#fff" />
</RelativeLayout>