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

Commit 83b45b74 authored by yaolu's avatar yaolu
Browse files

group change & modify list content

Bug 28982874

Change-Id: Iec2159b009615ff5bc76dbeac998a31410c539ce
parent 692ace44
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -27,13 +27,6 @@
    android:layout_height="match_parent"
    android:background="?attr/contact_browser_background" >

    <FrameLayout
        android:id="@android:id/empty"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:visibility="gone">
    </FrameLayout>

    <!-- Shown only when an Account filter is set.
         - paddingTop should be here to show "shade" effect correctly. -->
    <include layout="@layout/account_filter_header" />
@@ -41,7 +34,9 @@
    <FrameLayout
        android:layout_width="match_parent"
        android:layout_height="0dip"
        android:layout_weight="1" >
        android:layout_weight="1"
        android:id="@+id/contact_list">

        <include layout="@layout/contact_list_card"/>
        <view
            class="com.android.contacts.common.list.PinnedHeaderListView"