How to dynamically setting relative layout background? My relative layout at the top,can not be set the id
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Say you have a relative layout with the ID
|
||||
|
|
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/relativeLayout" ... > </RelativeLayout>– Sam Jul 18 '12 at 16:59