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

Commit fdac311e authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 26770 into eclair

* changes:
  Show a line at the bottom of favorites.
parents 6b3711cd 5222774c
Loading
Loading
Loading
Loading
+14 −15
Original line number Diff line number Diff line
@@ -27,12 +27,6 @@
        layout="@layout/list_separator"
    />

    <View android:id="@+id/list_divider"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@*android:drawable/divider_horizontal_dark_opaque"
    />

    <RelativeLayout
        android:layout_width="fill_parent"
        android:layout_height="?android:attr/listPreferredItemHeight"
@@ -125,6 +119,11 @@
            android:gravity="center_vertical|left"
            android:textAppearance="?android:attr/textAppearanceLarge"
        />

    </RelativeLayout>

    <View android:id="@+id/list_divider"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@*android:drawable/divider_horizontal_dark_opaque"
    />
</LinearLayout>
+12 −12
Original line number Diff line number Diff line
@@ -27,12 +27,6 @@
        layout="@layout/list_separator"
    />

    <View android:id="@+id/list_divider"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@*android:drawable/divider_horizontal_dark_opaque"
    />

    <RelativeLayout
        android:layout_width="fill_parent"
        android:layout_height="?android:attr/listPreferredItemHeight"
@@ -140,4 +134,10 @@
        />

    </RelativeLayout>

    <View android:id="@+id/list_divider"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@*android:drawable/divider_horizontal_dark_opaque"
    />
</LinearLayout>