android-xml

    0熱度

    4回答

    我嘗試了所有可以從佈局底部消除此差距(shown in the screenshot below)的所有內容,但只得到失望! 這裏是tournament_home.xml XML代碼: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.and

    0熱度

    3回答

    我需要爲多項選擇問題創建一個UI。例如在屏幕上會有10個問題,每個問題有4個選項。 對於給定的問題,用戶只能從可用的4選項中僅選擇一個選項。 問題是因爲我已經使用TableRow爲每個選項。我在4個表格行中有4個RadioButton。現在我不知道如何使用RadioGroup,因此...可以選擇只有一個選項用於給定問題的可用4選項。下面 是示例代碼: <?xml version="1.0" enc

    1熱度

    1回答

    我需要在視圖頂部畫一條對角線,如New標籤。我想用xml或canvas來繪製它。可能嗎?任何人都可以幫助我向我建議解決方案嗎? 謝謝。

    0熱度

    2回答

    我想創建一個RatingBar,它不使用圖像來創建邊框。但我似乎無法做到。 這裏就是我想要它看起來像: 這就是我得到了(裝滿 - 一半是空 - 空): 這裏是我的佈局: <RatingBar android:id="@+id/ratingbar_rate" android:layout_width="wrap_content" android:layout_heigh

    0熱度

    4回答

    這是LinearLayout中的XML包含兩種觀點: <RelativeLayout android:id="@+id/addItems" style="@android:style/Widget.ImageButton" android:layout_weight="5" android:layout_width="0dp" andro

    1熱度

    1回答

    不知道是怎麼回事,在我的佈局,但標籤後,內容開始一半,屏幕... 這些佈局,以便從父到子 <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/

    0熱度

    1回答

    我想在android.this代碼中有圓角上下文菜單是正常工作,但角沒有任何radius.how做到這一點? 這是我的佈局: <merge xmlns:android="http://schemas.android.com/apk/res/android"> <Button android:id="@+id/btnReport" android:layout_w

    3熱度

    4回答

    我試圖複製這個動畫在谷歌的Play報亭應用: http://i.imgur.com/UuX1PRO.webm 我有一個佈局,看起來是這樣的: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andro

    -1熱度

    1回答

    我是新來的android。任何人都可以告訴我添加到購物車功能的代碼。 如果按 添加按鈕 我需要在TextView的增量在以下FloatingButton增量需要以下圖像中的添加按鈕 這裏 請幫我這個。提前致謝。

    1熱度

    2回答

    我想在選中和取消選擇時更改選項卡的背景顏色。另外,我希望爲邊框添加一些功能到TabHost。 我已經有了創建的標籤和當前的內容。 更具體地說,我會上傳一張我想要的圖片。它顯示三個選項卡,其中第二個選項。