keepass2android/src/java/PluginInputStick/res/layout/activity_masked_password.xml

177 lines
5.9 KiB
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/RelativeLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="${relativePackage}.${activityClass}" >
<Button
android:id="@+id/buttonPrev"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_alignBottom="@+id/linearLayout1"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:text="&lt;" />
<Button
android:id="@+id/buttonNext"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_alignBottom="@+id/linearLayout1"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:text=">" />
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_toLeftOf="@+id/buttonNext"
android:layout_toRightOf="@+id/buttonPrev"
android:orientation="vertical" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<Button
android:id="@+id/buttonChar1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar2"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar3"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar4"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<Button
android:id="@+id/buttonChar5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar6"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar7"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar8"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<Button
android:id="@+id/buttonChar9"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar10"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar11"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar12"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<Button
android:id="@+id/buttonChar13"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar14"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar15"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
<Button
android:id="@+id/buttonChar16"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="00" />
</LinearLayout>
</LinearLayout>
<CheckBox
android:id="@+id/checkBoxShowPassword"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/linearLayout1"
android:text="@string/show_password" />
</RelativeLayout>