apple2ix/Android/app/src/main/res/layout/activity_chooser_keypad.xml
2015-08-21 20:34:19 -07:00

23 lines
797 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="0dp"
android:layout_marginStart="0dp"
android:layout_marginRight="0dp"
android:layout_marginEnd="0dp"
android:layout_marginTop="0dp"
android:layout_marginBottom="0dp"
android:layout_weight="1"
android:background="#00ff0000">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/keypad_choose_current"
android:id="@+id/currentChoicePrompt"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />
</RelativeLayout>