aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-ar71xx/files/board/zyxel
Commit message (Expand)AuthorAgeFilesLines
* [boot] move boot related packages to their own folderJohn Crispin2012-10-165-224/+0
* ar71xx: adding u-boot for nbg460nGabor Juhos2010-12-105-0/+224
ref='#n3'>3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<?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">

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fillViewport="true">

        <EditText
            android:id="@+id/encrypt_text_text"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="4dp"
            android:layout_marginLeft="16dp"
            android:layout_marginRight="16dp"
            android:gravity="top"
            android:inputType="text|textCapSentences|textMultiLine|textLongMessage"
            android:hint="@string/encrypt_content_edit_text_hint" />

    </ScrollView>

</RelativeLayout>