aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/home_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/home_fragment.xml')
-rw-r--r--res/layout/home_fragment.xml24
1 files changed, 14 insertions, 10 deletions
diff --git a/res/layout/home_fragment.xml b/res/layout/home_fragment.xml
index 2dc24c03..c7d687fd 100644
--- a/res/layout/home_fragment.xml
+++ b/res/layout/home_fragment.xml
@@ -71,19 +71,23 @@
android:gravity="center" />
<!-- A CardView that contains a TextView -->
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1dp"
+ android:layout_marginBottom="15dp"
+ android:background="@color/black_11"/>
+
+ <include layout="@layout/mstaru_list" />
+
<android.support.v7.widget.CardView
android:id="@+id/card_view3"
android:layout_gravity="center"
- android:layout_width="200dp"
- android:layout_height="200dp"
- card_view:cardCornerRadius="4dp">
-
- <TextView
- android:id="@+id/info_text2"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-
- </android.support.v7.widget.CardView>
+ android:layout_width="match_parent"
+ android:layout_height="192dp"
+ android:layout_margin="8dp"
+ android:visibility="gone"
+ card_view:cardCornerRadius="4dp" />
</LinearLayout>