summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.Android/Resources/layout/NativeAndroidListViewCell.axml
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.ControlGallery.Android/Resources/layout/NativeAndroidListViewCell.axml')
-rw-r--r--Xamarin.Forms.ControlGallery.Android/Resources/layout/NativeAndroidListViewCell.axml35
1 files changed, 35 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.Android/Resources/layout/NativeAndroidListViewCell.axml b/Xamarin.Forms.ControlGallery.Android/Resources/layout/NativeAndroidListViewCell.axml
new file mode 100644
index 00000000..4c79bea8
--- /dev/null
+++ b/Xamarin.Forms.ControlGallery.Android/Resources/layout/NativeAndroidListViewCell.axml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:padding="8dp"
+ android:background="@drawable/CustomSelector2">
+ <LinearLayout
+ android:id="@+id/Text"
+ android:orientation="vertical"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingLeft="10dip">
+ <TextView
+ android:id="@+id/Text1"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textColor="#FF7F3300"
+ android:textSize="20dip"
+ android:textStyle="italic" />
+ <TextView
+ android:id="@+id/Text2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="14dip"
+ android:textColor="#FF267F00"
+ android:paddingLeft="100dip" />
+ </LinearLayout>
+ <ImageView
+ android:id="@+id/Image"
+ android:layout_width="48dp"
+ android:layout_height="48dp"
+ android:padding="5dp"
+ android:src="@drawable/icon"
+ android:layout_alignParentRight="true" />
+</RelativeLayout> \ No newline at end of file