source: dispositivos_moviles/com.lamerman.FileDialog/res/layout/file_dialog_row.xml @ 7f76117

Last change on this file since 7f76117 was 7f76117, checked in by Antonio Araujo Brett <aaraujo@…>, 11 years ago

Agregados los archivos de la librería Android File Dialog a utilizar en el proyecto. mayor información en https://code.google.com/p/android-file-dialog/

  • Property mode set to 100644
File size: 764 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.