添加记录页面的筛选功能和 其他页面的部分布局

This commit is contained in:
md
2021-06-21 18:10:41 +08:00
parent 7be6a463f2
commit a348232621
10 changed files with 276 additions and 55 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#fff"/>
<stroke android:width="1dp"
android:color="@color/black"/>
</shape>