Is it possible to copy NEW layout files on top of the existing layout files within the "assets" folder prior to run time ???
I also use Eclipse and I bought the Basic4Android because I find it simplifies and speeds up my design time. I love it..
I do have a problem with the binary layout.BAL files..
I "NEED" to edit the layout files manually with a simple text editor.
The designer works great, but I need to modify the layout code directly..
Is there a way to load in standard XML layout files, as is done normally.
Such as...
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android
rientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView>
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
<TextView/>
</LinearLayout>