aboutsummaryrefslogtreecommitdiff
path: root/res/layout/image_view.xml
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2011-09-21 14:02:59 -0500
committerAndy Doan <doanac@gmail.com>2011-09-21 14:47:04 -0500
commit436811b5891c7260b1d986229a4bda3e8568ecb1 (patch)
tree377010450100e2c7680f6a31584505ee8da4f43a /res/layout/image_view.xml
parent47237999e9c791adb38ad75ad05369ec193800d3 (diff)
downloadLinaroConnect-436811b5891c7260b1d986229a4bda3e8568ecb1.tar.gz
add activity to view a single JSONImageItem
Diffstat (limited to 'res/layout/image_view.xml')
-rw-r--r--res/layout/image_view.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/layout/image_view.xml b/res/layout/image_view.xml
new file mode 100644
index 0000000..56b335e
--- /dev/null
+++ b/res/layout/image_view.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical">
+
+ <TextView android:id="@+id/image_view_label"
+ android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:textColor="#88b12d"
+ android:gravity="center"
+ />
+ <ImageView android:id="@+id/image_view_id"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ />
+ </LinearLayout> \ No newline at end of file