Fix padding in activity_open_database

Closes #1297
This commit is contained in:
jRustig
2018-06-12 23:14:22 +02:00
parent a8a02b9e45
commit c845dfc7f4

View File

@@ -36,6 +36,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:paddingLeft="@dimen/margin_large"
android:paddingRight="@dimen/margin_large"
android:text="@string/startup_open_database"
android:textSize="@dimen/text_size_large"
app:layout_constraintBottom_toBottomOf="parent"