Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
UI bugging out in CI, temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsathogguaa committed Mar 10, 2022
1 parent 121362d commit ee6882a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/activity_welcome_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:id="@+id/vibester_welcome_logo"
android:layout_width="130dp"
android:layout_height="120dp"
android:layout_marginTop="28dp"
android:layout_marginTop="8dp"
android:contentDescription="@string/app_logo"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.498"
Expand All @@ -23,7 +23,7 @@
android:id="@+id/vibester_welcome_text"
android:layout_width="232dp"
android:layout_height="41dp"
android:layout_marginTop="48dp"
android:layout_marginTop="28dp"
android:fontFamily="casual"
android:gravity="center_horizontal"
android:text="@string/welcome_text"
Expand All @@ -48,10 +48,10 @@
app:icon="@android:drawable/btn_star_big_on"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.497"
app:layout_constraintHorizontal_bias="0.502"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/vibester_welcome_logo"
app:layout_constraintVertical_bias="0.258" />
app:layout_constraintVertical_bias="0.052" />

<Button
android:id="@+id/welcome_profile"
Expand Down

0 comments on commit ee6882a

Please sign in to comment.