Je souhaite supprimer l'arrière-plan dessiné par @drawable/bg
programmation. Y-a-t-il un moyen de faire ça?
Actuellement, j'ai le XML suivant dans ma mise en page:
<?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>