Skip to content

Commit

Permalink
Android: Center list view headers
Browse files Browse the repository at this point in the history
  • Loading branch information
K0bin committed Mar 8, 2023
1 parent edde253 commit 1b47144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Android/app/src/main/res/layout/list_item_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:layout_marginStart="@dimen/spacing_large"
android:layout_marginBottom="2dp"
android:gravity="start|bottom"
android:gravity="start|center_vertical"
android:textColor="?attr/colorPrimary"
android:textStyle="bold"
android:textAlignment="viewStart"
Expand Down

0 comments on commit 1b47144

Please sign in to comment.