- Bug #51 - changed area displaying data for init_pod, area is now 150dp (previously 140dp), but marging bottom was changed from 30dp to 20dp... Needs to be checked if its ok now...

This commit is contained in:
Andy Rozman 2020-01-12 18:00:21 +01:00
parent bee2a1b21c
commit cc7100472b

View file

@ -7,9 +7,9 @@
<TextView
android:id="@+id/initAction_header"
android:layout_width="match_parent"
android:layout_height="140dp"
android:layout_height="150dp"
android:layout_marginTop="20dp"
android:layout_marginBottom="30dp"
android:layout_marginBottom="20dp"
android:layout_marginLeft="25dp"
android:layout_marginRight="25dp"
style="@style/WizardPagePodContent"