Skip to content

Commit

Permalink
fix the strange blank bar
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyVanNeck committed Aug 3, 2020
1 parent 1e9256c commit 57249f2
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 @@ -52,7 +52,7 @@
android:layout_marginTop="2.0dip"
android:text="@string/control_debug"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_alignParentTop="false"
android:layout_marginRight="2dp"/>

<Button
Expand Down Expand Up @@ -309,7 +309,7 @@
android:layout_width="200dp"
android:layout_height="match_parent"
android:layout_gravity="right"
android:fitsSystemWindows="true"
android:fitsSystemWindows="false"
app:menu="@menu/menu_runopt"
android:id="@+id/main_navigation_view"/>

Expand Down

0 comments on commit 57249f2

Please sign in to comment.