diff options
| author | 2023-11-12 13:56:13 -0500 | |
|---|---|---|
| committer | 2023-11-12 13:56:13 -0500 | |
| commit | ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4 (patch) | |
| tree | 17cca66ca6b73cf3dc9e474af2d1ee51d0bfed8f /src | |
| parent | android: Shrink logo in settings tab (diff) | |
| download | yuzu-ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4.tar.gz yuzu-ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4.tar.xz yuzu-ff72bf2cb2cdc652e77fc71b3dc39188db9fa4c4.zip | |
android: Shrink logo in about page
Diffstat (limited to 'src')
| -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 @@ | |||
| 38 | 38 | ||
| 39 | <ImageView | 39 | <ImageView |
| 40 | android:id="@+id/image_logo" | 40 | android:id="@+id/image_logo" |
| 41 | android:layout_width="250dp" | 41 | android:layout_width="150dp" |
| 42 | android:layout_height="250dp" | 42 | android:layout_height="150dp" |
| 43 | android:layout_marginTop="20dp" | 43 | android:layout_marginTop="24dp" |
| 44 | android:layout_marginBottom="28dp" | ||
| 44 | android:layout_gravity="center_horizontal" | 45 | android:layout_gravity="center_horizontal" |
| 45 | android:src="@drawable/ic_yuzu_title" /> | 46 | android:src="@drawable/ic_yuzu_title" /> |
| 46 | 47 | ||
| 47 | <com.google.android.material.divider.MaterialDivider | 48 | <com.google.android.material.divider.MaterialDivider |
| 48 | android:layout_width="match_parent" | 49 | android:layout_width="match_parent" |
| 49 | android:layout_height="wrap_content" | 50 | android:layout_height="wrap_content" |
| 50 | android:layout_marginHorizontal="20dp" | 51 | android:layout_marginHorizontal="20dp" /> |
| 51 | android:layout_marginTop="28dp" /> | ||
| 52 | 52 | ||
| 53 | <LinearLayout | 53 | <LinearLayout |
| 54 | android:layout_width="match_parent" | 54 | android:layout_width="match_parent" |