|
|
@@ -470,7 +470,44 @@
|
|
|
android:background="@drawable/oa_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/workCardRl"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:background="@drawable/selector_item_white_pass"
|
|
|
+ android:paddingLeft="@dimen/padding"
|
|
|
+ android:visibility="visible"
|
|
|
+ android:paddingTop="@dimen/padding">
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/ic_work_card"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="电子工牌"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/setting_rl"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -626,44 +663,7 @@
|
|
|
android:background="@drawable/oa_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/workCardRl"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:background="@drawable/selector_item_white_pass"
|
|
|
- android:paddingLeft="@dimen/padding"
|
|
|
- android:visibility="gone"
|
|
|
- android:paddingTop="@dimen/padding">
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/ic_work_card"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="电子工牌"
|
|
|
- android:textColor="#333333"
|
|
|
- android:textSize="15sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
</ScrollView>
|