guys... i have developed my first app... i have tested this, in Galaxy SIII, it's work fine... but if i run my application in a Galaxy SII the TextView is big...
XML layout:
<TextView
android:id="@+id/tv3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/tv4"
android:layout_alignBottom="@+id/tv4"
android:layout_alignLeft="@+id/tv2"
android:layout_marginLeft="23dp"
android:text="@string/my"
android:textSize="15dp" />
How do I adjust the resolution automatically with all the screens? What is the easiest choice? I'm confised :| Thank you!!!