Skip to content

Commit

Permalink
[NavigationView] Fix section label alignment in RTL.
Browse files Browse the repository at this point in the history
Resolves #4119
Resolves #4178

GIT_ORIGIN_REV_ID=8bb965ac42ed085a6a3d5541ca846ee263d7d5be
PiperOrigin-RevId: 635461461
  • Loading branch information
pubiqq authored and leticiarossi committed May 20, 2024
1 parent 28dc750 commit 8edae9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
android:paddingEnd="?attr/listPreferredItemPaddingEnd"
android:gravity="center_vertical|start"
android:maxLines="1"
android:textAlignment="viewStart"
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
android:textColor="?android:textColorSecondary"/>

0 comments on commit 8edae9b

Please sign in to comment.