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

Commit df347c0e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Properly align title and summary text in Permissions Hub."

parents 89f7f17e 8b292c4c
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -36,7 +36,10 @@
    <TextView
        android:id="@android:id/title"
        style="@style/PreferenceUsageTitle"
        app:layout_constraintStart_toEndOf="@+id/title_widget_frame"/>
        app:layout_constraintStart_toEndOf="@+id/title_widget_frame"
        app:layout_constraintBottom_toTopOf="@android:id/summary"
        app:layout_constraintTop_toTopOf="parent"
        app:layout_constraintVertical_chainStyle="packed"/>

    <LinearLayout
        android:id="@+id/summary_widget_frame"
@@ -49,7 +52,9 @@
        style="@style/PreferenceUsageSummary"
        app:layout_constraintStart_toEndOf="@+id/summary_widget_frame"
        app:layout_constraintTop_toBottomOf="@android:id/title"
        app:layout_constraintEnd_toStartOf="@android:id/widget_frame"/>
        app:layout_constraintEnd_toStartOf="@android:id/widget_frame"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintVertical_chainStyle="packed"/>

    <!-- Preference should place its actual preference widget here. -->
    <LinearLayout