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

Commit ab6fe4e9 authored by DvTonder's avatar DvTonder
Browse files

Framework: Cleanup public.xml layout for CM additions

Change-Id: I0753bc484883ff7f9d2e79f0f8d26a309493bc8d
parent 0c330122
Loading
Loading
Loading
Loading
+25 −13
Original line number Diff line number Diff line
@@ -2028,27 +2028,40 @@
  <public type="style" name="Widget.DeviceDefault.CheckedTextView" id="0x010301db" />
  <public type="style" name="Widget.DeviceDefault.Light.CheckedTextView" id="0x010301dc" />

  <java-symbol type="drawable" name="ic_lock_profile" />
  <java-symbol type="drawable" name="ic_lock_reboot" />
  <java-symbol type="drawable" name="ic_lock_screenshot" />
  <java-symbol type="drawable" name="ic_lock_expanded_desktop" />
<!-- ===============================================================
   Resources added in version 10 of CyanogenMod
   =============================================================== -->
  <eat-comment />

  <!-- Config.xml entries -->
  <java-symbol type="bool" name="config_forceDisableHardwareKeyboard" />
  <java-symbol type="bool" name="config_hasRotationLockSwitch" />

  <!-- Notification and battery light -->
  <java-symbol type="bool" name="config_intrusiveBatteryLed" />
  <java-symbol type="bool" name="config_multiColorBatteryLed" />
  <java-symbol type="array" name="notification_light_package_mapping" />

  <!-- Power menu -->
  <java-symbol type="string" name="global_action_screenshot" />
  <java-symbol type="string" name="global_action_choose_profile" />
  <java-symbol type="string" name="global_action_reboot" />
  <java-symbol type="string" name="global_actions_toggle_expanded_desktop_mode" />
  <java-symbol type="string" name="global_actions_expanded_desktop_mode_off_status" />
  <java-symbol type="string" name="global_actions_expanded_desktop_mode_on_status" />
  <java-symbol type="string" name="global_actions" />
  <java-symbol type="string" name="global_action_screenshot" />

  <java-symbol type="array" name="notification_light_package_mapping" />
  <java-symbol type="array" name="shutdown_reboot_actions" />
  <java-symbol type="array" name="shutdown_reboot_options" />
  <java-symbol type="bool" name="config_multiColorBatteryLed" />
  <java-symbol type="string" name="reboot_progress" />
  <java-symbol type="string" name="reboot_system" />
  <java-symbol type="string" name="wildcardProfile" />
  <java-symbol type="string" name="reboot_progress" />
  <java-symbol type="array" name="shutdown_reboot_options" />
  <java-symbol type="array" name="shutdown_reboot_actions" />
  <java-symbol type="drawable" name="ic_lock_screenshot" />
  <java-symbol type="drawable" name="ic_lock_reboot" />
  <java-symbol type="drawable" name="ic_lock_profile" />
  <java-symbol type="drawable" name="ic_lock_expanded_desktop" />

  <!-- Profiles -->
  <java-symbol type="xml" name="profile_default" />
  <java-symbol type="string" name="wildcardProfile" />

  <!-- Power widget -->
  <java-symbol type="string" name="hour" />
@@ -2058,5 +2071,4 @@
  <java-symbol type="string" name="second" />
  <java-symbol type="string" name="seconds" />

  <java-symbol type="bool" name="config_forceDisableHardwareKeyboard" />
</resources>