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

Commit 19b3dd12 authored by Paul Sliwowski's avatar Paul Sliwowski
Browse files

Fix issue with extra padding int groups list view.

Bug: 10711571
Change-Id: Ibea3a9e6c391f7bb39ef99e9649bd8c7f686cc0c
parent fd4df88d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -32,8 +32,6 @@
    android:layout_height="wrap_content"
    android:paddingLeft="?attr/list_item_padding_left"
    android:paddingStart="?attr/list_item_padding_left"
    android:paddingTop="?attr/list_item_padding_top"
    android:paddingBottom="?attr/list_item_padding_bottom"
    android:minHeight="@dimen/detail_min_line_item_height" >

    <View