Skip to content

Commit

Permalink
完善demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lygttpod committed Oct 16, 2019
1 parent 546bf51 commit 7e05d83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/activiy_shape.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
android:layout_marginTop="10dp"
android:gravity="center"
android:text="点击代码动态修改shape属性"
shape:shapeCornersRadius="20dp" />
shape:shapeCornersRadius="20dp"
shape:shapeStrokeColor="@color/colorAccent"
shape:shapeStrokeWidth="0.5dp" />

<TextView
android:layout_width="match_parent"
Expand Down

0 comments on commit 7e05d83

Please sign in to comment.