|
|
@@ -26,17 +26,18 @@
|
|
|
android:layout_marginTop="@dimen/content_padding_35"
|
|
|
android:layout_marginBottom="5dp"/>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@string/no_bind_wx_notice_text"
|
|
|
- style="@style/txt_style_12"
|
|
|
- android:layout_marginTop="@dimen/content_padding_30"
|
|
|
- android:layout_marginBottom="@dimen/content_padding_10"
|
|
|
- android:layout_gravity="center"/>
|
|
|
+
|
|
|
|
|
|
</LinearLayout>
|
|
|
</ScrollView>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/no_bind_wx_notice_text"
|
|
|
+ style="@style/txt_style_12"
|
|
|
+ android:layout_marginTop="@dimen/content_padding_30"
|
|
|
+ android:layout_marginBottom="@dimen/content_padding_10"
|
|
|
+ android:layout_gravity="center"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/change_sure_tv"
|