(Circle) System Settings / res / edje /

main.edc

  1. /*
  2. * Copyright (c) 2015 Samsung Electronics Co., Ltd
  3. *
  4. * Licensed under the Flora License, Version 1.1 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://floralicense.org/license/
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. images {
  17. image: "settings_list_bg.png" COMP;
  18. }
  19.  
  20. collections {
  21. group { name: "icon";
  22. parts {
  23. part { name: "base";
  24. type: SPACER;
  25. description { state: "default" 0.0;
  26. min: 76 76;
  27. max: 76 76;
  28. }
  29. }
  30. part { name: "bg.img";
  31. type: IMAGE;
  32. mouse_events: 0;
  33. description { state: "default" 0.0;
  34. rel1.to: "base";
  35. rel2.to: "base";
  36. image.normal: "settings_list_bg.png";
  37. }
  38. }
  39. part { name: "icon.img";
  40. type: SWALLOW;
  41. mouse_events: 0;
  42. description { state: "default" 0.0;
  43. rel1.to: "bg.img";
  44. rel2.to: "bg.img";
  45. color: 0 0 0 255;
  46. }
  47. }
  48. } // parts
  49. } // group
  50. } // collections