[table_layout_4.xml]
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stretchColumns="1">
<TableRow>
<TextView
android:text="@string/table_layout_4_open"
android:padding="3dip" />
<TextView
android:text="@string/table_layout_4_open_shortcut"
android:gravity="right"
android:padding="3dip" />
</TableRow>
<TableRow>
<TextView
android:text="@string/table_layout_4_save"
android:padding="3dip" />
<TextView
android:text="@string/table_layout_4_save_shortcut"
android:gravity="right"
android:padding="3dip" />
</TableRow>
</TableLayout>
'old > API_Demo' 카테고리의 다른 글
Views_Layout_Table Layout_More Spanning and Stretchable (0) | 2010.04.26 |
---|---|
Views_Layout_Table Layout_Spanning and Stretchable (0) | 2010.04.26 |
Views_Layout_Table Layout_Long Content (0) | 2010.04.26 |
Views_Layout_Table Layout_Empty Cells (0) | 2010.04.26 |
Views_Layout_Table Layout_Basic (0) | 2010.04.26 |