Remove extraneous AppBarLayout (the include already has one)
This commit is contained in:
parent
6dfa8317ef
commit
e8a0ae7e2b
1 changed files with 3 additions and 9 deletions
|
@ -37,15 +37,9 @@
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<android.support.design.widget.AppBarLayout
|
<include
|
||||||
android:layout_width="match_parent"
|
android:id="@+id/toolbar_layout"
|
||||||
android:layout_height="wrap_content">
|
layout="@layout/toolbar_layout" />
|
||||||
|
|
||||||
<include
|
|
||||||
android:id="@+id/toolbar_layout"
|
|
||||||
layout="@layout/toolbar_layout" />
|
|
||||||
|
|
||||||
</android.support.design.widget.AppBarLayout>
|
|
||||||
|
|
||||||
<de.luhmer.owncloudnewsreader.view.ZoomableRelativeLayout
|
<de.luhmer.owncloudnewsreader.view.ZoomableRelativeLayout
|
||||||
android:id="@+id/videoPodcastSurfaceWrapper"
|
android:id="@+id/videoPodcastSurfaceWrapper"
|
||||||
|
|
Loading…
Reference in a new issue