Explorar o código

第三步增加银行信息

zhanghai %!s(int64=8) %!d(string=hai) anos
pai
achega
d5dd3f6c6c
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      app/src/main/res/layout/fragment_citic_third_step.xml

+ 11 - 0
app/src/main/res/layout/fragment_citic_third_step.xml

@@ -287,6 +287,17 @@
         android:id="@+id/btn_citic_commit"
         style="@style/citic_creditCardBtnGradientStyle"
         android:text="提交>" />
+
+    <TextView
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:layout_marginTop="@dimen/content_padding_20"
+        android:layout_marginBottom="@dimen/content_padding_20"
+        android:gravity="center"
+        android:singleLine="true"
+        android:text="中信银行版权所有 京ICP证030779-1号"
+        android:textColor="#545454"
+        android:textSize="13sp" />
 </LinearLayout>
 
 </ScrollView>