Skip to content

Commit fae905f

Browse files
committed
1,修改readme
1 parent 81a26ee commit fae905f

File tree

4 files changed

+3
-14
lines changed

4 files changed

+3
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![GitHub license](https://img.shields.io/github/license/FlyJingFish/GradientTextView.svg)](https://github.com/FlyJingFish/GradientTextView/blob/master/LICENSE)
99

1010

11-
<img src="https://github.com/FlyJingFish/GradientTextView/blob/master/screenshot/Screenshot_20221012_141234.jpg" width="405px" height="842px" alt="show" />
11+
<img src="https://github.com/FlyJingFish/GradientTextView/blob/master/screenshot/show.png" width="320px" height="413px" alt="show" />
1212

1313
## 特色功能
1414

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,11 @@
99

1010
<com.flyjingfish.gradienttextviewlib.GradientTextView
1111
android:layout_width="wrap_content"
12-
android:layout_height="28dp"
13-
android:layout_margin="10dp"
12+
android:layout_height="wrap_content"
1413
android:text="Hello World!"
1514
android:textColor="@color/white"
1615
android:textSize="30sp"
17-
android:paddingHorizontal="10dp"
18-
android:drawableStart="@mipmap/ic_launcher_round"
19-
android:shadowColor="#14000000"
20-
android:shadowDx="0"
21-
android:shadowDy="0"
22-
android:shadowRadius="3.0"
23-
android:drawablePadding="10dp"
24-
app:autoSizeMaxTextSize="19sp"
25-
app:autoSizeMinTextSize="6dp"
26-
app:autoSizeStepGranularity="1sp"
27-
app:autoSizeTextType="uniform"
16+
android:layout_margin="10dp"
2817
app:gradient_angle="0"
2918
app:gradient_endColor="@color/purple_200"
3019
app:gradient_startColor="@color/teal_200" />
-203 KB
Binary file not shown.

screenshot/show.png

461 KB
Loading

0 commit comments

Comments
 (0)