添加记录页面的筛选功能和 其他页面的部分布局
This commit is contained in:
BIN
app/src/main/res/drawable/arrow_black.png
Normal file
BIN
app/src/main/res/drawable/arrow_black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 376 B |
BIN
app/src/main/res/drawable/icon_location.png
Normal file
BIN
app/src/main/res/drawable/icon_location.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 369 B |
6
app/src/main/res/drawable/other_text.xml
Normal file
6
app/src/main/res/drawable/other_text.xml
Normal 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>
|
||||
Reference in New Issue
Block a user