Settings tweaks

Change-Id: I68829fa8e49534d4635a008c94dced3c7ab6f4b1
Fixes: 27834471
Fixes: 27834626
Fixes: 27567838
Fixes: 27834676
This commit is contained in:
Jason Monk
2016-04-08 14:54:17 -04:00
parent 27fedfc2fa
commit c19eb986f3
10 changed files with 84 additions and 13 deletions

View File

@@ -76,6 +76,7 @@ public class BatteryHistoryPreference extends Preference {
((TextView) view.findViewById(R.id.charge)).setText(mBatteryInfo.batteryPercentString);
((TextView) view.findViewById(R.id.estimation)).setText(mBatteryInfo.remainingLabel);
UsageView usageView = (UsageView) view.findViewById(R.id.battery_usage);
usageView.findViewById(R.id.label_group).setAlpha(.7f);
mBatteryInfo.bindHistory(usageView);
}
}