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 16:29:06 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-12 16:29:06 +0300
commitddd30c5cf6549ae10166c1615c8e3b9b390d5d43 (patch)
tree27530d09c342f4de61f5fe05703fc1f96d77d0e7 /app/src/main/res/layout/widget_single_card.xml
parent6b17ddab8cd123b9f81ff630a0495ffb21a675b3 (diff)
#217 SingleCardWidget
Fix async delete of widgets
Diffstat (limited to 'app/src/main/res/layout/widget_single_card.xml')
-rw-r--r--app/src/main/res/layout/widget_single_card.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/widget_single_card.xml b/app/src/main/res/layout/widget_single_card.xml
index efa059c4c..c0efbbfe4 100644
--- a/app/src/main/res/layout/widget_single_card.xml
+++ b/app/src/main/res/layout/widget_single_card.xml
@@ -19,7 +19,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:textAppearance="?attr/textAppearanceBody1"
+ android:textSize="18sp"
tools:text="@tools:sample/lorem/random" />
<TextView