[table_layout_2.xml]
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TableRow>
<Button
android:text="@string/table_layout_2_open" />
<TextView
android:text="@string/table_layout_2_path_1"
android:padding="3dip" />
</TableRow>
<TableRow>
<Button
android:text="@string/table_layout_2_save_all"/>
</TableRow>
<TableRow>
<Button
android:text="@string/table_layout_2_save"
android:visibility="invisible" />
<TextView
android:text="@string/table_layout_2_path_2"
android:padding="3dip" />
</TableRow>
</TableLayout>
'old > API_Demo' 카테고리의 다른 글
Views_Layout_Table Layout_Stretchable (0) | 2010.04.26 |
---|---|
Views_Layout_Table Layout_Long Content (0) | 2010.04.26 |
Views_Layout_Table Layout_Basic (0) | 2010.04.26 |
Views_Layout_ScrollView_Internal Selection (0) | 2010.04.26 |
Views_Layout_ScrollView_Long (0) | 2010.04.26 |