Sha256: 87c0dba4f2404819f376ab697846079a908847e5a20ee9e3fc0b1248ab90b68b
Contents?: true
Size: 767 Bytes
Versions: 2
Compression:
Stored size: 767 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" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" /> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/externalized_string" android:background="@color/white" android:textColor="@color/red" android:id="@+id/txt" /> <Button android:layout_width="100px" android:layout_height="wrap_content" android:text="Click Me" android:id="@+id/my_button" /> </LinearLayout>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
remi-andrake-0.1.0 | examples/android/BasicUI/res/layout/main.xml |
remi-andrake-0.1.0 | examples/different_states_of_andrakeness/BasicUI_1/res/layout/main.xml |