Skip to content

Commit fc955d4

Browse files
committed
test highlights
1 parent d7d0540 commit fc955d4

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

android/mooc/androidapp/app/src/main/res/layout/activity_main.xml

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,30 @@
3838
android:textSize="12sp"
3939
android:id="@+id/my_edit"/>
4040

41+
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
42+
android:layout_width="match_parent"
43+
android:layout_height="match_parent"
44+
android:orientation="vertical">
45+
46+
<android.support.v7.widget.RecyclerView
47+
android:id="@+id/my_recycler_view"
48+
android:layout_width="0dp"
49+
android:layout_height="0dp"
50+
android:layout_marginBottom="0dp"
51+
android:layout_marginLeft="0dp"
52+
android:layout_marginRight="0dp"
53+
android:layout_marginTop="0dp"
54+
app:layout_constraintBottom_toBottomOf="parent"
55+
app:layout_constraintLeft_toLeftOf="parent"
56+
app:layout_constraintRight_toRightOf="parent"
57+
app:layout_constraintTop_toTopOf="parent"/>
4158

42-
<android.support.v7.widget.RecyclerView
43-
android:id="@+id/my_recycler_view"
44-
android:layout_width="0dp"
45-
android:layout_height="0dp"
46-
android:layout_marginBottom="0dp"
47-
android:layout_marginLeft="0dp"
48-
android:layout_marginRight="0dp"
49-
android:layout_marginTop="0dp"
50-
app:layout_constraintBottom_toBottomOf="parent"
51-
app:layout_constraintLeft_toLeftOf="parent"
52-
app:layout_constraintRight_toRightOf="parent"
53-
app:layout_constraintTop_toTopOf="parent"/>
54-
55-
<!--<android.support.v7.widget.RecyclerView-->
56-
<!--android:id="@+id/my_recycler_view"-->
57-
<!--android:scrollbars="vertical"-->
58-
<!--android:layout_width="match_parent"-->
59-
<!--android:layout_height="match_parent"/>-->
59+
<!--<android.support.v7.widget.RecyclerView-->
60+
<!--android:id="@+id/my_recycler_view"-->
61+
<!--android:scrollbars="vertical"-->
62+
<!--android:layout_width="match_parent"-->
63+
<!--android:layout_height="match_parent"/>-->
64+
</LinearLayout>
6065

6166
<!--<FrameLayout-->
6267
<!--android:id="@+id/my_headlines_fragment"-->

0 commit comments

Comments
 (0)