|
@@ -5,12 +5,14 @@
|
5
|
5
|
android:layout_width="match_parent"
|
6
|
6
|
android:layout_height="match_parent">
|
7
|
7
|
<ImageView
|
8
|
|
- android:layout_width="@dimen/len_32"
|
|
8
|
+ android:layout_width="@dimen/len_36"
|
9
|
9
|
android:layout_marginStart="@dimen/len_8"
|
10
|
|
- android:layout_height="@dimen/len_32"
|
|
10
|
+ android:layout_height="@dimen/len_36"
|
11
|
11
|
android:src="@mipmap/app_icon"/>
|
12
|
12
|
<TextView
|
13
|
13
|
android:layout_width="match_parent"
|
|
14
|
+ android:textColor="@color/first_text"
|
|
15
|
+ android:textSize="@dimen/len_16"
|
14
|
16
|
android:layout_marginStart="@dimen/len_16"
|
15
|
17
|
android:layout_height="wrap_content"
|
16
|
18
|
android:text="记账时间到了,赶快去记账吧!"/>
|