Advertisement
techmik

Untitled

Aug 30th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <!-- Whether or not to display the trackball settings -->
  4. <bool name="has_trackball">true</bool>
  5.  
  6. <!-- Whether or not to display the camera button settings -->
  7. <bool name="has_camera_button">false</bool>
  8.  
  9. <!-- Notification LED can show any color -->
  10. <bool name="has_rgb_notification_led">false</bool>
  11.  
  12. <!-- Notification LED can show green and amber only -->
  13. <bool name="has_dual_notification_led">true</bool>
  14.  
  15. <!-- Notification LED mixes up amber with green and red -->
  16. <bool name="has_mixable_dual_notification_led">false</bool>
  17.  
  18. <!-- LED Flashlight -->
  19. <bool name="has_led_flash">false</bool>
  20.  
  21. <!-- Whether or not to display search button settings -->
  22. <bool name="has_search_button">true</bool>
  23. </resources>
  24.  
  25.  
  26.  
  27.  
  28. PROPOSED:
  29.  
  30. <!-- Notification LED has single color only -->
  31. <bool name="has_single_notification_led">true</bool>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement