Patrick Jackson
Patrick Jackson

Reputation: 19446

Resource target for native Google Glass?

What folder should be used for layouts and resources for Google Glass? I know the dimensions are 640x360, which puts it in the 'normal' size. What is the screen density? ldpi? mdpi?

This would be helpful to know for native apps using same apk across devices.

Upvotes: 3

Views: 394

Answers (1)

Fraggle
Fraggle

Reputation: 8727

It is small-hdpi, so if you are running non-mirror api apps on it, it will pull from that folder (drawable-small-hdpi, layout-small-hdpi, etc). I have confirmed this through actual teesting with Glass

See this stackoverflow question for more info: What is the correct Device Definition for Google Glass (for a simulator in Eclipse or Android studio)?

Upvotes: 3

Related Questions