vectordrawable

    11熱度

    1回答

    我想在運行時的動畫我AnimatedVectorDrawable添加動畫,而無需使用.xml文件。其實我使用.xml文件一樣的文件的樣本顯示: AnimatedVectorDrawable 所以,我有vector_drawable.xml包含<vector>嵌套<group>和<path>定義的形狀。 對於此載體我有animated_vector_drawable.xml包含<animated-v

    5熱度

    1回答

    我正在使用Android棒棒糖相當新的和酷的矢量繪製。但是對於某些SVG文件,當使用drawable時,我總是在運行時遇到NumberFormatException。 這裏是我的堆棧跟蹤: android.view.InflateException: Binary XML file line #60: Error inflating class android.widget.ImageButton

    3熱度

    1回答

    我下面ImageButton: <ImageButton xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/fireButton" android:layout_width="fill_parent" android:layout_height="fill_paren

    2熱度

    1回答

    我有一個VectorDrawable xml,當在onDraw(Canvas canvas,Rect bounds)方法中創建一個android的表面時,我可以繪製這個vectorDrawable嗎?像canvas.draw(vector.xml),我不知道如何,請幫助! <vector xmlns:android="http://schemas.android.com/apk/res/andro

    3熱度

    2回答

    VectorDrawableCompat終於進入支持庫在SDK 23中的方式。但它似乎並沒有工作,或者我失去了一些東西。 drawable/mypic.xml: <vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="64dp" android:width="64dp" androi

    3熱度

    2回答

    Android棒棒糖已經推出了幾個新類,其中之一就是VectorDrawable。我只是想知道什麼時候適合使用VectorDrawable通過位圖圖像知道VectorDrawable有一個性能缺陷。 VectorDrawable唯一的可擴展性是以性能爲代價的。那麼,如果性能是首要任務,我可以使用VectorDrawable嗎?性能下降是否過高?

    5熱度

    2回答

    我想在我的Android應用程序中使用VectorDrawables。 我想從文件系統中加載一個xml文件並獲得一個android.graphics.Drawable的實例,以便在ImageView中顯示它。如果我將XML文件添加到資源目錄,它的工作原理。但是當我嘗試從文件系統中加載它時,我總是得到一個NullPointer。 我目前正試圖通過 Drawable.createFromPath(*P

    16熱度

    4回答

    我創建了AnimatedVectorDrawable,它工作得很好,現在我正在尋找一種方法來更改動畫或在完成後隱藏視圖。我希望有一個聽衆,但它看起來不像。有人可以幫忙嗎? 編輯 於是我找到了一個解決辦法,但不是一個非常優雅的方式。我所做的是創建一個線程,並在動畫運行時進行輪詢。 new Runnable() { public void run() { while(mLoop)