aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/completion9.xml
blob: 9040d8c1f61d7b86d4853279cd6ae51bc28cc753 (plain)
1
2
3
4
5
6
7
8
9
10
<com.google.android.apps.iosched.ui.widget.DashboardLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">

    <Button android:id="@+id/home_btn_schedule"
        style="@style/DashboardButton"
        android:text="@string/btn_schedule"
        android:drawableTop="@drawable/home_btn_schedule" />
</com.google.android.apps.iosched.ui.widget.DashboardLayout>