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/drawable-night/border.xml')
-rw-r--r--app/src/main/res/drawable-night/border.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/src/main/res/drawable-night/border.xml b/app/src/main/res/drawable-night/border.xml
index 48ec3e9b..ab9d52ea 100644
--- a/app/src/main/res/drawable-night/border.xml
+++ b/app/src/main/res/drawable-night/border.xml
@@ -1,6 +1,8 @@
-<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
<solid android:color="@color/category_background" />
- <stroke android:width="1dip" android:color="@color/category_border"/>
- <corners
- android:radius="4dp" />
+ <stroke
+ android:width="1dip"
+ android:color="@color/category_border" />
+ <corners android:radius="4dp" />
</shape> \ No newline at end of file