Merge pull request #1275 from 66Omar/1220-add-last-modified

1220 add last modified to song (file) details
This commit is contained in:
Prathamesh More 2022-03-03 22:02:56 +05:30 committed by GitHub
commit 535bd8d872
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 67 additions and 0 deletions

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"