Simplify main activity layout file
This commit is contained in:
parent
61d569bb7d
commit
3c9f63b0a6
@ -21,12 +21,7 @@
|
|||||||
|
|
||||||
<include layout="@layout/toolbar" />
|
<include layout="@layout/toolbar" />
|
||||||
|
|
||||||
<FrameLayout
|
<include layout="@layout/browser_content" />
|
||||||
android:id="@+id/content_frame"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="0dp"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:background="@color/primary_color" />
|
|
||||||
|
|
||||||
<include layout="@layout/search_interface" />
|
<include layout="@layout/search_interface" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
7
res/layout/browser_content.xml
Normal file
7
res/layout/browser_content.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:id="@+id/content_frame"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="0dp"
|
||||||
|
android:layout_weight="1"
|
||||||
|
android:background="@color/primary_color" />
|
Loading…
Reference in New Issue
Block a user