Skip to content

Commit 1b94c48

Browse files
committed
Remove divider from open note dialog
1 parent fb00201 commit 1b94c48

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/src/main/res/layout/dialog_open_note.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,4 @@
2323
tools:itemCount="10"
2424
tools:listitem="@layout/open_note_item" />
2525
</androidx.core.widget.NestedScrollView>
26-
27-
<ImageView
28-
android:id="@+id/dialog_open_note_divider"
29-
android:layout_width="match_parent"
30-
android:layout_height="1px"
31-
app:layout_constraintBottom_toBottomOf="parent"
32-
android:background="@color/divider_grey"
33-
android:importantForAccessibility="no" />
34-
3526
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)