Commit 856b277c9dd18f19503cfc3b11f6367f44d61695
1 parent
91d42621
Exists in
yxb_dev
and in
2 other branches
no message
Showing
2 changed files
with
14 additions
and
0 deletions
Show diff stats
app/src/main/java/com/shunzhi/parent/bean/CurrentBean.java
0 → 100644
@@ -0,0 +1,6 @@ | @@ -0,0 +1,6 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
3 | + <stroke android:color="#00000000" android:width="1dp"/> | ||
4 | + <solid android:color="#b3cfff" /> | ||
5 | + <corners android:radius="5dp"/> | ||
6 | +</shape> | ||
0 | \ No newline at end of file | 7 | \ No newline at end of file |