Skip to content

Commit

Permalink
update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
SlaVcE14 committed Feb 4, 2025
1 parent 65d78bf commit e7f849f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
android:layout_height="40dp"
android:layout_centerVertical="true"
android:layout_marginVertical="15dp"
android:layout_marginStart="15dp"
android:layout_marginStart="5dp"
android:layout_toStartOf="@+id/splitViewBtn"
android:layout_toEndOf="@+id/backBtn"
app:autoSizeMaxTextSize="20dp"
Expand All @@ -49,7 +49,7 @@
android:id="@+id/splitViewBtn"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginStart="15dp"
android:layout_marginStart="5dp"
android:layout_marginTop="15dp"
android:layout_marginBottom="15dp"
android:layout_toStartOf="@+id/menuBtn"
Expand Down

0 comments on commit e7f849f

Please sign in to comment.