I use MvvmCross for Android and I've created a ViewModel and want to pass tag attribute to ViewModel. How can I do it?
Here is example:
<LinearLayout
android:id="@+id/productsLayout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/products_category"
android:gravity="center"
android:orientation="vertical"
android:tag="93ada18e-1280-4a80-bc39-9b9f6d5b9724"
local:MvxBind="Click ShowCategoryCommand">
There is could be few layouts with hardcoded tags attributes and I need detect which one was tapped and send tag to another ViewModel