In my Android application, I have to show the landscape for large and small screen sizes. Is there any way to do this. If then, how can I do this? Now I just created the "layout-land" folder. Can i give it more specifically
you can specify the following:
layout-land-hdpi layout-land-ldpi layout-land-mdpi layout-small-land-ldpi
and read the following in more detail:
http://developer.android.com/guide/topics/resources/providing-resources.html
There is a very good lesson in the Android developer site:
http://developer.android.com/training/multiscreen/screensizes.html
Use layout-large-land and layout-small-land ; see also Providing Alternative Resources .
layout-large-land
layout-small-land
Source: https://habr.com/ru/post/1496492/More articles:Creating a universal iOS structure that includes other structures - iosHow can I clear the MassTransit queue? - c #Perl equivalent idiom for Python alert module - pythonlayout earth does not select landscape layout xml - androidUnable to change fragment container id - androidMongoDB (and Mongoose.js): does the order of the request conditions have an order? - mongodbR to check the sequence ALL CAPS in each line of the file - rWhy public constructor is not accessible through reflection - javaQT quick2 qml dynamically changing columns GridView - c ++How to call a method when presenting a view controller from a modal controller - iosAll Articles