Center the warning in the intro screen

This commit is contained in:
Jakob Nixdorf 2018-03-03 11:37:51 +01:00
parent 1788e09ff8
commit f3ae22a343
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -42,6 +42,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/activity_margin"
android:layout_gravity="center_horizontal"
android:padding="@dimen/activity_margin_small"
android:visibility="gone"
android:textColor="@color/warning_red"