Updated font size

This commit is contained in:
ByteHamster 2019-09-03 13:27:37 +02:00
parent 11e68419f0
commit 79fddbcc83
2 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@ public class AudioplayerActivity extends MediaplayerInfoActivity {
if(controller.canSetPlaybackSpeed()) { if(controller.canSetPlaybackSpeed()) {
speed = UserPreferences.getPlaybackSpeed(); speed = UserPreferences.getPlaybackSpeed();
} }
String speedStr = new DecimalFormat("0.00x").format(speed); String speedStr = new DecimalFormat("0.00").format(speed);
txtvPlaybackSpeed.setText(speedStr); txtvPlaybackSpeed.setText(speedStr);
} }

View File

@ -155,7 +155,7 @@
android:layout_marginTop="-8dp" android:layout_marginTop="-8dp"
android:gravity="center" android:gravity="center"
android:text="30" android:text="30"
android:textSize="10sp" android:textSize="12sp"
android:textColor="?android:attr/textColorSecondary" android:textColor="?android:attr/textColorSecondary"
android:clickable="false"/> android:clickable="false"/>
@ -184,8 +184,8 @@
android:layout_alignEnd="@id/butPlaybackSpeed" android:layout_alignEnd="@id/butPlaybackSpeed"
android:layout_marginTop="-8dp" android:layout_marginTop="-8dp"
android:gravity="center" android:gravity="center"
android:text="1.00X" android:text="1.00"
android:textSize="10sp" android:textSize="12sp"
android:textColor="?android:attr/textColorSecondary" android:textColor="?android:attr/textColorSecondary"
android:clickable="false"/> android:clickable="false"/>
@ -231,7 +231,7 @@
android:layout_marginTop="-8dp" android:layout_marginTop="-8dp"
android:gravity="center" android:gravity="center"
android:text="30" android:text="30"
android:textSize="10sp" android:textSize="12sp"
android:textColor="?android:attr/textColorSecondary" android:textColor="?android:attr/textColorSecondary"
android:clickable="false"/> android:clickable="false"/>