<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/world_series_celebration"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="36dp"
android:text="World Series Trivia"
android:gravity="center"
/>
<Button
android:text="Click to Start"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="25dp"
/>
</LinearLayout>
在我的程序中,背景顯示正常,文字也顯示,但按鈕不顯示。我覺得我缺少一些基本的東西,但我一遍又一遍地看了一遍,找不到任何東西。任何幫助表示讚賞製作基本的android應用程序,xml幫助
Can yo你顯示你的應用程序的截圖? – Shekhar