res/layout/sendim.xml
author Philippe Lago <lago_p@epitech.net>
Wed, 08 Apr 2009 00:12:24 +0200
changeset 85 7d0e36aa1be5
parent 84 9a4dbd7fe546
child 101 ccc48305bdeb
permissions -rw-r--r--
le commit apres le merge j'apprends

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent">

    <ListView android:id="@android:id/list"
        android:layout_width="fill_parent" 
        android:layout_height="fill_parent"
        android:layout_weight="1"
        android:transcriptMode="alwaysScroll"/>
        
    <EditText android:id="@+id/userText"
        android:layout_width="fill_parent"
        android:cursorVisible="false"
        android:hint="@string/SendIMHint"
        android:layout_height="wrap_content" />
        
</LinearLayout>