2.3

este es como el 2.2 e pero este cada cuadro tiene un color distinto para asi distinguir mas los cuadros



<LinearLayout
   
xmlns:android="http://schemas.android.com/apk/res/android"
   
android:orientation="vertical"
   
android:layout_width="match_parent"
   
android:layout_height="match_parent"
   
android:background="@android:color/darker_gray">

    <
TextView
       
android:text="Lista de Invitados"
       
android:layout_width="match_parent"
       
android:layout_height="0dp"
       
android:layout_weight="1"
       
android:background="#FF66FF"
       
android:textSize="24sp"  />
    <
TextView
       
android:text="John"
       
android:layout_width="match_parent"
       
android:layout_height="0dp"
       
android:layout_weight="1"
       
android:background="#9966CC"
       
android:textSize="24sp"  />
    <
TextView
       
android:text="Pedro"
       
android:layout_width="match_parent"
       
android:layout_height="0dp"
       
android:layout_weight="1"
       
android:background="#6666CC"
       
android:textSize="24sp"  />
    <
TextView
       
android:text="Juan"
       
android:layout_width="match_parent"
       
android:layout_height="0dp"
       
android:layout_weight="1"
       
android:background="#3366CC"
       
android:textSize="24sp"  />

</
LinearLayout>

No hay comentarios.:

Publicar un comentario