summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/fragment_home_settings.xml
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-11-13 15:12:16 +0100
committerGitHub <noreply@github.com>2023-11-13 15:12:16 +0100
commit0047d8a01ee7a6680c176022e5ab31a68bdeaf35 (patch)
treecce2fd6746d0463b0590e5ee3fcc3f8e581ac457 /src/android/app/src/main/res/layout/fragment_home_settings.xml
parentMerge pull request #12015 from t895/remove-auto (diff)
parentandroid: Add a landscape-specific layout to the about page (diff)
downloadyuzu-0047d8a01ee7a6680c176022e5ab31a68bdeaf35.tar
yuzu-0047d8a01ee7a6680c176022e5ab31a68bdeaf35.tar.gz
yuzu-0047d8a01ee7a6680c176022e5ab31a68bdeaf35.tar.bz2
yuzu-0047d8a01ee7a6680c176022e5ab31a68bdeaf35.tar.lz
yuzu-0047d8a01ee7a6680c176022e5ab31a68bdeaf35.tar.xz
yuzu-0047d8a01ee7a6680c176022e5ab31a68bdeaf35.tar.zst
yuzu-0047d8a01ee7a6680c176022e5ab31a68bdeaf35.zip
Diffstat (limited to 'src/android/app/src/main/res/layout/fragment_home_settings.xml')
-rw-r--r--src/android/app/src/main/res/layout/fragment_home_settings.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/android/app/src/main/res/layout/fragment_home_settings.xml b/src/android/app/src/main/res/layout/fragment_home_settings.xml
index 1cb421dcb..d84093ba3 100644
--- a/src/android/app/src/main/res/layout/fragment_home_settings.xml
+++ b/src/android/app/src/main/res/layout/fragment_home_settings.xml
@@ -14,13 +14,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- android:background="?attr/colorSurface">
+ android:background="?attr/colorSurface"
+ android:paddingHorizontal="8dp">
<ImageView
android:id="@+id/logo_image"
- android:layout_width="128dp"
- android:layout_height="128dp"
- android:layout_margin="64dp"
+ android:layout_width="96dp"
+ android:layout_height="96dp"
+ android:layout_marginVertical="32dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/ic_yuzu_full" />