diff options
author | t895 <clombardo169@gmail.com> | 2023-11-12 19:56:13 +0100 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-11-12 19:56:13 +0100 |
commit | ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4 (patch) | |
tree | 17cca66ca6b73cf3dc9e474af2d1ee51d0bfed8f /src/android | |
parent | android: Shrink logo in settings tab (diff) | |
download | yuzu-ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4.tar yuzu-ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4.tar.gz yuzu-ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4.tar.bz2 yuzu-ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4.tar.lz yuzu-ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4.tar.xz yuzu-ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4.tar.zst yuzu-ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4.zip |
Diffstat (limited to 'src/android')
-rw-r--r-- | src/android/app/src/main/res/layout/fragment_about.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/android/app/src/main/res/layout/fragment_about.xml b/src/android/app/src/main/res/layout/fragment_about.xml index 3e1d98451..a24f5230e 100644 --- a/src/android/app/src/main/res/layout/fragment_about.xml +++ b/src/android/app/src/main/res/layout/fragment_about.xml @@ -38,17 +38,17 @@ <ImageView android:id="@+id/image_logo" - android:layout_width="250dp" - android:layout_height="250dp" - android:layout_marginTop="20dp" + android:layout_width="150dp" + android:layout_height="150dp" + android:layout_marginTop="24dp" + android:layout_marginBottom="28dp" android:layout_gravity="center_horizontal" android:src="@drawable/ic_yuzu_title" /> <com.google.android.material.divider.MaterialDivider android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginHorizontal="20dp" - android:layout_marginTop="28dp" /> + android:layout_marginHorizontal="20dp" /> <LinearLayout android:layout_width="match_parent" |