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

Commit e3f3b5a6 authored by LuK1337's avatar LuK1337 Committed by Michael W
Browse files

LineageParts: Improve profiles list style

* Remove horizontal divider from profiles list,
* Remove unused summary,
* Set android:textAppearance to textAppearanceListItem.

Change-Id: I69e2ee05a75198135e6d5c4bec8d52ff4f45e2cb
parent 7fbca2a2
Loading
Loading
Loading
Loading
+2 −15
Original line number Diff line number Diff line
@@ -55,26 +55,13 @@
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:ellipsize="end"
                android:singleLine="true"
                android:textAppearance="?android:attr/textAppearanceMedium" />

            <TextView
                android:id="@android:id/summary"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:textAppearance="?android:attr/textAppearanceSmall" />
                android:textAppearance="?android:attr/textAppearanceListItem"
                android:singleLine="true"/>

        </LinearLayout>

    </LinearLayout>

    <View
        android:layout_width="2dip"
        android:layout_height="match_parent"
        android:layout_marginBottom="5dip"
        android:layout_marginTop="5dip"
        android:background="@android:drawable/divider_horizontal_dark" />

    <ImageView
        android:id="@+id/profiles_settings"
        android:layout_width="wrap_content"