PHP短視頻源碼AS中按鈕不顯示問題

下面是xml裏面的代碼

<TextView
    android:id="@+id/textview"
    android:layout_width="207dp"
    android:layout_height="wrap_content"
    android:text="hello word"
    android:textColor="#ff0000"
    android:textSize="30sp" />
    
<EditText
    android:id="@+id/etuser"
    android:hint="ple input your name"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"></EditText>



<Button
    android:id="@+id/btnlogin"
    android:text="login"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"></Button>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章