1

I'm trying to make a little app that has a little meter in it (think like a speedometer). Well, for the pointer (you know what I'm talking about), I want to make it an 1/8th of an inch thick, independent of the display size.

How would I go about doing this?

MusiGenesis
  • 74,184
  • 40
  • 190
  • 334
Benjamin
  • 1,223
  • 1
  • 13
  • 22
  • 1
    I think dp should be used for drawings, dimensions etc, and sp for font sizes, you can do trial-n-error and check in the emulator.. and use that DP size. – Hossain Khan Jun 01 '11 at 02:05

1 Answers1

1

Use in (inches) as your unit instead.

MusiGenesis
  • 74,184
  • 40
  • 190
  • 334