cirollo Active Member Licensed User Longtime User Jul 2, 2012 #1 Hi! one of my customers has bought this tablet: http://www.mediacomeurope.it/Prodotti/Scheda.aspx?XRI=1969 any idea on which layout variant should be used in landscape mode? I tried 1024x768 with scale=1 but it seems too big for the tablet screen, on samsung galaxy tab 10" I've used scale 1.5 any suggestion???? thanks guys! regards, cirollo
Hi! one of my customers has bought this tablet: http://www.mediacomeurope.it/Prodotti/Scheda.aspx?XRI=1969 any idea on which layout variant should be used in landscape mode? I tried 1024x768 with scale=1 but it seems too big for the tablet screen, on samsung galaxy tab 10" I've used scale 1.5 any suggestion???? thanks guys! regards, cirollo
M Merlot2309 Active Member Licensed User Longtime User Jul 2, 2012 #2 Hello, 1024 x 768 and dens 1 is a correct size for many 8" tablets. Maybe you can ask your client to check it when you added this code: B4X: Dim dens As Float dens = Density ToastMessageShow(Activity.Height & Activity.Width & dens, True) or have a look here: LayoutValues - Basic4android Wiki Success, Helen Upvote 0
Hello, 1024 x 768 and dens 1 is a correct size for many 8" tablets. Maybe you can ask your client to check it when you added this code: B4X: Dim dens As Float dens = Density ToastMessageShow(Activity.Height & Activity.Width & dens, True) or have a look here: LayoutValues - Basic4android Wiki Success, Helen