Sha256: fea08d85d4d6358e40203438b09802456c91720f35ca2bcdad277baa0dcfe306
Contents?: true
Size: 655 Bytes
Versions: 1
Compression:
Stored size: 655 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" layout_width="fill_parent" layout_height="fill_parent" > <TextView layout_width="fill_parent" android:layout_height="wrap_content" text="@string/hello" /> <TextView layout_width="fill_parent" layout_height="wrap_content" text="@string/externalized_string" background="@color/white" textColor="@color/red" id="@+id/txt" /> <Button layout_width="100px" layout_height="wrap_content" text="Click Me" id="@+id/my_button" /> </LinearLayout>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
remi-andrake-0.1.0 | examples/different_states_of_andrakeness/BasicUI_2/res/layout/main.xml |