Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

Commit

Permalink
Adjust the program layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Dounx committed Mar 29, 2018
1 parent 172e6ed commit 358df9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/activity_game_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
<ImageView
android:id="@+id/game_page_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
android:layout_height="200dp"
android:clickable="true"
android:scaleType="fitXY"
android:src="@drawable/ic_loading"
android:focusable="true" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginTop="8dp">
android:layout_marginTop="8dp"
android:layout_marginLeft="8dp">

<TextView
android:layout_width="wrap_content"
Expand Down

0 comments on commit 358df9f

Please sign in to comment.