Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Remove a redundant LinearLayout in one of the layout files.
  • Loading branch information
lioncash committed Aug 15, 2013
1 parent 3e6f9d2 commit 072fac4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/Android/res/layout/sidemenu.xml
Expand Up @@ -5,10 +5,6 @@
android:gravity="left"
android:orientation="vertical" >

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
Expand All @@ -26,6 +22,5 @@
android:textStyle="bold" />

</LinearLayout>
</LinearLayout>

</LinearLayout>

0 comments on commit 072fac4

Please sign in to comment.