Sha256: 5faa8259742ebcd110bfea4d824bfc0106fa7a2485479a1b41d300d2e621a57f

Contents?: true

Size: 522 Bytes

Versions: 1

Compression:

Stored size: 522 Bytes

Contents

<LinearLayout
    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"
    textColor="@color/red"
    id="@+id/txt"
    />
<Button layout_width="100px"
    layout_height="wrap_content" text="Click Me"
    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_5/res/layout/main.xml