layerdrawable

    4熱度

    2回答

    我有以下LayerDrawable: <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item android:id="@+id/image_source" android:botto

    2熱度

    1回答

    我想讓兩輛賽車以不同的顏色(比如紅色和藍色)同時顯示在我的比賽中,並且爲此我使用相同的LayerDrawable(設置爲圖像資源的ImageView)兩種車: <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <it

    18熱度

    1回答

    我試圖以編程方式更改selectable_kachel_shape的顏色。下面是XML文件: kachel_ticked_style.xml <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item> <shape android:id="@+id/selec

    1熱度

    1回答

    我必須在運行時創建具有主要和次要進度的SeekBar。看着tileify function對我應該如何對待LayerDrawable,並progress_horizontal_holo_dark.xml正確的ID,我想出了以下內容: // parent view LinearLayout parent = (LinearLayout) findViewById(R.id.parent);

    0熱度

    1回答

    我有5個圖像,我需要顯示這個水平間隔一個接一個。我想使用單個圖像視圖,而不是使用5個不同的圖像在LinearLayout中以水平方向顯示這5個圖像。使用LayerDrawable可以實現這一目標嗎?如果是的話如何? 我只需要在下面的示例中放置圖片,其中'Querstions','Tags','Users','Badges','Unanswered'中的每一個都是圖片。

    2熱度

    3回答

    這是一個三角形狀的XML: <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item android:id="@+id/shape_id"> <rotate android:fromDegrees="45" android:toDegrees="45

    1熱度

    3回答

    我需要加載20個以上的圖像在彼此之上,以形成一個交互式地圖,每個圖層都可以打開和關閉。 我決定爲此使用LayerDrawable,但我不斷收到OutOfMemoryError。即使在我將Large Heap設置爲true之後,它仍然能夠加載大約8張圖像,但不止它仍會拋出錯誤。 有沒有辦法將大量圖像加載到LayerDrawable中而不會出現該錯誤,或​​者有更好的方法可以實現嗎?

    6熱度

    2回答

    由於我的應用程序的顏色主題是動態的,我只能使用顏色和shapedrawables創建背景drawables,我想要建立一個帶有顏色和形狀的可繪製的edittext背景,如下所示。 但我想這樣做編程 如何以編程方式構建相同的drawable? <item> <shape> <solid android:color="@android:color/yellow" />