Set EditText cursor color in CustomizePostFilterActivity.

This commit is contained in:
Alex Ning
2021-10-15 21:21:23 +08:00
parent 3b0ba561b2
commit 4c2f1f3f70
2 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size android:width="2dp" />
</shape>