Text in the rows (row) of a list in menu is cut in some devices

0

Thanks for your help. Android / android studio.

In my app I have menu rows that have a title and subtitle below as a description. In some devices all the rows are perfect, but in others the lines below the title of each row are cut. It does not seem to have to do with the size of the screen after testing it on several devices. The truth is that I'm lost.

Please, any help?

I attach photos for better understanding.

link

link

    
asked by Cosas Varias 12.03.2017 в 18:10
source

1 answer

0

It is due to the resolution of the devices, you can see the documentation here:

link

You must use different dimension values in the dimen.xml files of the different configurations and different layouts for the different resolutions.

For example the resource folders drawable-hdpi , drawable-xhdpi , drawable-xxhdpi , etc, containing different layouts and the folders values-hdpi , values-xhdpi , etc, containing different files dimen.xml

    
answered by 12.03.2017 в 23:16