Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11260 from t895/text-alignment
Android: Fix list_item_cheat text
  • Loading branch information
JosJuice committed Nov 7, 2022
2 parents ee7887b + e79a4b0 commit dca51f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/Android/app/src/main/res/layout/list_item_cheat.xml
Expand Up @@ -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" />

Expand Down

0 comments on commit dca51f3

Please sign in to comment.