Tôi muốn loại bỏ nền có thể vẽ @drawable/bg
lập trình. Có cách nào làm được việc này không?
Hiện tại, tôi có XML sau đây trong bố cục của mình:
<?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>