|
|
@@ -186,14 +186,43 @@
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
- <com.core.widget.view.SwitchView
|
|
|
- android:id="@+id/cb_task_reply"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="25dp"
|
|
|
+ </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/businessmen_setting_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="商家设置"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true" />
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/businessmen_setting_new"
|
|
|
+ android:layout_width="10dp"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:layout_alignTop="@+id/tv_oa"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:background="@drawable/hongdian"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="10.0dip" />
|
|
|
</RelativeLayout>
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/sign_in_rl"
|
|
|
style="@style/IMTbleLine"
|
|
|
@@ -231,6 +260,15 @@
|
|
|
android:background="@drawable/hongdian"
|
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="10.0dip" />
|
|
|
+
|
|
|
+ <com.core.widget.view.SwitchView
|
|
|
+ android:id="@+id/cb_task_reply"
|
|
|
+ android:layout_width="40dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginBottom="17dp" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -379,7 +417,7 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
-
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/language_us_rl"
|
|
|
style="@style/IMTbleLine"
|
|
|
@@ -417,7 +455,7 @@
|
|
|
android:background="@drawable/oa_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
-
|
|
|
+
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|