Layout experiment

This commit is contained in:
M66B 2020-12-09 12:10:58 +01:00
parent 79c1aedd81
commit 22f162fd60
1 changed files with 10 additions and 0 deletions

View File

@ -50,6 +50,16 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvWelcome" /> app:layout_constraintTop_toBottomOf="@id/tvWelcome" />
<View
android:layout_width="0dp"
android:layout_height="0dp"
android:alpha="0.1"
android:background="?attr/colorAccent"
app:layout_constraintBottom_toTopOf="@id/vSeparatorAccount"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/vSeparatorWelcome" />
<ImageView <ImageView
android:id="@+id/fast" android:id="@+id/fast"
android:layout_width="30dp" android:layout_width="30dp"