mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-23 13:26:15 +03:00
Fix ID
This commit is contained in:
parent
1519efb011
commit
3a5c3311cf
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