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-05-02 01:30:53 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-02 01:30:53 +0300
commit1391bedd6b9a33ad99edebe2b0282d91abbbd0b0 (patch)
tree2f4952f51a8526d8909d28af941d2abbefca8c39 /app/src/main/res/layout
parenta30ab4cb25198ddae4aa0e57b761d5d92be46021 (diff)
#762 Branding
Make a setting
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/item_preference_category.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_preference_category.xml b/app/src/main/res/layout/item_preference_category.xml
new file mode 100644
index 00000000..4580a438
--- /dev/null
+++ b/app/src/main/res/layout/item_preference_category.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:id="@android:id/title"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingStart="56dp"
+ android:paddingLeft="56dp"
+ android:paddingTop="@dimen/spacer_3x"
+ android:paddingEnd="0dp"
+ android:paddingRight="0dp"
+ tools:text="@tools:sample/lorem" />