Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-07 13:33:05 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-07 13:33:05 +0300
commitaeda3b84f5a705b35896ca157fd86537def89111 (patch)
treecf139e67416714e8e7a64075861c727bcbbacba2 /app/src/main
parentcfb501c4e08ff2bd772dbe5fed81a863ad345ea7 (diff)
parent27b982cb35cf1ef302f9777acee803d31f5aa211 (diff)
Merge branch 'master' into api-v1
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/activity_notes_list_view.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_notes_list_view.xml b/app/src/main/res/layout/activity_notes_list_view.xml
index 1b022607..e94a5c5c 100644
--- a/app/src/main/res/layout/activity_notes_list_view.xml
+++ b/app/src/main/res/layout/activity_notes_list_view.xml
@@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_notes_list_view"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:background="@color/primary">
<LinearLayout
android:layout_width="match_parent"