Added Android code
[wl-app.git] / Android / folioreader / res / layout / action_item_vertical.xml
diff --git a/Android/folioreader/res/layout/action_item_vertical.xml b/Android/folioreader/res/layout/action_item_vertical.xml
new file mode 100755 (executable)
index 0000000..b16fa21
--- /dev/null
@@ -0,0 +1,25 @@
+<LinearLayout\r
+        xmlns:android="http://schemas.android.com/apk/res/android"\r
+        android:orientation="horizontal"\r
+        android:layout_width="fill_parent"\r
+        android:layout_height="wrap_content"\r
+        android:clickable="true"\r
+        android:focusable="true"\r
+        android:background="@drawable/transparent_selector">\r
+\r
+    <ImageView\r
+            android:id="@+id/iv_icon"\r
+            android:layout_width="wrap_content"\r
+            android:layout_height="wrap_content"/>\r
+\r
+    <TextView\r
+            android:id="@+id/tv_title"\r
+            android:layout_width="fill_parent"\r
+            android:layout_height="fill_parent"\r
+            android:gravity="center_vertical"\r
+            android:paddingLeft="5dip"\r
+            android:paddingRight="10dip"\r
+            android:text="Chart"\r
+            android:textColor="#fff"/>\r
+\r
+</LinearLayout>         
\ No newline at end of file