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

Commit b0c9ae0d authored by Jesse Vincent's avatar Jesse Vincent
Browse files

Tighten up the account list display for narrow-screened devices like the HTC One

parent 6c3fb465
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    android:gravity="center_vertical"
    android:paddingLeft="6dip"
    android:paddingRight="6dip"
    android:paddingLeft="2dip"
    android:paddingRight="2dip"
    android:clickable="true">

    <LinearLayout
@@ -16,8 +16,8 @@
        android:layout_height="wrap_content"
        android:gravity="center_vertical"
        android:clickable="true"
        android:paddingLeft="10dip"
        android:paddingRight="10dip">
        android:paddingLeft="4dip"
        android:paddingRight="4dip">

        <View
            android:id="@+id/flagged_message_count_icon"
@@ -42,8 +42,8 @@
        android:layout_toRightOf="@id/flagged_message_count_wrapper"
        android:gravity="center_vertical"
        android:clickable="true"
        android:paddingLeft="10dip"
        android:paddingRight="10dip">
        android:paddingLeft="4dip"
        android:paddingRight="4dip">

        <View
            android:id="@+id/new_message_count_icon"
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
        <View
            android:layout_width="1dp"
            android:layout_height="match_parent"
            android:layout_marginLeft="4dip"
            android:layout_marginLeft="2dip"
            android:layout_marginRight="4dip"
            android:background="?attr/compatDividerVertical"
            android:layout_alignParentTop="true"/>