Skip to content

Commit 2b0c5d3

Browse files
committed
变形之前
1 parent afb761d commit 2b0c5d3

File tree

7 files changed

+56
-7
lines changed

7 files changed

+56
-7
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/dictionaries/ASUS.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 27 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/res/layout/star_note.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<android.support.v7.widget.CardView android:layout_width="match_parent"
2+
<android.support.v7.widget.CardView
3+
xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:layout_width="match_parent"
35
android:layout_height="wrap_content"
46
xmlns:app="http://schemas.android.com/apk/res-auto"
57
android:layout_marginTop="15dp"
68
android:layout_marginRight="5dp"
79
android:layout_marginLeft="5dp"
8-
app:cardCornerRadius="10dp"
9-
xmlns:android="http://schemas.android.com/apk/res/android" >
10+
app:cardElevation="3dp"
11+
app:cardCornerRadius="1dp"
12+
android:background="#FFFFFF"
13+
>
1014
<LinearLayout
1115
android:layout_width="match_parent"
1216
android:layout_height="wrap_content"
@@ -69,6 +73,8 @@
6973
android:layout_height="wrap_content"
7074
android:lineSpacingMultiplier="1.5"
7175
android:layout_marginLeft="5dp"
76+
android:maxLines="1"
77+
android:ellipsize="end"
7278
android:text="内容"
7379
android:textStyle="bold"
7480
android:textColor="#000"

app/src/main/res/layout/unstar_note.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
android:layout_marginTop="15dp"
66
android:layout_marginRight="5dp"
77
android:layout_marginLeft="5dp"
8-
app:cardCornerRadius="10dp"
8+
app:cardElevation="3dp"
9+
app:cardCornerRadius="1dp"
10+
android:background="#FFFFFF"
911
xmlns:android="http://schemas.android.com/apk/res/android" >
1012
<LinearLayout
1113
android:layout_width="match_parent"
@@ -69,6 +71,8 @@
6971
android:lineSpacingMultiplier="1.5"
7072
android:layout_marginLeft="5dp"
7173
android:text="内容"
74+
android:ellipsize="end"
75+
android:maxLines="1"
7276
android:textStyle="bold"
7377
android:textColor="#000"
7478
android:textSize="13sp"/>

0 commit comments

Comments
 (0)