Fix small issue

This commit is contained in:
J-Jamet
2019-09-04 14:46:02 +02:00
parent c975a1bfc0
commit 9775e09221

View File

@@ -131,6 +131,7 @@
android:layout_margin="24dp" android:layout_margin="24dp"
android:elevation="6dp" android:elevation="6dp"
android:background="?attr/colorPrimaryDark" android:background="?attr/colorPrimaryDark"
android:visibility="invisible"
app:layout_constraintWidth_percent="@dimen/content_percent" app:layout_constraintWidth_percent="@dimen/content_percent"
app:layout_constraintTop_toBottomOf="@+id/label_warning" app:layout_constraintTop_toBottomOf="@+id/label_warning"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"