[Android] Remove a redundant LinearLayout in one of the layout files.

This commit is contained in:
Lioncash 2013-08-14 20:49:26 -04:00
parent 3e6f9d22db
commit 072fac4a74

View File

@ -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"
@ -26,6 +22,5 @@
android:textStyle="bold" />
</LinearLayout>
</LinearLayout>
</LinearLayout>