I'm not really seeing how I would have multiple custom states.
<com.meetme.android.multistateview.MultiStateViewandroid:layout_below="@id/state"android:layout_width="match_parent"android:layout_height="match_parent"android:id="@+id/content"><TextViewandroid:text="@string/hello_world"android:gravity="center"
android:textSize="24sp"android:textStyle="bold"android:textColor="#f33"android:layout_width="match_parent"android:layout_height="match_parent" />
</com.meetme.android.multistateview.MultiStateView>
what if i want a textview , a listview, a editext, a imageview all to be different states.
I'm not really seeing how I would have multiple custom states.
what if i want a textview , a listview, a editext, a imageview all to be different states.