summaryrefslogtreecommitdiffstats
path: root/samples/Support7Demos/res/layout/selectable_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/Support7Demos/res/layout/selectable_item.xml')
-rw-r--r--samples/Support7Demos/res/layout/selectable_item.xml20
1 files changed, 3 insertions, 17 deletions
diff --git a/samples/Support7Demos/res/layout/selectable_item.xml b/samples/Support7Demos/res/layout/selectable_item.xml
index 3cab6fb0c..90aa080e0 100644
--- a/samples/Support7Demos/res/layout/selectable_item.xml
+++ b/samples/Support7Demos/res/layout/selectable_item.xml
@@ -5,27 +5,13 @@
android:onClick="itemClicked"
android:layout_width="match_parent"
android:layout_height="match_parent">
-
<CheckBox
android:id="@+id/selected"
android:onClick="checkboxClicked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
-
- <LinearLayout
- android:orientation="vertical"
+ <TextView
+ android:id="@+id/text"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:id="@+id/text"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
-
- <TextView
- android:id="@+id/expandedText"
- android:visibility="gone"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
- </LinearLayout>
-
+ android:layout_height="wrap_content"/>
</LinearLayout> \ No newline at end of file