|
|
@@ -6,47 +6,152 @@
|
|
|
android:layout_height="match_parent"
|
|
|
tools:context=".presentation.simple.SimpleSettingActivity">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_return_home"
|
|
|
- style="@style/SimpleButton"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:text="@string/simple_return_home"/>
|
|
|
-
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/ll_container"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- android:layout_margin="20dp">
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_finish_ticket"
|
|
|
- style="@style/SimpleButton"
|
|
|
- android:text="@string/simple_finish_ticket"/>
|
|
|
+ android:id="@+id/ll_home"
|
|
|
+ style="@style/SimpleBtnContainer"
|
|
|
+ android:layout_alignParentBottom="true">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_close_all_lock_buckles"
|
|
|
- style="@style/SimpleButton"
|
|
|
- android:text="@string/simple_close_all_lock_buckles"/>
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:background="@mipmap/home" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_open_all_lock_buckles"
|
|
|
- style="@style/SimpleButton"
|
|
|
- android:text="@string/simple_open_all_lock_buckles"/>
|
|
|
+ style="@style/SimpleTextView"
|
|
|
+ android:text="@string/simple_return_home" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_close_all_key_buckles"
|
|
|
- style="@style/SimpleButton"
|
|
|
- android:text="@string/simple_close_all_key_buckles"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_setting"
|
|
|
+ style="@style/SimpleBtnContainer"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_alignParentBottom="true">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:background="@mipmap/settings" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_open_all_key_buckles"
|
|
|
- style="@style/SimpleButton"
|
|
|
- android:text="@string/simple_open_all_key_buckles"/>
|
|
|
+ style="@style/SimpleTextView"
|
|
|
+ android:text="@string/simple_setting" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/tv_title"
|
|
|
style="@style/SimpleTextView"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginTop="50dp"
|
|
|
android:text="@string/simple_setting_tip"
|
|
|
- android:layout_toRightOf="@id/ll_container"
|
|
|
- android:layout_marginTop="30dp"/>
|
|
|
+ android:textSize="@dimen/simple_large_text"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_container"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/tv_title"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_margin="20dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_open_all_lock_buckles"
|
|
|
+ style="@style/SimpleBtnContainer"
|
|
|
+ android:layout_width="200dp">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:background="@mipmap/switch_on" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/SimpleTextView"
|
|
|
+ android:text="@string/simple_open_all_lock_buckles" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_open_all_key_buckles"
|
|
|
+ style="@style/SimpleBtnContainer"
|
|
|
+ android:layout_width="200dp">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:background="@mipmap/switch_on" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/SimpleTextView"
|
|
|
+ android:text="@string/simple_open_all_key_buckles" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_close_all_lock_buckles"
|
|
|
+ style="@style/SimpleBtnContainer"
|
|
|
+ android:layout_width="200dp">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:background="@mipmap/switch_off" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/SimpleTextView"
|
|
|
+ android:text="@string/simple_close_all_lock_buckles" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_close_all_key_buckles"
|
|
|
+ style="@style/SimpleBtnContainer"
|
|
|
+ android:layout_width="200dp">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:background="@mipmap/switch_off" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/SimpleTextView"
|
|
|
+ android:text="@string/simple_close_all_key_buckles" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_finish_ticket"
|
|
|
+ style="@style/SimpleBtnContainer"
|
|
|
+ android:layout_width="200dp">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/simple_icon_size"
|
|
|
+ android:layout_height="@dimen/simple_icon_size"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:background="@mipmap/reset" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/SimpleTextView"
|
|
|
+ android:text="@string/simple_reset_ticket" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
</RelativeLayout>
|