Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fc49dc6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clean up: remove drawer from root settings layout"

parents 57366855 f1c90e54
Loading
Loading
Loading
Loading
+22 −28
Original line number Diff line number Diff line
@@ -13,18 +13,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
-->
<android.support.v4.widget.DrawerLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/drawer_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
<!-- The main content view -->
<LinearLayout
    android:id="@+id/content_parent"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
        android:orientation="vertical"
        android:fitsSystemWindows="true">
    android:orientation="vertical">
    <Toolbar
        android:id="@+id/action_bar"
        style="?android:attr/actionBarStyle"
@@ -43,4 +38,3 @@
        android:layout_height="fill_parent"
        android:background="?android:attr/windowBackground" />
</LinearLayout>
</android.support.v4.widget.DrawerLayout>