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 11:49:49 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-12 11:49:49 +0300
commit2b7cda9fb101d60f18ae33a874f646927bb820f5 (patch)
treece229ecbdfdc994471d50414622234efba296c51 /app/src/main/res/layout/widget_single_card.xml
parent7b6786158c06bb9d4332208372922002ccd7f382 (diff)
Widget Test
Diffstat (limited to 'app/src/main/res/layout/widget_single_card.xml')
-rw-r--r--app/src/main/res/layout/widget_single_card.xml7
1 files changed, 7 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
new file mode 100644
index 000000000..a0ccfafa7
--- /dev/null
+++ b/app/src/main/res/layout/widget_single_card.xml
@@ -0,0 +1,7 @@
+<?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="@+id/title"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:text="@tools:sample/lorem/random" />