android-drawable

    4熱度

    1回答

    我有一組資源ID存儲在一個數組中。這是在回收站視圖內訪問以填充圖像視圖。問題是當我訪問陣列時,返回的所有值都是0. // arrays.xml <array name="array_category_icons"> <item>@drawable/autumn</item> <item>@drawable/backpack</item> </array> // insi

    -1熱度

    2回答

    好吧,這是非常愚蠢的,但我找不到出路。 作爲一個簡單的測試,我就把bg.png到可繪製/可繪製-xhdpi但是當我引用它 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="mat

    3熱度

    1回答

    我試圖根據不同的級別更改進度條顏色。使用進度條 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:maxLevel="1" android:drawable="@drawable/progress_horizontal_green"/> <item and

    0熱度

    1回答

    我在畫布中繪製了我的遊戲的background.png圖像(圖像比較高,因爲是一個模仿背景)。這些圖像有這樣的尺寸: 繪製-xhdpi:1817x443像素 繪製,華電國際:1363x332像素 繪製-MDPI:909x222像素 繪製-LDPI:682x166像素 我做了一些測試: 在我萬普拉斯X圖像看起來相當不錯,BU在我的三星 Galaxy Nexus和Wiko Iggy的形象失去了質量。

    1熱度

    2回答

    我想更改我的進度欄的漸變顏色。現在,我可以將其更改爲純色,但我無法將其更改爲漸變色。 LayerDrawable progressDrawable = (LayerDrawable) myProgressBar.getProgressDrawable(); // get the color drawable of the progress bar Drawable primaryColor

    0熱度

    1回答

    在這個圖片我希望文字完全是與CYAN顏色的三角形繪製文本。 我已經創建了自己的ImageView: public class BookImageView extends android.support.v7.widget.AppCompatImageView { private static final Float DISCOUNT_SIDE_SIZE = 0.33333F; privat

    1熱度

    1回答

    我有一個EditText包含一個可繪製的圖像(任何隨機圖像,我不知道哪一個)。我試圖通過將它轉換成HTML來將它與文本一起發送到服務器。 我的服務器上,我得到這個: <p dir="ltr">Hi, this is a text <img src="[email protected]"></p> 如何發送提拉文件,而不是這個名字?

    -2熱度

    4回答

    嗨大家請建議我如何創建android xml drawable像下面的圖像? 現在我使用以下代碼 <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item> <rotate androi

    0熱度

    1回答

    My Image Please Click 如何更改紅線圖標?是可以改變它與PNG圖片? 我看到的代碼是由pathdata定義,我不知道pathdata是從哪裏來的? 我怎樣才能做一個「鏈接」到一個新的.xml文件?例如,如果我單擊導入,系統必須重定向到a.xml,如果我單擊幻燈片菜單,那麼系統必須重定向到b.xml? 三江源大家,並在Android開發抱歉即時通訊新

    -1熱度

    1回答

    我想把這個checkedtextview的所有這些參數放到一個可繪製的文件中,這樣如果我製作更多的checkedtextviews,我可以使用相同的參數繪製文件。 <CheckedTextView android:id="@+id/DrinkWater" android:layout_width="match_parent" android:la