Skip to content

Commit

Permalink
Fix empty space because we hide the nave bar try 1
Browse files Browse the repository at this point in the history
Editing on mobile blame me when explode
  • Loading branch information
WesleyVanNeck authored Aug 3, 2020
1 parent a916648 commit cb14395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

<net.kdt.pojavlaunch.MinecraftGLView
android:id="@+id/main_game_render_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
android:layout_width="wrap_content"
android:layout_height="fill_parent"/>

<LinearLayout
android:layout_height="match_parent"
Expand Down

0 comments on commit cb14395

Please sign in to comment.