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

Commit 86aa143f authored by dianlujitao's avatar dianlujitao Committed by Luca Stefani
Browse files

LineageParts: Add padding to SeekBarPreference title and summary

Change-Id: I8fbab166cd4da3974d9b7f56daa5d9cb72c8f4a8
parent aa17baf2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
        <TextView android:id="@android:id/title"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:paddingStart="56dp"
            android:singleLine="true"
            android:textAppearance="?android:attr/textAppearanceListItem"
            android:ellipsize="marquee"
@@ -64,6 +65,7 @@

        <TextView
            android:id="@android:id/summary"
            android:paddingStart="56dp"
            android:paddingTop="4dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"