Merge "Fix the problem that volume 100 was showed as 10 on TV."
This commit is contained in:
committed by
Android (Google) Code Review
commit
d7c142e153
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user