fix first number picker distance to element above

This commit is contained in:
osodebailar 2022-04-06 14:47:12 +02:00
parent b66c4da112
commit 3cb944e64d
2 changed files with 2 additions and 0 deletions

View file

@ -83,6 +83,7 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingTop="5dp"
android:orientation="horizontal"> android:orientation="horizontal">
<TextView <TextView

View file

@ -58,6 +58,7 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingTop="5dp"
android:orientation="horizontal"> android:orientation="horizontal">
<TextView <TextView