기술참고자료/Android | 2011. 4. 20. 10:41
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/aticle_content" /> </LinearLayout> |
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/aticle_content" android:lineSpacingExtra="15dip" /> </LinearLayout> |
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/aticle_content" android:lineSpacingMultiplier="2.5" /> </LinearLayout> |
SKT - 안드로이드 출시 단말별 해상도 (0) | 2011.04.28 |
---|---|
View에 백그라운드 반복설정 (0) | 2011.04.20 |
<supports-screens> Guide (1) | 2011.04.19 |
<support-screen> (0) | 2011.04.19 |
SIM의 IMSI값 읽어오기 (0) | 2011.04.19 |
Recent Comments