From a299833befd5a4ae3434738eff6de7ec5c248a8e Mon Sep 17 00:00:00 2001 From: m23pfeff <melvil.pfeffer@imt-atlantique.net> Date: Tue, 17 Dec 2024 10:54:59 +0100 Subject: [PATCH] Removed time --- app/src/main/res/layout/fragment_form.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_form.xml b/app/src/main/res/layout/fragment_form.xml index c1d6ddf..084debd 100644 --- a/app/src/main/res/layout/fragment_form.xml +++ b/app/src/main/res/layout/fragment_form.xml @@ -5,10 +5,10 @@ tools:context=".PhotoPage"> <LinearLayout + style="@style/TopTopAppearance" android:id="@+id/form_layout" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@drawable/shape_transparent" android:orientation="vertical" android:padding="20dp" android:layout_gravity="center"> -- GitLab