|
|
@@ -306,7 +306,7 @@
|
|
|
android:layout_centerVertical="true">
|
|
|
|
|
|
<ImageView
|
|
|
-
|
|
|
+
|
|
|
android:layout_width="@dimen/item_img_height"
|
|
|
android:layout_height="@dimen/item_img_width"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
@@ -325,7 +325,7 @@
|
|
|
android:visibility="gone"
|
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="10.0dp"
|
|
|
- />
|
|
|
+ />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -353,7 +353,7 @@
|
|
|
android:layout_below="@+id/book_time_tv"
|
|
|
android:layout_toLeftOf="@+id/tv_book_num"
|
|
|
android:layout_toStartOf="@+id/tv_book_num"
|
|
|
-
|
|
|
+
|
|
|
android:text="" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -365,7 +365,7 @@
|
|
|
android:background="@drawable/hongdian"
|
|
|
android:gravity="center"
|
|
|
android:text=""
|
|
|
-
|
|
|
+
|
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="10.0dp" />
|
|
|
|
|
|
@@ -392,6 +392,109 @@
|
|
|
</RelativeLayout>
|
|
|
|
|
|
</RelativeLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:background="@color/transparent" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/uustep_rl"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/item_height"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg"
|
|
|
+ android:descendantFocusability="blocksDescendants"
|
|
|
+ android:minHeight="@dimen/item_height"
|
|
|
+ android:paddingLeft="15dp"
|
|
|
+ android:paddingRight="15dp"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:id="@+id/head_uustep"
|
|
|
+ android:layout_width="57dp"
|
|
|
+ android:layout_height="64dp"
|
|
|
+ android:layout_centerVertical="true">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+
|
|
|
+ android:layout_width="@dimen/item_img_height"
|
|
|
+ android:layout_height="@dimen/item_img_width"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:background="@color/transparent"
|
|
|
+ android:contentDescription="@string/app_name"
|
|
|
+ android:padding="1dp"
|
|
|
+ android:src="@drawable/uu_step" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/uustep_num_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="top|right"
|
|
|
+ android:background="@drawable/tab_unread_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:visibility="gone"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="10.0dp"
|
|
|
+ />
|
|
|
+ </FrameLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="3dp"
|
|
|
+ android:layout_toRightOf="@id/head_uustep"
|
|
|
+ android:gravity="center_vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/uustep_name_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_toLeftOf="@+id/time_tv"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:text="@string/set_sport"
|
|
|
+ android:textColor="@color/text_main"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_uustep_num"
|
|
|
+ android:layout_width="10dp"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_gravity="top|right"
|
|
|
+ android:background="@drawable/hongdian"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=""
|
|
|
+
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="10.0dp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/uustep_time_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:visibility="gone" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/uustep_content_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/uustep_name_tv"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:lines="1"
|
|
|
+ android:textColor="@color/text_hine"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
<!--<RelativeLayout-->
|
|
|
<!--android:id="@+id/notice_rl"-->
|
|
|
<!--android:layout_width="match_parent"-->
|