kodaligopi547 / droiddraw

Automatically exported from code.google.com/p/droiddraw
0 stars 0 forks source link

not only px but should support dp or dip #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
not only px but should support dp or dip

What version of the product are you using? On what operating system?
mac. the latest one

Please provide any additional information below.

Original issue reported on code.google.com by mask1...@gmail.com on 16 Oct 2010 at 7:10

GoogleCodeExporter commented 9 years ago
agreed dip is the recommended way to support multiple screens. 

http://developer.android.com/guide/practices/screens_support.html

Original comment by theexten...@gmail.com on 6 Nov 2010 at 1:17

GoogleCodeExporter commented 9 years ago
+1 Without dip support this app makes it a little difficult to use the xml for 
production Android apps. However you could create a layout and then do a 
find/replace on the px values as a workaround.

Original comment by trip.mckay@gmail.com on 8 Dec 2010 at 10:17

GoogleCodeExporter commented 9 years ago
Switched to 'dp' as the default measurement.  This is checked into SVN will 
roll out w/ the next release.

Original comment by brendan....@gmail.com on 28 Dec 2011 at 5:33

GoogleCodeExporter commented 9 years ago

Original comment by brendan....@gmail.com on 28 Dec 2011 at 6:07