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> 

  </item>

</layer-list>

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...

Thanks! Raúl.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to