Mercurial > 510Connectbot
diff app/src/main/res/layout/file_dialog_row.xml @ 438:d29cce60f393
migrate from Eclipse to Android Studio
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 03 Dec 2015 11:23:55 -0800 |
parents | res/layout/file_dialog_row.xml@0ce5cc452d02 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/src/main/res/layout/file_dialog_row.xml Thu Dec 03 11:23:55 2015 -0800 @@ -0,0 +1,15 @@ +<?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:layout_alignParentLeft="true" android:id="@+id/fdrowimage" + android:layout_height="35dp" android:layout_width="wrap_content" + android:paddingRight="5dp" android:paddingLeft="3dp"></ImageView> + <TextView android:text="@+id/fdrowtext" android:layout_width="wrap_content" + android:id="@+id/fdrowtext" android:layout_toRightOf="@+id/fdrowimage" + android:layout_alignTop="@+id/fdrowimage" android:layout_alignBottom="@+id/fdrowimage" + android:gravity="center_vertical" android:layout_height="35dp" + android:textSize="23dp"></TextView> + +</RelativeLayout> \ No newline at end of file