Remove divider from open note dialog

This commit is contained in:
Ensar Sarajčić 2023-07-27 15:30:56 +02:00
parent fb0020103a
commit 1b94c4839f
1 changed files with 0 additions and 9 deletions

View File

@ -23,13 +23,4 @@
tools:itemCount="10"
tools:listitem="@layout/open_note_item" />
</androidx.core.widget.NestedScrollView>
<ImageView
android:id="@+id/dialog_open_note_divider"
android:layout_width="match_parent"
android:layout_height="1px"
app:layout_constraintBottom_toBottomOf="parent"
android:background="@color/divider_grey"
android:importantForAccessibility="no" />
</androidx.constraintlayout.widget.ConstraintLayout>