|
@@ -6,24 +6,24 @@
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/title_bar"
|
|
android:id="@+id/title_bar"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
|
+ android:layout_height="?actionBarSize"
|
|
|
android:background="#ffffff"
|
|
android:background="#ffffff"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:paddingLeft="16dp"
|
|
android:paddingLeft="16dp"
|
|
|
- android:paddingTop="3dp"
|
|
|
|
|
- android:paddingRight="16dp"
|
|
|
|
|
- android:paddingBottom="3dp">
|
|
|
|
|
|
|
+ android:paddingRight="16dp">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
|
+ android:id="@+id/back_but"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
android:contentDescription="@string/image_des"
|
|
android:contentDescription="@string/image_des"
|
|
|
android:padding="10dp"
|
|
android:padding="10dp"
|
|
|
android:src="@drawable/narrow_back_black" />
|
|
android:src="@drawable/narrow_back_black" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerInParent="true"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="签到"
|
|
android:text="签到"
|
|
@@ -54,6 +54,7 @@
|
|
|
android:src="@drawable/ic_sign_bg" />
|
|
android:src="@drawable/ic_sign_bg" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
|
|
+ android:id="@+id/active_info"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_alignParentEnd="true"
|
|
@@ -69,6 +70,7 @@
|
|
|
android:textSize="12sp" />
|
|
android:textSize="12sp" />
|
|
|
|
|
|
|
|
<com.sheep.jiuyan.samllsheep.ui.view.EggView
|
|
<com.sheep.jiuyan.samllsheep.ui.view.EggView
|
|
|
|
|
+ android:id="@+id/eggs_view"
|
|
|
android:layout_width="190dp"
|
|
android:layout_width="190dp"
|
|
|
android:layout_height="140dp"
|
|
android:layout_height="140dp"
|
|
|
android:layout_centerInParent="true" />
|
|
android:layout_centerInParent="true" />
|