Merge "Add ability to see both battery estimates on long press"

This commit is contained in:
TreeHugger Robot
2017-06-06 01:58:16 +00:00
committed by Android (Google) Code Review
10 changed files with 229 additions and 24 deletions

View File

@@ -48,6 +48,12 @@
android:layout_marginTop="12dp"
android:textAppearance="@android:style/TextAppearance.Material.Small"/>
<TextView
android:id="@+id/summary2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@android:style/TextAppearance.Material.Small"/>
</LinearLayout>
<com.android.settings.fuelgauge.BatteryMeterView