@drawable/bg
프로그래밍 방식으로 백그라운드 드로어 블을 제거하고 싶습니다 . 그렇게 할 방법이 있습니까?
현재 레이아웃에 다음 XML이 있습니다.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
android:id="@+id/widget29"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@drawable/bg">
</RelativeLayout>