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.xml6
1 files changed, 5 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 858c3a91..5286b2f0 100644
--- a/app/src/main/res/layout/activity_notes_list_view.xml
+++ b/app/src/main/res/layout/activity_notes_list_view.xml
@@ -139,7 +139,11 @@
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab_create"
- style="@style/fab"
+ style="?attr/floatingActionButtonPrimaryStyle"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="end|bottom"
+ android:layout_margin="@dimen/spacer_2x"
android:contentDescription="@string/action_create"
android:title="@string/action_create"
app:backgroundTint="@color/defaultBrand"