Computer(IT)/Android Study

Test Fix of main.xml

약탄치킨 2010. 12. 16. 00:51
반응형
Add Strings
<TextView 
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="@string/insa"
    android:textColor="#ff0000"
    android:textSize="20pt"
    android:textStyle="italic"
    />
<TextView 
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="@string/anyoung"
    android:textColor="#ff0000"
    android:textSize="20sp"
    android:background="#ffffff"
    />
<TextView 
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="Good Morning"
    android:textColor="#ffffff"
    android:textSize="5mm"
    android:typeface="serif"
    />
반응형