I have the source code for 10 inch tablet, how I make it suitable to 7 inch tablet without changing the layouts etc.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can not direct assume that 10 inch tablet Layout will work same as on 7 inch Tablet .You have to make some changes to work on both like following from android Developer Site.
For other cases in which you want to further customize your UI to differentiate between sizes such as 7” and 10” tablets, you can define additional smallest width layouts:
Notice that the previous two sets of example resources use the “smallest width” qualifer, swdp, which specifies the smallest of the screen’s two sides, regardless of the device’s current orientation. Thus, using swdp is a simple way to specify the overall screen size available for your layout by ignoring the screen’s orientation.
For Detail You can Refer Developer Site Link here
EDIT:
Please Refer this SO Link for Use of Drawable in all types Layout.Click here
Here is one more reference Guide for Understanding work with Multiple Screen In android,documents from Motorola Click here