Commit d4dc8b01fc7a77e580a2df102aaee0057eb45aa7
1 parent
675bd555
Exists in
yxb_dev
and in
2 other branches
no message
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
app/src/main/java/com/shunzhi/parent/ui/fragment/consult/ConsultOneLevelFragment.java
| @@ -5,7 +5,6 @@ import android.support.annotation.NonNull; | @@ -5,7 +5,6 @@ import android.support.annotation.NonNull; | ||
| 5 | import android.support.annotation.Nullable; | 5 | import android.support.annotation.Nullable; |
| 6 | import android.support.v7.widget.LinearLayoutManager; | 6 | import android.support.v7.widget.LinearLayoutManager; |
| 7 | import android.support.v7.widget.RecyclerView; | 7 | import android.support.v7.widget.RecyclerView; |
| 8 | -import android.util.Log; | ||
| 9 | import android.view.LayoutInflater; | 8 | import android.view.LayoutInflater; |
| 10 | import android.view.View; | 9 | import android.view.View; |
| 11 | import android.view.ViewGroup; | 10 | import android.view.ViewGroup; |
app/src/main/res/layout/item_report.xml
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | 5 | ||
| 6 | <LinearLayout | 6 | <LinearLayout |
| 7 | android:layout_width="match_parent" | 7 | android:layout_width="match_parent" |
| 8 | + android:layout_marginTop="@dimen/size_dp_10" | ||
| 8 | android:layout_height="250dp" | 9 | android:layout_height="250dp" |
| 9 | - android:layout_margin="20dp" | ||
| 10 | android:background="@drawable/report_white" | 10 | android:background="@drawable/report_white" |
| 11 | android:orientation="vertical"> | 11 | android:orientation="vertical"> |
| 12 | 12 |