Merge "Remove FrameLayout around toolbar" into oc-dev
am: 46f6e69e1b
Change-Id: I2129c87b83a2346feff73cffcf26a2359f84e197
This commit is contained in:
@@ -25,17 +25,13 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:fitsSystemWindows="true">
|
||||
<FrameLayout
|
||||
<Toolbar
|
||||
android:id="@+id/action_bar"
|
||||
style="?android:attr/actionBarStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:theme="?android:attr/actionBarTheme">
|
||||
<Toolbar
|
||||
android:id="@+id/action_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:navigationContentDescription="@*android:string/action_bar_up_description"/>
|
||||
</FrameLayout>
|
||||
android:theme="?android:attr/actionBarTheme"
|
||||
android:navigationContentDescription="@*android:string/action_bar_up_description"/>
|
||||
<FrameLayout
|
||||
android:id="@+id/content_header_container"
|
||||
style="?android:attr/actionBarStyle"
|
||||
|
||||
Reference in New Issue
Block a user