layout messed up once spinner has entries
- by AndyAndroid
Hello,
I have
<LinearLayout android:id="@+id/LinearLayoutPlayer"
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal" android:layout_width="fill_parent"
android:layout_height="wrap_content">
<Spinner android:id="@+id/Spinner01"
android:layout_width="fill_parent"…