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

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2019-04-11 22:11:09 +0300
committerDavid Luhmer <david-dev@live.de>2019-04-11 22:11:09 +0300
commit3971416d1556c6544a1e889d73251fb4959af300 (patch)
tree4f4b280a2bcbbc3a51ebd32d42a483f806c84a87 /News-Android-App/src/main/res/drawable
parent842b7be3a3a1f829e6f0f9a949b17ce2573f6e5f (diff)
fix invisible color of cursor in search view / fix rotation issues of search view
Diffstat (limited to 'News-Android-App/src/main/res/drawable')
-rw-r--r--News-Android-App/src/main/res/drawable/cursor.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/drawable/cursor.xml b/News-Android-App/src/main/res/drawable/cursor.xml
new file mode 100644
index 00000000..04c211be
--- /dev/null
+++ b/News-Android-App/src/main/res/drawable/cursor.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+ <solid android:color="#ffffff" />
+ <size android:width="2dp" />
+</shape> \ No newline at end of file