Mercurial > 510Connectbot
comparison res/layout/file_dialog_row.xml @ 0:0ce5cc452d02
initial version
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 22 May 2014 10:41:19 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0ce5cc452d02 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 | |
3 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
4 android:layout_width="fill_parent" android:layout_height="fill_parent"> | |
5 | |
6 <ImageView android:layout_alignParentLeft="true" android:id="@+id/fdrowimage" | |
7 android:layout_height="35dp" android:layout_width="wrap_content" | |
8 android:paddingRight="5dp" android:paddingLeft="3dp"></ImageView> | |
9 <TextView android:text="@+id/fdrowtext" android:layout_width="wrap_content" | |
10 android:id="@+id/fdrowtext" android:layout_toRightOf="@+id/fdrowimage" | |
11 android:layout_alignTop="@+id/fdrowimage" android:layout_alignBottom="@+id/fdrowimage" | |
12 android:gravity="center_vertical" android:layout_height="35dp" | |
13 android:textSize="23dp"></TextView> | |
14 | |
15 </RelativeLayout> |