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

github.com/stefan-niedermann/nextcloud-deck.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/item_section.xml')
-rw-r--r--app/src/main/res/layout/item_section.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_section.xml b/app/src/main/res/layout/item_section.xml
index cdb8946c6..2ebb5de81 100644
--- a/app/src/main/res/layout/item_section.xml
+++ b/app/src/main/res/layout/item_section.xml
@@ -4,4 +4,11 @@
android:id="@+id/sectionTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:paddingStart="@dimen/spacer_4x"
+ android:paddingTop="@dimen/spacer_4x"
+ android:paddingEnd="@dimen/spacer_4x"
+ android:paddingBottom="@dimen/spacer_2x"
+ android:textColor="?attr/colorAccent"
+ android:textSize="22sp"
+ android:textStyle="bold"
tools:text="@tools:sample/lorem" /> \ No newline at end of file