Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4704d21 authored by David Liu's avatar David Liu Committed by Android (Google) Code Review
Browse files

Merge "[Settingslib] Fix summary text centering issue in IntroPreference" into main

parents b7f745cc 5c0e02a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -110,6 +110,8 @@ class CollapsableTextView @JvmOverloads constructor(
            }
            is TextView -> {
                view.gravity = Gravity.CENTER
                // Do not remove! This line was discovered to be necessary for GMSCore.
                view.textAlignment = View.TEXT_ALIGNMENT_CENTER
            }
            else -> {
                (view.layoutParams as LayoutParams).apply {