Advertisement
AntonioLinux

xml_async

Aug 20th, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.74 KB | None | 0 0
  1. <LinearLayout
  2.  xmlns:android="http://schemas.android.com/apk/res/android"
  3.  android:orientation="vertical"
  4.  android:layout_width="match_parent"
  5.  android:layout_height="match_parent"
  6.  android:paddingLeft="8dp"
  7.  android:paddingRight="8dp">
  8.   <Button
  9.    android:id="@+id/buttonStart"
  10.    android:layout_width="fill_parent"
  11.    android:layout_height="wrap_content"
  12.    android:text="Start" />
  13.  
  14.    <Button
  15.    android:id="@+id/buttonAllarm"
  16.    android:layout_width="fill_parent"
  17.    android:layout_height="wrap_content"
  18.    android:text="Allarm" />
  19.  
  20.    <ListView
  21.    android:id="@+id/android:list"
  22.    android:layout_width="match_parent"
  23.    android:layout_height="match_parent"
  24.    android:background="#00FF00"/>  
  25. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement