fragment_keypad_test.xml 2.21 KB
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/votebakground">

    <ImageButton
        android:id="@+id/keypad_test_btnback"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="@dimen/content_margin"
        android:layout_marginTop="@dimen/content_margin"
        android:background="@drawable/back_selector"
        android:visibility="invisible" />

    <TextView
        android:id="@+id/keypad_test_title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerHorizontal="true"
        android:layout_marginTop="@dimen/content_margin"
        android:text="@string/keypad_test"
        android:textSize="@dimen/big_text_p2"
        android:textStyle="bold" />

    <TextView
        android:id="@+id/keypad_test_keypad_id"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_below="@id/keypad_test_title"
        android:layout_centerHorizontal="true"
        android:layout_marginTop="@dimen/content_margin"
        android:text="@string/keypad_id"
        android:textSize="@dimen/big_text_p1"
        android:textStyle="bold" />

    <TextView
        android:id="@+id/keypad_test_keypad_sn"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_below="@id/keypad_test_keypad_id"
        android:layout_centerHorizontal="true"
        android:layout_marginTop="@dimen/content_margin"
        android:text="SN"
        android:textSize="@dimen/big_text_p2"
        android:visibility="invisible" />

    <TextView
        android:id="@+id/keypad_test_keypad_ver"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_below="@id/keypad_test_keypad_sn"
        android:layout_centerHorizontal="true"
        android:layout_marginTop="@dimen/content_margin"
        android:text="@string/version"
        android:textSize="@dimen/big_text_p2" />

</RelativeLayout>