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>2020-05-12 13:37:22 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-12 13:37:22 +0300
commit2515c9461866d019871a299dfd73127228aa46a5 (patch)
tree11e37e27f59579707c0c5f3f0cc0f54d238a6478 /app/src/main/res/layout
parent2b7cda9fb101d60f18ae33a874f646927bb820f5 (diff)
#217 SingleCardWidget
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/widget_single_card.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/widget_single_card.xml b/app/src/main/res/layout/widget_single_card.xml
index a0ccfafa7..780f97375 100644
--- a/app/src/main/res/layout/widget_single_card.xml
+++ b/app/src/main/res/layout/widget_single_card.xml
@@ -3,5 +3,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/title"
android:layout_width="match_parent"
+ android:text="Test-Text Initial"
android:layout_height="match_parent"
tools:text="@tools:sample/lorem/random" />