Improve installer & related UI
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
android:text="@string/account_login_using"
|
||||
android:textAlignment="center" />
|
||||
|
||||
<com.aurora.store.view.custom.StateButton
|
||||
<com.aurora.store.view.custom.layouts.button.StateButton
|
||||
android:id="@+id/btn_google"
|
||||
android:layout_width="@dimen/width_button"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -98,7 +98,7 @@
|
||||
app:btnStateIcon="@drawable/ic_google"
|
||||
app:btnStateText="@string/account_google" />
|
||||
|
||||
<com.aurora.store.view.custom.StateButton
|
||||
<com.aurora.store.view.custom.layouts.button.StateButton
|
||||
android:id="@+id/btn_anonymous"
|
||||
android:layout_width="@dimen/width_button"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user