62 lines
2.8 KiB
XML
62 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:fitsSystemWindows="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<com.google.android.material.appbar.AppBarLayout
|
|
android:theme="@style/m"
|
|
android:id="@+id/ev"
|
|
android:fitsSystemWindows="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/bj">
|
|
<com.google.android.material.appbar.CollapsingToolbarLayout
|
|
android:id="@+id/a3o"
|
|
android:fitsSystemWindows="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:contentScrim="?attr/kv"
|
|
app:expandedTitleMarginBottom="100dp"
|
|
app:layout_scrollFlags="0x13"
|
|
app:toolbarId="@+id/a3n">
|
|
<ImageView
|
|
android:layout_gravity="top|right"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="-60dp"
|
|
android:src="@mipmap/a"
|
|
android:alpha="0.2"/>
|
|
<androidx.appcompat.widget.Toolbar
|
|
android:id="@+id/a3n"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/g"
|
|
app:layout_collapseMode="1"
|
|
app:popupTheme="@style/p"
|
|
app:title="Fake Location"/>
|
|
</com.google.android.material.appbar.CollapsingToolbarLayout>
|
|
</com.google.android.material.appbar.AppBarLayout>
|
|
<TextView
|
|
android:textSize="@dimen/f3"
|
|
android:textColor="@color/l7"
|
|
android:gravity="center"
|
|
android:layout_gravity="bottom|center_horizontal"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/fy"
|
|
android:layout_marginRight="@dimen/fy"
|
|
android:layout_marginBottom="@dimen/fm"
|
|
android:text="@string/bm"/>
|
|
<include layout="@layout/b9"/>
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
android:id="@+id/ot"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="@dimen/g2"
|
|
android:tint="@color/a1e"
|
|
app:backgroundTint="@color/ix"
|
|
app:elevation="@dimen/fa"
|
|
app:layout_anchor="@+id/ix"
|
|
app:layout_anchorGravity="0x800035"
|
|
app:layout_behavior="com.lerist.fakelocation.behavior.FloatingActionButtonSrollingBehavior"
|
|
app:srcCompat="@drawable/nl"/>
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|