view res/layout/alert_dialog_edit_node_reference.xml @ 0:e0ee6ac3a45f

first import
author Fiore Martin <fiore@eecs.qmul.ac.uk>
date Thu, 13 Dec 2012 20:00:21 +0000
parents
children
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?>

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

       
        <Button
            android:id="@+id/editLabelBtn"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="@string/editLabelBtn"
            android:tag="EDIT_LABEL"
            android:textStyle="bold" 
            android:textSize="40dp" />

        <Button
            android:id="@+id/editArrowheadBtn"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="@string/editArrowheadBtn"
            android:tag="EDIT_ARROWHEAD"
            android:textStyle="bold" 
            android:textSize="40dp"/>
	   <Button
            android:id="@+id/cancelBtn"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:tag="CANCEL"
            android:text="@string/cancelBtn"
            android:textStyle="bold" android:textSize="40dp"/>
    </LinearLayout>