|
@@ -39,6 +39,7 @@
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+ android:background="#ffffff"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
@@ -72,6 +73,23 @@
|
|
|
android:layout_height="140dp"
|
|
android:layout_height="140dp"
|
|
|
android:layout_centerInParent="true" />
|
|
android:layout_centerInParent="true" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/sign_info_text"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:text="已签到1天 ,继续6天打卡可参与刮奖"
|
|
|
|
|
+ android:textColor="#999999"
|
|
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</ScrollView>
|
|
</ScrollView>
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|