Skip to content

Instantly share code, notes, and snippets.

@deapsquatter
Created February 3, 2013 10:39
Show Gist options
  • Save deapsquatter/4701238 to your computer and use it in GitHub Desktop.
Save deapsquatter/4701238 to your computer and use it in GitHub Desktop.
ListItem_Profile
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:centrastage="http://schemas.android.com/apk/res/CentraStage.Droid"
android:paddingTop="2dip"
android:paddingBottom="2dip"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight">
<TextView
android:id="@+id/textProfileName"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="6dip"
android:layout_marginTop="6dip"
centrastage:MvxBind="{&apos;Text&apos;:{&apos;Path&apos;:&apos;Name&apos;}}"
android:textAppearance="?android:attr/textAppearanceLarge"
android:shadowDx="1"
android:shadowDy="1"
android:textColor="#ffed182c" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment