[buttons_1.xml]
<!-- Regular sized buttons -->
<Button android:id="@+id/button_normal"
android:text="@string/buttons_1_normal"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<!-- Small buttons -->
<Button android:id="@+id/button_small"
style="?android:attr/buttonStyleSmall"
android:text="@string/buttons_1_small"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<ToggleButton android:id="@+id/button_toggle"
android:text="@string/buttons_1_toggle"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
'old > API_Demo' 카테고리의 다른 글
Views_Controls_LightTheme (0) | 2010.04.05 |
---|---|
Views_Chronometer (0) | 2010.04.05 |
View_AutoComplete_MultipleItems (0) | 2010.04.02 |
View_AutoComplete_ContactsWithHint (0) | 2010.04.02 |
View_AutoComplete_Contacts (0) | 2010.04.02 |