From: jackqdyulei Date: Thu, 16 Mar 2017 02:27:31 +0000 (-0700) Subject: Delete the estimated time in battery usage graph X-Git-Tag: android-x86-8.1-r1~576^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3a03b722c67e343a3df8724b5f02f13d35252b22;p=android-x86%2Fpackages-apps-Settings.git Delete the estimated time in battery usage graph Bug: 31012673 Test: RunSettingsRoboTests Change-Id: Icac85a5fc523b70904e048d17eace30c91fe54ee --- diff --git a/res/layout/battery_usage_graph.xml b/res/layout/battery_usage_graph.xml index bd6e7a5ff2..80f966b176 100644 --- a/res/layout/battery_usage_graph.xml +++ b/res/layout/battery_usage_graph.xml @@ -18,6 +18,7 @@ xmlns:settings="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" + android:paddingTop="16dp" android:paddingStart="@dimen/preference_no_icon_padding_start" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:orientation="vertical"> @@ -26,22 +27,16 @@ android:id="@+id/charge" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginBottom="16dp" android:textAppearance="?android:attr/textAppearanceLarge" android:textSize="36sp" android:textColor="?android:attr/colorAccent" /> - -