An ImageButton is not supposed to have text, that's why it's called ImageButton. Try to use Button, which inherits from TextView and does have the android:text ...
確定! 回上一頁