Added MaterialTextView for date modified

This commit is contained in:
Omar 2022-03-03 14:10:46 +02:00
parent 7dc7a819e4
commit ba763a1ec3

View file

@ -39,6 +39,18 @@
android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/dateModified"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="16dp"
android:paddingTop="16dp"
android:paddingEnd="16dp"
android:textAppearance="@style/TextViewNormal"
android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/fileFormat"
android:layout_width="wrap_content"