Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1abc13fe authored by pajacechen's avatar pajacechen Committed by Pajace Chen
Browse files

[Shadow] Update the string and the dismiss button

- Disable the dismiss button for incompatible charging
- Update the button string for battery defender tips
- Update settings banner icon for defender

Test: Manual Test
Bug: 315748218
Change-Id: I0cfe03e7984be02eff4fb6dce68cc22fe7edf8e2
parent 62fa76f7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
  <path
      android:pathData="M20,5.64L12,2L4,5.64V11.09C4,16.14 7.41,20.85 12,22C16.59,20.85 20,16.14 20,11.09V5.64Z"
      android:fillColor="?android:attr/colorAccent"/>
</vector>
+2 −2
Original line number Diff line number Diff line
@@ -5679,8 +5679,8 @@
    <string name="battery_tip_unrestrict_app_dialog_ok">Remove</string>
    <!-- CANCEL button for dialog to remove restriction for app [CHAR LIMIT=NONE] -->
    <string name="battery_tip_unrestrict_app_dialog_cancel">Cancel</string>
    <!-- Charge to full button for battery defender tips [CHAR LIMIT=NONE] -->
    <string name="battery_tip_charge_to_full_button">Charge to full</string>
    <!-- Override button for Battery Defender Tip to start charging  [CHAR LIMIT=NONE] -->
    <string name="battery_tip_charge_to_full_button">Override</string>
    <!-- Title of incompatible charging battery tip [CHAR LIMIT=NONE] -->
    <string name="battery_tip_incompatible_charging_title">Check charging accessory</string>
    <!-- Content description for the incompatible charging battery tip button [CHAR LIMIT=NONE] -->
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public class BatteryDefenderTip extends BatteryTip {

    @Override
    public int getIconId() {
        return R.drawable.ic_battery_status_good_theme;
        return R.drawable.ic_battery_defender_tip_shield;
    }

    @Override
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ public final class IncompatibleChargerTip extends BatteryTip {
        }

        cardPreference.setSelectable(false);
        cardPreference.enableDismiss(false);
        cardPreference.setIconResId(getIconId());
        cardPreference.setPrimaryButtonText(context.getString(R.string.learn_more));
        cardPreference.setPrimaryButtonAction(