|
@@ -4,7 +4,7 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- tools:context=".RegisterBActivity">
|
|
|
+ tools:context=".screen.RegisterBActivity">
|
|
|
|
|
|
<ScrollView
|
|
|
android:fillViewport="true"
|
|
@@ -76,7 +76,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintVertical_chainStyle="packed" />
|
|
|
|
|
|
- <com.kdanmobile.kdanloginregisterui.btn.FacebookRegisterBtn
|
|
|
+ <com.kdanmobile.kdanloginregisterui.widget.btn.FacebookRegisterBtn
|
|
|
android:id="@+id/view_registerB_fbRegister"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="@dimen/login_register_btn_height"
|
|
@@ -87,7 +87,7 @@
|
|
|
app:layout_constraintBottom_toTopOf="@+id/view_registerB_googleRegister"
|
|
|
/>
|
|
|
|
|
|
- <com.kdanmobile.kdanloginregisterui.btn.GoogleRegisterBtn
|
|
|
+ <com.kdanmobile.kdanloginregisterui.widget.btn.GoogleRegisterBtn
|
|
|
android:id="@+id/view_registerB_googleRegister"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="@dimen/login_register_btn_height"
|
|
@@ -136,7 +136,7 @@
|
|
|
app:layout_constraintRight_toRightOf="@id/anchor_registerB_right"
|
|
|
/>
|
|
|
|
|
|
- <com.kdanmobile.kdanloginregisterui.btn.EmailRegisterBtn
|
|
|
+ <com.kdanmobile.kdanloginregisterui.widget.btn.EmailRegisterBtn
|
|
|
android:id="@+id/view_registerB_emailRegister"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="@dimen/login_register_btn_height"
|