|
@@ -61,20 +61,21 @@
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
+ android:visibility="gone"
|
|
|
android:id="@+id/tv_bindAccount_createNew"
|
|
|
- android:text="@string/bind_account_create_new_text"
|
|
|
- android:gravity="center_vertical|left"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="0dp"
|
|
|
android:layout_marginTop="24dp"
|
|
|
+ android:gravity="center_vertical|left"
|
|
|
+ android:text="@string/bind_account_create_new_text"
|
|
|
+ app:layout_constraintBottom_toTopOf="@id/btn_bindAccount_create"
|
|
|
app:layout_constraintLeft_toLeftOf="@id/anchor_bindAccount_left"
|
|
|
app:layout_constraintRight_toRightOf="@id/anchor_bindAccount_right"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/btn_bindAccount_create"
|
|
|
- app:layout_constraintVertical_chainStyle="packed"
|
|
|
- />
|
|
|
+ app:layout_constraintVertical_chainStyle="packed" />
|
|
|
|
|
|
<Button
|
|
|
+ android:visibility="gone"
|
|
|
android:id="@+id/btn_bindAccount_create"
|
|
|
android:text="@string/bind_account_create_new_btn"
|
|
|
android:textSize="14sp"
|
|
@@ -90,6 +91,7 @@
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
+ android:visibility="gone"
|
|
|
android:id="@+id/tv_bindAccount_orDivider"
|
|
|
android:text="@string/or"
|
|
|
android:textSize="@dimen/or_divider_text_size"
|
|
@@ -104,6 +106,7 @@
|
|
|
/>
|
|
|
|
|
|
<View
|
|
|
+ android:visibility="gone"
|
|
|
android:background="@color/or_diver"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="1dp"
|
|
@@ -116,6 +119,7 @@
|
|
|
/>
|
|
|
|
|
|
<View
|
|
|
+ android:visibility="gone"
|
|
|
android:background="@color/or_diver"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="1dp"
|
|
@@ -128,6 +132,7 @@
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
+ android:visibility="gone"
|
|
|
android:id="@+id/tv_bindAccount_bind"
|
|
|
android:text="@string/bind_account_bind_text"
|
|
|
android:gravity="center_vertical|left"
|