From 8adce74a8e2f4a9b5d5afc3147bf263caee98ca8 Mon Sep 17 00:00:00 2001 From: Mac Young Date: Wed, 13 Jul 2022 00:59:54 +0000 Subject: [PATCH] Update Dialog button text to have medium font weight Remove unused styles from styles_car.xml (f-res) in relation to b/205891332 Bug: 205891332 Bug: 238344187 Test: Verfied with emulator Change-Id: Idecd969df62fec4ba21b97121554e6796d5b9770 --- core/res/res/layout-car/car_alert_dialog.xml | 2 +- .../car_alert_dialog_button_bar.xml | 20 ++-- core/res/res/values/styles_car.xml | 93 ++----------------- 3 files changed, 17 insertions(+), 98 deletions(-) diff --git a/core/res/res/layout-car/car_alert_dialog.xml b/core/res/res/layout-car/car_alert_dialog.xml index 2e7b62ceb723f..3c7a5c578fc50 100644 --- a/core/res/res/layout-car/car_alert_dialog.xml +++ b/core/res/res/layout-car/car_alert_dialog.xml @@ -54,7 +54,7 @@ android:layout_height="wrap_content" android:layout_marginStart="@dimen/text_view_start_margin" android:layout_marginEnd="@dimen/text_view_end_margin" - style="@style/CarBody4"/> + style="@style/CarDialogMessageText"/> + android:id="@+id/buttonPanel" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:scrollbarAlwaysDrawVerticalTrack="true" + android:scrollIndicators="top|bottom" + android:fillViewport="true" + style="?attr/buttonBarStyle"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -