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

Commit

Permalink
move game set up up
Browse files Browse the repository at this point in the history
  • Loading branch information
jiabaow committed May 30, 2022
1 parent c582e3f commit 0496bfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/fragment_layout_game_setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="41dp"
android:layout_marginTop="122dp"
android:layout_marginTop="60dp"
android:layout_marginEnd="45dp"
android:layout_marginBottom="54dp"
android:layout_marginBottom="40dp"
android:fontFeatureSettings="smcp"
android:text="@string/holder_setup_game_type"
android:textAlignment="center"
android:textSize="30dp"
android:textSize="30sp"
android:textStyle="bold" />

<ScrollView
Expand Down Expand Up @@ -208,7 +208,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/Multiplayer"
android:textSize="20dp" />
android:textSize="20sp" />

<LinearLayout
android:id="@+id/horilayer_multi"
Expand Down

0 comments on commit 0496bfe

Please sign in to comment.