imagebutton 带文字

<FrameLayout
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentRight="true"
            android:layout_centerVertical="true"
            android:layout_marginRight="5dip" >

            <ImageButton
                android:id="@+id/manage_often_goto_places_add_btn"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_gravity="center"
                android:background="@xml/login_register_top_btn" />

            <TextView
                style="@style/content_text_15"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_gravity="center"
                android:text="新建"
                android:textColor="@color/white" />
        </FrameLayout>

你可能感兴趣的:(imagebutton)