0

I am new to android programming. I have already coded an GUI für my app and want to complete it with bluetooth functionality. I used the bluetooth chat example from 2.1 and it really looks messy in ICS, seems as if the resolution isn't set properly so that all elements are scaled up. I tried to change the XMLs but I cannot solve the problem.

Has anyone an idea?

THX in advance Peter

Darshan Rivka Whittle
  • 32,989
  • 7
  • 91
  • 109
blackboro
  • 1
  • 1

2 Answers2

0

That's probably because of 1 line in the AndroidManifest.xml, change it from

  <uses-sdk android:minSdkVersion="6"/>

.. to something like ..

  <uses-sdk android:minSdkVersion="7"/>
Vincent Cantin
  • 16,192
  • 2
  • 35
  • 57
0

See my reply on stackoverflow.

See this: issue reported on Android bugtracker

Community
  • 1
  • 1
Radu
  • 2,076
  • 2
  • 20
  • 40