blob: f635971d08eed4301ca5ee0d35c37e5e6c02ccef [file] [log] [blame]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android">
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@android:color/white"
android:text="Hello" android:background="@android:color/white"/>
</LinearLayout>