Skip to content

Instantly share code, notes, and snippets.

@deapsquatter
Created February 3, 2013 10:26
Show Gist options
  • Save deapsquatter/4701190 to your computer and use it in GitHub Desktop.
Save deapsquatter/4701190 to your computer and use it in GitHub Desktop.
Example BindableGroupListView usage
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:centrastage="http://schemas.android.com/apk/res/CentraStage.Droid"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<DeapExtensions.Binding.Droid.Views.BindableGroupListView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
centrastage:MvxItemTemplate="@layout/listitem_device"
centrastage:GroupItemTemplate="@layout/listitem_profile"
centrastage:MvxBind="{&apos;ItemsSource&apos;:{&apos;Path&apos;:&apos;SearchedProfiles&apos;},&apos;ItemClick&apos;:{&apos;Path&apos;:&apos;DeviceSelected&apos;}}" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment