All pastes #2122752 Raw Edit

Miscellany

public xml v1 · immutable
#2122752 ·published 2012-02-29 06:36 UTC
rendered paste body
<LinearLayout  xmlns:android="http://schemas.android.com/apk/res/android"  android:layout_width="match_parent"  android:layout_height="match_parent"  android:orientation="horizontal">    <TextView android:textAppearance="?android:attr/textAppearanceMedium"              android:layout_width="wrap_content"              android:layout_height="wrap_content"              android:text="TextView"              android:id="@+id/card_title"              android:layout_gravity="center_vertical"              android:layout_weight="2"/>    <CheckBox android:layout_width="wrap_content"              android:layout_height="wrap_content"              android:layout_gravity="center_vertical"              android:id="@+id/card_checked"/>    </LinearLayout>