res/layout/sendim.xml
author Philippe Lago <lago_p@epitech.net>
Fri, 27 Mar 2009 18:12:43 +0100
changeset 43 4e7c6918b092
parent 26 45de80223558
child 84 9a4dbd7fe546
permissions -rw-r--r--
classe dialog pour integrer des smiley dans un message a terminer, un fichier color a nourrir et utiliser des modif un peu partout

<?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"
    android:background="@color/blue_sky">

    <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>