Skip to content
Permalink
Browse files
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.
@@ -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" />

0 comments on commit dca51f3

Please sign in to comment.