screenMatch.properties 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ############################################################################
  2. # Start with '#' is annotate. #
  3. # In front of '=' is key, cannot be modified. #
  4. # More information to visit: #
  5. # http://blog.csdn.net/fesdgasdgasdg/article/details/52325590 #
  6. # http://download.csdn.net/detail/fesdgasdgasdg/9913744 #
  7. # https://github.com/mengzhinan/PhoneScreenMatch #
  8. ############################################################################
  9. #
  10. # You need to refresh or reopen the project every time you modify the configuration,
  11. # or you can't get the latest configuration parameters.
  12. #
  13. #############################################################################
  14. #
  15. # Base dp value for screen match. Cut the screen into [base_dp] parts.
  16. # Data type is double. System default value is 360.
  17. # I advise you not to modify the value, be careful !!!!!!!!! _^_ *_*
  18. base_dp=360
  19. # Also need to match the phone screen of [match_dp].
  20. # If you have another dp values.
  21. # System default values is 240,320,384,392,400,410,411,480,533,592,600,640,662,720,768,800,811,820,960,961,1024,1280,1365
  22. match_dp=
  23. # If you not wanna to match dp values above. Write some above values here, append value with "," .
  24. # For example: 811,961,1365
  25. ignore_dp=
  26. # They're not android module name. If has more��split with , Symbol.
  27. # If you set, it will not show in SelectDialog.
  28. # If you have, write here and append value with "," .
  29. # For example: testLibrary,commonModule
  30. # System default values is .gradle, gradle, .idea, build, .git
  31. ignore_module_name=
  32. # Use which module under the values/dimen.xml file to do the base file,
  33. # and generated dimen.xml file store in this module?
  34. # Default value is 'app'.
  35. match_module=app
  36. # Don't show select dialog again when use this plugin.
  37. # System screen match will use the last selected module name or default module name.
  38. # You can give value true or false. Default value is false.
  39. not_show_dialog=false
  40. # Do you want to generate the default example dimens.xml file?
  41. # In path of .../projectName/screenMatch_example_dimens.xml, It does not affect your project code.
  42. # You can give value true or false. Default value is false.
  43. not_create_default_dimens=false
  44. # Does the font scale the same size as the DP? May not be accuracy.
  45. # You can give value true or false. Default value is true. Also need scaled.
  46. is_match_font_sp=true
  47. # Do you want to create values-wXXXdp folder or values-swXXXdp folder ?
  48. # I suggest you create values-swXXXdp folder,
  49. # because I had a problem when I was working on the horizontal screen adapter.
  50. # values-swXXXdp folder can solve my problem.
  51. # If you want create values-swXXXdp folder, set "create_values_sw_folder=true",
  52. # otherwise set "create_values_sw_folder=true".
  53. # Default values is true.
  54. create_values_sw_folder=true