Merge "Fix the problem that volume 100 was showed as 10 on TV."

This commit is contained in:
Hongguang Chen
2021-11-19 16:40:08 +00:00
committed by Android (Google) Code Review

View File

@@ -35,7 +35,7 @@
android:id="@+id/volume_number"
android:layout_width="@dimen/tv_volume_dialog_bubble_size"
android:layout_height="@dimen/tv_volume_dialog_bubble_size"
android:maxLength="2"
android:maxLength="3"
android:gravity="center"
android:fontFeatureSettings="tnum"
android:background="@drawable/tv_volume_dialog_circle"