From 7384298061ee9fbe7b9b56f015bed1575e70c003 Mon Sep 17 00:00:00 2001 From: Zaiyue Xue Date: Sat, 13 Aug 2022 22:43:24 +0800 Subject: [PATCH] Fix b/242254055 Battery usage initial screen improvements (long data loading time) screen record with forcing 5s loading data: https://drive.google.com/file/d/1qIkY9U55oF8ktNqiJtxMW7K8sVuJDgTa/view?usp=sharing&resourcekey=0-BJTVh6GcvpXeTqwOQzmzYw Bug: 242254055 Test: manual Change-Id: Ic6a907ddc4e932ef0256f96556667cd681ef0ebc --- res/layout/battery_chart_graph.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/battery_chart_graph.xml b/res/layout/battery_chart_graph.xml index 8b05b5191e8..b95c6604be2 100644 --- a/res/layout/battery_chart_graph.xml +++ b/res/layout/battery_chart_graph.xml @@ -36,7 +36,7 @@ android:layout_width="match_parent" android:layout_height="170dp" android:layout_marginBottom="16dp" - android:visibility="invisible" + android:visibility="gone" android:contentDescription="@string/battery_usage_chart" android:textAppearance="?android:attr/textAppearanceSmall" settings:textColor="?android:attr/textColorSecondary" /> @@ -46,7 +46,7 @@ android:layout_width="match_parent" android:layout_height="170dp" android:layout_marginBottom="16dp" - android:visibility="invisible" + android:visibility="visible" android:contentDescription="@string/battery_usage_chart" android:textAppearance="?android:attr/textAppearanceSmall" settings:textColor="?android:attr/textColorSecondary" />