We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4bf557 + 7a6a6e7 commit 33b9e4bCopy full SHA for 33b9e4b
samples/ApiDemos/res/layout/controls_1.xml
@@ -43,6 +43,23 @@
43
android:text="@string/controls_1_save" />
44
</LinearLayout>
45
46
+ <LinearLayout
47
+ android:layout_width="match_parent"
48
+ android:layout_height="wrap_content"
49
+ android:orientation="horizontal" >
50
+
51
+ <Switch
52
+ android:layout_width="wrap_content"
53
54
+ android:text="@string/controls_1_save" />
55
56
57
58
59
+ android:enabled="false"
60
61
+ </LinearLayout>
62
63
<LinearLayout
64
android:layout_width="match_parent"
65
android:layout_height="wrap_content"
0 commit comments