How to change style.xml for different permissions, I know to find the resolution, but donβt know how to change style.xml for a tablet
Just create as many style.xml files as you want for different resolutions and put them in the values-mdpi , values-hdpi , values-ldpi , etc. values-ldpi . This should complete the task.
style.xml
values-mdpi
values-hdpi
values-ldpi
Source: https://habr.com/ru/post/897660/More articles:How does the mapping between WinRT and managed? - windows-8Unable to format months with as.Date - dateProgrammatically separate the debugger - debuggingINI file for multidimensional array in PHP - arraysPython numeric function for sum log - pythonHow to start a PE image without a link to kernel32.dll and ntdll.dll - c ++@Transactional abstract - springHibernate transaction annotations in source - difference between class and method usage level? - hibernateDesign template for a service such as architecture - androidSymfony Database Code Error - symfonyAll Articles