Bug fixing
- isPlayerPrepared() illegalState bug fixed - tag editor bug fixed when track number field is empty - updated the tag editor track field hint
This commit is contained in:
parent
ea5baf949d
commit
6b514c0c0a
4 changed files with 8 additions and 3 deletions
|
|
@ -169,7 +169,7 @@
|
|||
android:layout_gravity="center"
|
||||
android:fontFamily="sans-serif"
|
||||
android:gravity="center_vertical"
|
||||
android:hint="@string/track"
|
||||
android:hint="@string/track_hint"
|
||||
android:inputType="numberDecimal"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Title"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue