summaryrefslogtreecommitdiff
path: root/res/layout/file_dialog_row.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-16 19:21:14 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-16 19:21:14 +0200
commit3e4d8f433239c40311037616b1b8833a06651ae0 (patch)
tree98ab7fce0d011d34677b0beb762d389cb5c39199 /res/layout/file_dialog_row.xml
Initial import
Diffstat (limited to 'res/layout/file_dialog_row.xml')
-rw-r--r--res/layout/file_dialog_row.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/layout/file_dialog_row.xml b/res/layout/file_dialog_row.xml
new file mode 100644
index 00000000..4dd8ecad
--- /dev/null
+++ b/res/layout/file_dialog_row.xml
@@ -0,0 +1,27 @@
+<?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="fill_parent" >
+
+ <ImageView
+ android:id="@+id/fdrowimage"
+ android:layout_width="wrap_content"
+ android:layout_height="35dp"
+ android:layout_alignParentLeft="true"
+ android:contentDescription="@string/filetypeicon"
+ android:paddingLeft="3dp"
+ android:paddingRight="5dp" />
+
+ <TextView
+ android:id="@+id/fdrowtext"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignBottom="@+id/fdrowimage"
+ android:layout_alignTop="@+id/fdrowimage"
+ android:layout_toRightOf="@+id/fdrowimage"
+ android:gravity="center_vertical"
+ android:text="@+id/fdrowtext"
+ android:textAppearance="?android:attr/textAppearanceMedium" />
+
+
+</RelativeLayout> \ No newline at end of file