| | |
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"
|
| | | android:orientation="vertical">
|
| | |
|
| | |
|
| | | <RelativeLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="50dp">
|
| | |
| | | android:gravity="center"
|
| | | android:layout_marginLeft="10dp"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:text="添加"/>
|
| | | android:background="@drawable/u249"
|
| | | android:text=""/>
|
| | | <TextView
|
| | | android:id="@+id/fragment_register_save"
|
| | | android:layout_width="40dp"
|
| | |
| | | android:layout_marginLeft="10dp"
|
| | | android:layout_marginRight="10dp"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:text="保存"/>
|
| | | android:background="@drawable/u208"
|
| | | android:text=""/>
|
| | | </LinearLayout>
|
| | | </RelativeLayout>
|
| | |
|