mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-23 03:50:07 +01:00
Remove divider from open note dialog
This commit is contained in:
parent
fb0020103a
commit
1b94c4839f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user