Sha256: e360b50e85426421681d72bbbb82ddef2c09818acce2907880a46a4e66fc00db
Contents?: true
Size: 943 Bytes
Versions: 8
Compression:
Stored size: 943 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <EditText android:layout_width="fill_parent" android:layout_height="wrap_content" /> <Button android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="clicky click" /> <TextView android:id="@+id/clickThisText" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="click this text" /> <ImageView android:id="@+id/clickThisImageView" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="click this text" /> <ListView android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/listView"> </ListView> </LinearLayout>
Version data entries
8 entries across 8 versions & 1 rubygems