Selaa lähdekoodia

增加打卡天数记录

zhoujuncai 7 vuotta sitten
vanhempi
commit
b3d4da7370
1 muutettua tiedostoa jossa 18 lisäystä ja 0 poistoa
  1. 18 0
      app/src/main/res/layout/activity_sign.xml

+ 18 - 0
app/src/main/res/layout/activity_sign.xml

@@ -39,6 +39,7 @@
         <LinearLayout
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
+            android:background="#ffffff"
             android:orientation="vertical">
 
             <RelativeLayout
@@ -72,6 +73,23 @@
                     android:layout_height="140dp"
                     android:layout_centerInParent="true" />
             </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>
     </ScrollView>
 </RelativeLayout>