diff options
| author | JosJuice <josjuice@gmail.com> | 2022-11-07 18:52:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-07 18:52:27 +0100 |
| commit | dca51f3ab0e5e11024556e495dfa4d959093c1d2 (patch) | |
| tree | 723ec93a25ae59603e34302fafde2aff813b8171 /Source/Android/app/src | |
| parent | ee7887b7511dd3cdb27fd8517d42088cf26cdade (diff) | |
| parent | e79a4b0d8c9111d63602277e913e4e5b25e0fbec (diff) | |
Merge pull request #11260 from t895/text-alignment
Android: Fix list_item_cheat text
Diffstat (limited to 'Source/Android/app/src')
| -rw-r--r-- | Source/Android/app/src/main/res/layout/list_item_cheat.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/layout/list_item_cheat.xml b/Source/Android/app/src/main/res/layout/list_item_cheat.xml index 4cea5908ad..d2397cf8b8 100644 --- a/Source/Android/app/src/main/res/layout/list_item_cheat.xml +++ b/Source/Android/app/src/main/res/layout/list_item_cheat.xml @@ -17,8 +17,10 @@ android:layout_height="64dp" android:layout_alignParentStart="true" android:layout_centerVertical="true" - android:gravity="center_vertical" android:layout_marginStart="@dimen/spacing_large" + android:layout_marginEnd="@dimen/spacing_large" + android:layout_toStartOf="@+id/checkbox" + android:gravity="center_vertical" android:textSize="16sp" tools:text="Hyrule Field Speed Hack" /> |
