We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb00201 commit 1b94c48Copy full SHA for 1b94c48
app/src/main/res/layout/dialog_open_note.xml
@@ -23,13 +23,4 @@
23
tools:itemCount="10"
24
tools:listitem="@layout/open_note_item" />
25
</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
35
</androidx.constraintlayout.widget.ConstraintLayout>
0 commit comments