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-03 19:31:16 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-03 19:31:16 +0300
commit0ac1ee7d3d2833c4dfef6d34b57388b7de17f1db (patch)
treedc98a297f87ee6170281c7ab570a33f1fc404b66 /app/src/main/res/layout/fragment_note_preview.xml
parenta5687e3d5fedcca60ec3a5d953a3d6ef4344b808 (diff)
Adjust selection handles
Diffstat (limited to 'app/src/main/res/layout/fragment_note_preview.xml')
-rw-r--r--app/src/main/res/layout/fragment_note_preview.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_note_preview.xml b/app/src/main/res/layout/fragment_note_preview.xml
index 0e81b33e..320f207e 100644
--- a/app/src/main/res/layout/fragment_note_preview.xml
+++ b/app/src/main/res/layout/fragment_note_preview.xml
@@ -29,6 +29,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@color/fg_default"
android:textIsSelectable="true"
+ android:theme="@style/textViewStyle"
tools:text="@tools:sample/lorem/random" />
</ScrollView>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
@@ -39,6 +40,7 @@
android:layout_gravity="bottom|end"
android:translationY="-56dp"
android:visibility="gone"
+ app:backgroundTint="@color/defaultBrand"
app:fabSize="mini"
app:srcCompat="@drawable/ic_keyboard_arrow_up_white_24dp"
tools:visibility="visible" />
@@ -48,6 +50,7 @@
style="@style/fab"
android:layout_gravity="bottom|end"
android:visibility="gone"
+ app:backgroundTint="@color/defaultBrand"
app:fabSize="mini"
app:srcCompat="@drawable/ic_keyboard_arrow_down_white_24dp"
tools:visibility="visible" />