1
0
mirror of https://github.com/WuXiaolong/AndroidMVPSample.git synced 2025-12-31 07:29:31 +08:00
This commit is contained in:
xiaomolong
2016-10-12 11:56:40 +08:00
parent f6e95a4eef
commit f0d349d9c4
5 changed files with 88 additions and 24 deletions

View File

@@ -8,6 +8,15 @@
<include layout="@layout/toolbar"/>
<Button
android:id="@+id/button0"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="20dp"
android:text="普通写法(Retrofit)"/>
<Button
android:id="@+id/button1"
android:layout_width="match_parent"