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:
authorStefan Niedermann <info@niedermann.it>2021-04-09 20:51:04 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-04-10 14:38:50 +0300
commiteba94ddd0d705a7659cc16cb17f7c140ee9ed3b6 (patch)
tree2f62835afe1a6ee23303151738740241888ef18f /app/src/main/res/layout
parent135944a013ab867c69388f2a811610e5dc1d0bc6 (diff)
#690 Upcoming cards
Section headers Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/layout')
-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