|
@@ -2,6 +2,7 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
+ android:paddingBottom="18dp"
|
|
|
android:layout_height="wrap_content">
|
|
|
<TextView
|
|
|
android:layout_marginBottom="24dp"
|
|
@@ -26,6 +27,7 @@
|
|
|
android:includeFontPadding="false"
|
|
|
android:textColor="@color/color_333333"
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
+ android:gravity="center"
|
|
|
android:layout_gravity="center"
|
|
|
android:text="去创建"
|
|
|
android:layout_width="wrap_content"
|