blob: 73a180fabf57cb8bf8d3f4f08a9e4137a8eb0e9c [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"/>
<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>