Android hdpi/mdpi/ldpi for Values folder?

后端 未结 4 1676
慢半拍i
慢半拍i 2020-12-08 05:23

Android allows us to define hdpi/mdpi/ldpi for the drawable folder in order to account for different sized screens/devices. I was wondering if that same support can be appl

4条回答
  •  一生所求
    2020-12-08 05:42

    Yes, you can define files to be used based on whatever the standard modifiers are. For instance, in one of my apps I have defined styles.xml and strings.xml files for various sizes and orientations and it all works as expected values-large-hdpi and values-large-land-hdpi, etc.

提交回复
热议问题