Sha256: c76a49e2dd0ac00736474b9789d61f4c4d5dd5728e4fb0c81afdb48caac1128b
Contents?: true
Size: 816 Bytes
Versions: 4
Compression:
Stored size: 816 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" /> </LinearLayout>
Version data entries
4 entries across 4 versions & 1 rubygems