From f7ad6c1936a779838ab069aa75ec7083db49a3a3 Mon Sep 17 00:00:00 2001 From: Galia Peycheva Date: Tue, 25 Aug 2020 12:06:16 +0200 Subject: [PATCH] Add fontFeatureSettings tnum to TV volume number Adding again because it got lost in ag/12361985. Bug: 162302410 Test: m Change-Id: I2e2de6ecb3f440f12b01aac61f8ba4c019957ce9 --- .../SystemUI/res/layout-land-television/volume_dialog_row.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/layout-land-television/volume_dialog_row.xml b/packages/SystemUI/res/layout-land-television/volume_dialog_row.xml index 708dfd01975ac..d28d5664d7257 100644 --- a/packages/SystemUI/res/layout-land-television/volume_dialog_row.xml +++ b/packages/SystemUI/res/layout-land-television/volume_dialog_row.xml @@ -37,6 +37,7 @@ android:layout_height="@dimen/tv_volume_dialog_bubble_size" android:maxLength="2" android:gravity="center" + android:fontFeatureSettings="tnum" android:background="@drawable/tv_volume_dialog_circle" android:textSize="@dimen/tv_volume_number_text_size" android:textColor="@color/accent_tint_color_selector"/>