visual tweaks to the about screen

This commit is contained in:
Kevin Gorham 2019-02-19 16:25:08 -05:00 committed by Kevin Gorham
parent 9a7a02eb48
commit 61ec500cfc
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@
app:layout_constraintHeight_default="percent"
app:layout_constraintHeight_percent="@dimen/ratio_golden_small"
app:layout_constraintStart_toStartOf="@id/guideline_content_start"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="@dimen/ratio_golden_large" />
<ImageView
android:id="@+id/logo_welcome"