|
@@ -2,7 +2,7 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/item_line"
|
|
|
|
|
|
|
+ android:background="#EBE9EA"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
<!--android:layout_marginTop="80dp"-->
|
|
<!--android:layout_marginTop="80dp"-->
|
|
|
<com.core.widget.view.MyGridView
|
|
<com.core.widget.view.MyGridView
|
|
@@ -10,7 +10,7 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:horizontalSpacing="0.5dp"
|
|
android:horizontalSpacing="0.5dp"
|
|
|
- android:background="@color/item_line"
|
|
|
|
|
|
|
+ android:background="#EBE9EA"
|
|
|
android:numColumns="3"
|
|
android:numColumns="3"
|
|
|
android:paddingTop="5dp"
|
|
android:paddingTop="5dp"
|
|
|
android:scrollbars="none"
|
|
android:scrollbars="none"
|