Merge "Update the card preference buttons margin" into udc-dev
diff --git a/res/layout/card_preference.xml b/res/layout/card_preference.xml
index 72e17ef..e029335 100644
--- a/res/layout/card_preference.xml
+++ b/res/layout/card_preference.xml
@@ -71,7 +71,7 @@
             android:id="@+id/card_preference_buttons"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            android:layout_marginTop="24dp"
+            android:layout_marginTop="10dp"
             android:layout_below="@android:id/summary"
             android:visibility="gone">
             <Button
@@ -105,4 +105,4 @@
         android:paddingEnd="0dp"
         android:orientation="vertical"/>
 
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>