comparison 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
comparison
equal deleted inserted replaced
437:208b31032318 438:d29cce60f393
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>