I have idea on separating values folder based on the size like ldpi, mdpi,hdpi,xhdpi,xxhdpi,xxxhdpi and small, large ,normal,large,xlarge . And for separating the folders based on language we'll use values-(language code). Apart from this can we separate the values folder base on both size and language? If possible how?
I want to show for small devices with font size of 12sp for one language and 18sp for another language. like values-small-te and values-small-en.
I tried with values-small-te but not worked :( . let me know if any way exists.
thanq in advance.