Skip to content

Commit

Permalink
fixed the problem that the horizontal screen title of the login page …
Browse files Browse the repository at this point in the history
…is blocked
  • Loading branch information
DaVinci9196 authored and ale5000-git committed Feb 8, 2024
1 parent 88d7086 commit a4537d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions play-services-core/src/main/res/layout/login_assistant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
android:layout_alignParentBottom="true"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:padding="18dp"
android:text="@string/just_a_sec"
android:textColor="@color/primary_text_default_material_dark"
android:textSize="24sp"/>
android:textSize="24sp"
android:paddingLeft="18dp" />
</RelativeLayout>

<FrameLayout
Expand Down

0 comments on commit a4537d6

Please sign in to comment.