[android-developers] Modify item inside layer-list drawable xml

2012-07-10 Thread Raúl virtual
My question is simple, I have this file in /drawable folder: popup1.xml ?xml version=1.0 encoding=utf-8? layer-list xmlns:android=http://schemas.android.com/apk/res/android; item android:left=8dp android:id=@+id/bm1b bitmap android:src=@drawable/flepop01 android:gravity=top|left /bitmap

Re: [android-developers] Modify item inside layer-list drawable xml

2012-07-10 Thread TreKing
On Wed, Jul 4, 2012 at 3:09 AM, Raúl virtual raulest...@gmail.com wrote: How I can modify the value of the property left programmatically from my Activity? Sorry, I've search here and in Google but didn't find how to do it... Try searching the documentation:

Re: [android-developers] Modify item inside layer-list drawable xml

2012-07-10 Thread Ben Lee
setLayerInset 在 2012-7-11 上午11:31,TreKing treking...@gmail.com写道: On Wed, Jul 4, 2012 at 3:09 AM, Raúl virtual raulest...@gmail.com wrote: How I can modify the value of the property left programmatically from my Activity? Sorry, I've search here and in Google but didn't find how to do it...