mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-09 09:45:30 +03:00
18 lines
758 B
XML
18 lines
758 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.appbar.AppBarLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/app_bar_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fitsSystemWindows="true"
|
|
android:keyboardNavigationCluster="false"
|
|
android:touchscreenBlocksFocus="false">
|
|
|
|
<com.google.android.material.appbar.MaterialToolbar
|
|
android:id="@+id/toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/actionBarSize"
|
|
app:elevation="16dp"
|
|
app:layout_scrollFlags="scroll" />
|
|
</com.google.android.material.appbar.AppBarLayout>
|