[focus_2.xml]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:orientation="horizontal">
<Button android:id="@+id/leftButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="3dip"
android:text="@string/focus_2_left"
android:nextFocusRight="@+id/rightButton"/> <!-- jump over middle! -->
<Button android:id="@+id/centerButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="3dip"
android:text="@string/focus_2_jump" />
<Button android:id="@+id/rightButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="3dip"
android:text="@string/focus_2_right"/>
</LinearLayout>
'old > API_Demo' 카테고리의 다른 글
Views_Focus_Internal Selection (0) | 2010.04.19 |
---|---|
Views_Focus_Circular (0) | 2010.04.19 |
Views_Focus_Vertical (0) | 2010.04.19 |
Views_Expandable_Simple Adapter (0) | 2010.04.19 |
Views_Expandable_Cursor [contact] (0) | 2010.04.19 |