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:
Diffstat (limited to 'app/src/main/res/layout/activity_notes_list_view.xml')
-rw-r--r--app/src/main/res/layout/activity_notes_list_view.xml5
1 files changed, 2 insertions, 3 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 e94a5c5c..47aa0186 100644
--- a/app/src/main/res/layout/activity_notes_list_view.xml
+++ b/app/src/main/res/layout/activity_notes_list_view.xml
@@ -4,8 +4,7 @@
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:background="@color/primary">
+ android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
@@ -124,7 +123,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical"
- tools:listitem="@layout/item_notes_list_note_item" />
+ tools:listitem="@layout/item_notes_list_note_item_with_excerpt" />
</FrameLayout>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>