mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-05-03 08:04:37 +02:00
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fitsSystemWindows="true"
|
|
android:orientation="vertical"
|
|
android:transitionGroup="true">
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/yt_white1"
|
|
android:elevation="4dp">
|
|
|
|
<android.support.v7.widget.Toolbar
|
|
android:id="@+id/revanced_toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/actionBarSize"
|
|
android:background="?attr/ytBrandBackgroundSolid"
|
|
app:navigationIcon="@drawable/yt_outline_arrow_left_black_24"
|
|
app:title="@string/revanced_settings" />
|
|
</FrameLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/revanced_settings_fragments"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
</LinearLayout>
|
|
</merge> |