Hide divider in compact mode when progressbar is visible

This commit is contained in:
Michael Schättgen 2019-04-01 01:04:26 +02:00
parent 8b9ec5f976
commit ee8fd2e9f2
2 changed files with 9 additions and 0 deletions

View file

@ -129,6 +129,7 @@
</LinearLayout>
<View
android:id="@+id/entryDivider"
android:layout_width="match_parent"
android:layout_height="0.1dp"
android:background="@color/divider" />