Unverified Commit e5a04c7e authored by LegacyGamerHD's avatar LegacyGamerHD Committed by GitHub
Browse files

Test with layout

Again am on mobile revert if it isn't right
parent cb143956
Showing with 5 additions and 5 deletions
+5 -5
......@@ -2,15 +2,15 @@
<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentRight="true"
android:id="@+id/main_drawer_options">
<FrameLayout
android:id="@+id/content_frame"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<RelativeLayout
android:layout_width="match_parent"
......@@ -25,7 +25,7 @@
<net.kdt.pojavlaunch.MinecraftGLView
android:id="@+id/main_game_render_view"
android:layout_width="wrap_content"
android:layout_height="fill_parent"/>
android:layout_height="wrap_content"/>
<LinearLayout
android:layout_height="match_parent"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment