From f795a3f4b38da552cb5e630b06e353bd7752756f Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Wed, 28 Sep 2022 09:34:33 +0200 Subject: v1.0.0 --- app/src/main/res/layout/fragment_settings.xml | 59 +++++++++++++++++++++------ 1 file changed, 47 insertions(+), 12 deletions(-) (limited to 'app/src/main/res/layout/fragment_settings.xml') diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml index ac387fb..ad696a7 100644 --- a/app/src/main/res/layout/fragment_settings.xml +++ b/app/src/main/res/layout/fragment_settings.xml @@ -9,47 +9,82 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> + + + android:layout_marginTop="10dp" + android:inputType="text" /> + + + android:layout_marginTop="10dp" + android:inputType="numberDecimal" /> + + + android:layout_marginTop="10dp" + android:inputType="numberDecimal" /> + + + + + + + + \ No newline at end of file -- cgit v1.3.1