|
|
@@ -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>
|