|
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
|
android:id="@+id/position" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:includeFontPadding="false" |
|
|
|
|
android:fontFeatureSettings="tnum" |
|
|
|
|
android:textColor="@color/grey_700" |
|
|
|
|
android:textSize="16sp" |
|
|
|
|
tools:text="00:00:00" /> |
|
|
|
|
@ -38,7 +38,7 @@ |
|
|
|
|
android:id="@+id/duration" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:includeFontPadding="false" |
|
|
|
|
android:fontFeatureSettings="tnum" |
|
|
|
|
android:textColor="@color/grey_700" |
|
|
|
|
android:textSize="16sp" |
|
|
|
|
tools:text="00:00:00" /> |
|
|
|
|
|