|
@@ -1268,11 +1268,22 @@
|
|
|
android:layout_marginBottom="10dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/system_settings_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:padding="8dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:text="系统设置"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/save_settings_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
android:padding="8dp"
|
|
|
android:gravity="center"
|
|
|
android:background="@color/white"
|