mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-27 09:46:50 +03:00
Fix ID
This commit is contained in:
parent
ce54629029
commit
1f4a17e5d2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
android:src="@drawable/ic_launcher_foreground" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/widget_note_list_title_tv"
|
||||
android:id="@+id/widget_note_list_title_tv_dark"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_toStartOf="@id/widget_note_list_create_icon_dark"
|
||||
|
|
Loading…
Reference in a new issue