Change ripple in battery pages
1. Add ripple for battery header 2. Remove ripple for battery usage graph Bug: 35959227 Bug: 35957849 Test: Manual Change-Id: I7b9965304d0c79b59bdac92719e303931206b672
This commit is contained in:
@@ -57,7 +57,6 @@ public class BatteryHistoryPreference extends Preference {
|
||||
if (mBatteryInfo == null) {
|
||||
return;
|
||||
}
|
||||
view.itemView.setClickable(true);
|
||||
view.setDividerAllowedAbove(true);
|
||||
((TextView) view.findViewById(R.id.charge)).setText(mBatteryInfo.batteryPercentString);
|
||||
((TextView) view.findViewById(R.id.estimation)).setText(
|
||||
|
Reference in New Issue
Block a user