Cleanup layout xml code so that it follows one consistent format

This commit is contained in:
Anirudh S 2016-10-31 12:25:21 +05:30
parent 9ef32612c1
commit 12aac68bcb
24 changed files with 630 additions and 550 deletions

View file

@ -2,12 +2,14 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
>
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
>
</FrameLayout>
</LinearLayout>