Merge "Update the card preference buttons margin" into udc-dev am: ebb97daa57 am: fdfcc1577c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/22672141

Change-Id: I6d4b8ceb4c96c373e21e391d8d9510153eb6fc2e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
YK Hung
2023-04-17 09:52:38 +00:00
committed by Automerger Merge Worker

View File

@@ -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>
</LinearLayout>