|
|
|
@ -1,13 +1,29 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<androidx.core.widget.NestedScrollView |
|
|
|
<FrameLayout |
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="?attr/colorSurface"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/logo_image" |
|
|
|
android:layout_width="220dp" |
|
|
|
android:layout_height="220dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:alpha="0.2" |
|
|
|
android:contentDescription="@null" |
|
|
|
android:importantForAccessibility="no" |
|
|
|
android:scaleType="centerInside" |
|
|
|
android:src="@drawable/ic_yuzu" /> |
|
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView |
|
|
|
android:id="@+id/scroll_view_settings" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:scrollbars="vertical" |
|
|
|
android:fadeScrollbars="false" |
|
|
|
android:clipToPadding="false" |
|
|
|
android:background="?attr/colorSurface" |
|
|
|
android:background="@android:color/transparent" |
|
|
|
android:defaultFocusHighlightEnabled="false"> |
|
|
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat |
|
|
|
@ -15,16 +31,8 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="vertical" |
|
|
|
android:paddingHorizontal="16dp"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/logo_image" |
|
|
|
android:layout_width="120dp" |
|
|
|
android:layout_height="120dp" |
|
|
|
android:layout_marginTop="48dp" |
|
|
|
android:layout_marginBottom="24dp" |
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
android:src="@drawable/ic_yuzu" /> |
|
|
|
android:paddingHorizontal="16dp" |
|
|
|
android:paddingTop="16dp"> |
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
android:id="@+id/home_settings_list" |
|
|
|
@ -36,3 +44,5 @@ |
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat> |
|
|
|
|
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
|
|
|
|
</FrameLayout> |