aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Stefani <luca020400@lineageos.org>2017-08-14 21:58:40 +0200
committerLuca Stefani <luca020400@lineageos.org>2017-08-14 22:47:02 +0200
commita0cd205b1d715920a615ba6b1eb309522a790b8b (patch)
tree31b24c2fa0e1a5d1f896f1e6deaf31e5b2b7ff64
parent8217a4aac610971714e1a4941d1458a84e0c8fab (diff)
downloadandroid_packages_apps_Updater-a0cd205b1d715920a615ba6b1eb309522a790b8b.tar.gz
android_packages_apps_Updater-a0cd205b1d715920a615ba6b1eb309522a790b8b.tar.bz2
android_packages_apps_Updater-a0cd205b1d715920a615ba6b1eb309522a790b8b.zip
Don't add margins in update items
Change-Id: I71a22a4bd0a15e70a045cef1c49f67ff5625dbd6
-rw-r--r--res/layout/update_item_view.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/layout/update_item_view.xml b/res/layout/update_item_view.xml
index e400c96..c12eae1 100644
--- a/res/layout/update_item_view.xml
+++ b/res/layout/update_item_view.xml
@@ -4,8 +4,6 @@
android:id="@+id/card_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginEnd="5dp"
- android:layout_marginStart="5dp"
android:layout_marginTop="5dp"
android:focusable="true"
android:foreground="?attr/selectableItemBackground"