19 lines
1.5 KiB
XML
19 lines
1.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.coordinatorlayout.widget.CoordinatorLayout style="@style/UiKit.ViewGroup.Page"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<com.google.android.material.appbar.AppBarLayout style="@style/AppTheme.AppBarLayout.Flat">
|
||
|
<androidx.appcompat.widget.Toolbar style="@style/AppTheme.Toolbar" />
|
||
|
</com.google.android.material.appbar.AppBarLayout>
|
||
|
<androidx.core.widget.NestedScrollView style="@style/UiKit.ViewGroup.NestedScrollView.AppBarScrollingViewBehavior">
|
||
|
<FrameLayout style="@style/UiKit.ViewGroup">
|
||
|
<ImageView android:layout_gravity="top" android:background="@drawable/img_nitro_pattern" android:layout_width="fill_parent" android:layout_height="270.0sp" android:importantForAccessibility="no" />
|
||
|
<ImageView android:layout_gravity="bottom" android:background="@drawable/img_nitro_classic_pattern" android:layout_width="fill_parent" android:layout_height="wrap_content" android:importantForAccessibility="no" />
|
||
|
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout">
|
||
|
<include layout="@layout/view_premium_settings_header" />
|
||
|
<include layout="@layout/view_premium_settings_perks" />
|
||
|
<include layout="@layout/view_premium_settings_games" />
|
||
|
<include layout="@layout/view_premium_settings_classic" />
|
||
|
</LinearLayout>
|
||
|
</FrameLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|