From 8c1e398c9bed9af60cf32e734fe78a3ea74db33c Mon Sep 17 00:00:00 2001 From: Jauza Lathifah Annassalafi <13521030@std.stei.itb.ac.id> Date: Mon, 1 Apr 2024 14:42:17 +0700 Subject: [PATCH] fix button on setting --- app/src/main/res/layout/fragment_settings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml index 240b66e..1f78085 100644 --- a/app/src/main/res/layout/fragment_settings.xml +++ b/app/src/main/res/layout/fragment_settings.xml @@ -35,6 +35,7 @@ android:id="@+id/saveTransactionButton" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginHorizontal="16dp" android:background="@drawable/rounded_background_transparent" android:text="Save Transaction List" android:layout_marginVertical="10dp" -- GitLab