Skip to content

Commit

Permalink
[ANDROAPP-5949] OpenID login button overlaps with "Manage accounts"
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan committed Apr 25, 2024
1 parent b6b420f commit 1cd0188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
android:text="@string/manage_accounts"
android:onClick="@{() -> presenter.onManageAccountClicked()}"
android:visibility="@{presenter.hasAccounts ? View.VISIBLE : View.GONE }"
app:layout_constraintTop_toBottomOf="@id/login"
app:layout_constraintTop_toBottomOf="@id/loginOpenId"
tools:text="Manage Accounts" />

<com.google.android.material.button.MaterialButton
Expand All @@ -287,6 +287,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:visibility="gone"
tools:visibility="visible"
app:icon="@drawable/ic_dhis"
app:layout_constraintTop_toBottomOf="@id/login"
tools:text="Log in with google" />
Expand Down

0 comments on commit 1cd0188

Please sign in to comment.