blob: dc4cfeb6cbebb83471996ee483c95fcd4a976ad2 [file] [log] [blame]
<Button
xmlns:android="http://schemas.android.com/apk/res/android"
android:text="Hello"
android:enabled="?android:indicatorStart"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />