bilibili / MagicaSakura

MagicaSakura 是 Android 多主题框架。~ is an Android multi theme library which supporting both daily colorful theme and night theme.
http://app.bilibili.com
Apache License 2.0
3.55k stars 468 forks source link

请问TintEditText光标颜色要如何适配 #29

Closed lihuaye closed 7 years ago

lihuaye commented 7 years ago

demo中edittext_cursor.xml修改为

<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <size android:width="1dp" />
    <solid android:color="@color/theme_color_primary_trans" />
</shape>

光标颜色并不会变化

xyczero commented 7 years ago

目前不支持,欢迎提pr