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:
Diffstat (limited to 'app/src/main/res/layout/item_activity.xml')
-rw-r--r--app/src/main/res/layout/item_activity.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_activity.xml b/app/src/main/res/layout/item_activity.xml
index 85fc740f8..436e47ffc 100644
--- a/app/src/main/res/layout/item_activity.xml
+++ b/app/src/main/res/layout/item_activity.xml
@@ -8,12 +8,13 @@
android:orientation="vertical"
android:padding="@dimen/spacer_2x">
- <TextView
+ <com.google.android.material.textview.MaterialTextView
android:id="@+id/date"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="56dp"
android:textAppearance="?attr/textAppearanceListItemSecondary"
+ android:textColor="?attr/colorOnSurfaceVariant"
tools:text="4 days ago" />
<LinearLayout
@@ -28,11 +29,12 @@
android:layout_marginEnd="@dimen/spacer_2x"
app:srcCompat="@drawable/type_change_36dp" />
- <TextView
+ <com.google.android.material.textview.MaterialTextView
android:id="@+id/subject"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?attr/textAppearanceListItem"
+ android:textColor="?attr/colorOnSurface"
tools:maxLength="150"
tools:text="@tools:sample/lorem/random" />
</LinearLayout>