Small layout improvement

This commit is contained in:
M66B 2019-01-14 07:37:42 +00:00
parent 07194a970d
commit 9ac93a0ee1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<View
android:id="@+id/vSeparator"
android:layout_width="match_parent"
android:layout_height="3dp"
android:layout_height="1dp"
android:background="?attr/colorSeparator"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />