am 4e295670: Merge "Fix issue with extra padding int groups list view." into klp-dev

* commit '4e295670c3a50ee8fb5b814695d10d6128d03720':
  Fix issue with extra padding int groups list view.
diff --git a/res/layout/group_browse_list_item.xml b/res/layout/group_browse_list_item.xml
index 92e36a4..c620d17 100644
--- a/res/layout/group_browse_list_item.xml
+++ b/res/layout/group_browse_list_item.xml
@@ -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