| | |
| | | android:layout_marginBottom="@dimen/h66" |
| | | android:layout_gravity="center_horizontal"> |
| | | <Button |
| | | android:id="@+id/goto_home" |
| | | android:layout_width="@dimen/w65" |
| | | android:layout_height="@dimen/h40" |
| | | android:textSize="@dimen/h13" |
| | | android:textColor="#222" |
| | | android:layout_gravity="center" |
| | | android:background="@drawable/white_button" |
| | | android:text="返回"/> |
| | | |
| | | <Button |
| | | android:layout_marginLeft="@dimen/w28" |
| | | android:id="@+id/save" |
| | | android:layout_width="@dimen/w65" |
| | | android:layout_height="@dimen/h40" |
| | |
| | | android:layout_gravity="center" |
| | | android:background="@drawable/blue_button" |
| | | android:text="保存"/> |
| | | <Button |
| | | android:id="@+id/goto_home" |
| | | android:layout_marginLeft="@dimen/w28" |
| | | android:layout_width="@dimen/w65" |
| | | android:layout_height="@dimen/h40" |
| | | android:textSize="@dimen/h13" |
| | | android:textColor="@color/white" |
| | | android:layout_gravity="center" |
| | | android:background="@drawable/blue_button" |
| | | android:text="返回"/> |
| | | |
| | | <Button |
| | | android:id="@+id/exit" |
| | | android:layout_marginLeft="@dimen/w28" |
| | |
| | | android:text="退出" |
| | | android:visibility="gone" |
| | | /> |
| | | <Button |
| | | android:layout_marginLeft="@dimen/w28" |
| | | android:id="@+id/open_system_setting" |
| | | android:layout_width="@dimen/w180" |
| | | android:layout_height="@dimen/h40" |
| | | android:textSize="@dimen/h13" |
| | | android:textColor="#222" |
| | | android:layout_gravity="center" |
| | | android:background="@drawable/white_button" |
| | | android:text="打开系统设置"/> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |