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-12-14 13:10:46 +0300
committerStefan Niedermann <info@niedermann.it>2020-12-14 13:10:46 +0300
commit1e23695794cdd975011976df6ce952fe4272afa5 (patch)
tree0dc61931c3e2baa39fb7e0720c0f6753d15a26d1 /app/src/main/res/layout/widget_upcoming.xml
parent77d11e6147114802ec0b0e2ea07479fdb21063f1 (diff)
UpcomingWidget WiP
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/layout/widget_upcoming.xml')
-rw-r--r--app/src/main/res/layout/widget_upcoming.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/layout/widget_upcoming.xml b/app/src/main/res/layout/widget_upcoming.xml
index 9d07c450c..d26d41dc8 100644
--- a/app/src/main/res/layout/widget_upcoming.xml
+++ b/app/src/main/res/layout/widget_upcoming.xml
@@ -18,13 +18,13 @@
android:id="@+id/widget_upcoming_title_tv"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:textAppearance="?attr/textAppearanceBody1"
- android:textSize="18sp"
android:gravity="center_vertical"
android:paddingStart="@dimen/widget_stack_card_padding"
android:paddingEnd="@dimen/widget_stack_card_padding"
+ android:text="@string/widget_upcoming_title"
+ android:textAppearance="?attr/textAppearanceBody1"
android:textColor="@color/widget_foreground"
- tools:text="@string/widget_upcoming_title"/>
+ android:textSize="18sp" />
</RelativeLayout>
<!-- End header -->
@@ -42,11 +42,11 @@
android:id="@+id/widget_upcoming_placeholder_iv"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:contentDescription="@string/widget_placeholder_icon"
android:gravity="center"
android:text="@string/app_name_short"
android:textColor="@color/fg_secondary"
app:srcCompat="@drawable/ic_local_movies_grey600_24dp"
- tools:visibility="gone"
- android:contentDescription="@string/widget_placeholder_icon" />
+ tools:visibility="gone" />
</LinearLayout>