Skip to content

Instantly share code, notes, and snippets.

@loopiezlol
Created March 12, 2014 19:21
Show Gist options
  • Save loopiezlol/9514319 to your computer and use it in GitHub Desktop.
Save loopiezlol/9514319 to your computer and use it in GitHub Desktop.
xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="call Antidrog"
/>
<Button
android:id="@+id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="call Droguri" />
<Button
android:id="@+id/button3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="call Nicusor" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment