am 7a6a6e7a: Merge "Add switches to the Controls sample in ApiDemos" into lmp-dev

* commit '7a6a6e7a7efc289826cddb6b0af1e77289492702':
  Add switches to the Controls sample in ApiDemos
This commit is contained in:
Alan Viverette
2014-07-30 16:40:39 +00:00
committed by Android Git Automerger

View File

@@ -43,6 +43,23 @@
android:text="@string/controls_1_save" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<Switch
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/controls_1_save" />
<Switch
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:enabled="false"
android:text="@string/controls_1_save" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"