blob: e2ce92a7f9fc7ff8d747fc8e0d9f2615c9334cfc [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:text="Hello" android:textColor="@android:color/black" android:background="@android:color/white"/>
</LinearLayout>