|
@@ -96,8 +96,11 @@
|
|
|
android:text="@string/kdanlrui_switch_to_login"
|
|
|
android:textColor="@color/kdanlrui_switch_text"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="48dp"
|
|
|
+ android:paddingLeft="8dp"
|
|
|
+ android:paddingRight="8dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
+ android:gravity="center"
|
|
|
app:layout_constraintTop_toBottomOf="@id/tv_registerB_title"
|
|
|
app:layout_constraintLeft_toLeftOf="@id/iv_registerB_kdanCloud"
|
|
|
app:layout_constraintRight_toRightOf="@id/iv_registerB_kdanCloud"
|