yannecer / NCalendar

一款安卓日历,仿miui,钉钉,华为的日历,万年历、365、周日历,月日历,月视图、周视图滑动切换,农历,节气,Andriod Calendar , MIUI Calendar,小米日历
Apache License 2.0
1.59k stars 314 forks source link

去除农历 #32

Closed qingfengwlt closed 5 years ago

qingfengwlt commented 5 years ago

更新

qingfengwlt commented 5 years ago

test

yannecer commented 5 years ago

@qingfengwlt 去除农历有自定义属性的呀,

qingfengwlt commented 5 years ago

谢谢🙏您的回复 更新您的代码出现错误了 以前没有仔细看 以为没有那 如果自定义一下农历背景可以是图片就更好了 我现在正研究怎么加一个日历下面的下拉按钮 用可以自由切换的月周日历时 不知道怎么添加 希望您有空可以研究一下 分离开 日历与下面子视图的滑动关联,谢谢🙏

在 2018年12月24日,上午9:06,yannecer notifications@github.com 写道:

@qingfengwlt https://github.com/qingfengwlt 去除农历有自定义属性的呀,

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yannecer/NCalendar/pull/32#issuecomment-449673692, or mute the thread https://github.com/notifications/unsubscribe-auth/AH8UdWOcqREcJ3rQ9Sj8h2avL1IxU26bks5u8CiVgaJpZM4Zfv-j.

yannecer commented 5 years ago

@qingfengwlt 这个日历和下面的子view是分不开的,这个日历的实现原理就是下面子view的滑动推动的,不是单纯的手势拦截分发,你说的需求不需要分离两个view,可以给下面的子view加个父布局,这个父布局里面添加一个按钮就可以了了

qingfengwlt commented 5 years ago

谢谢您的提示 按照您的想法 我试了试 子view加上父控件后,手势滑动就乱套了 不好控制了 我再尝试尝试 技术有点菜 非常感谢🙏您的回复

在 2018年12月24日,下午12:59,yannecer notifications@github.com 写道:

@qingfengwlt https://github.com/qingfengwlt 这个日历和下面的子view是分不开的,这个日历的实现原理就是下面子view的滑动推动的,不是单纯的手势拦截分发,你说的需求不需要分离两个view,可以给下面的子view加个父布局,这个父布局里面添加一个按钮就可以了了

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yannecer/NCalendar/pull/32#issuecomment-449686409, or mute the thread https://github.com/notifications/unsubscribe-auth/AH8Udc_n7S7aCJPBY2SKDF3GrxWNqBkEks5u8F84gaJpZM4Zfv-j.

yannecer commented 5 years ago

@qingfengwlt 我更新了一个例子,你看下是不是你说的这个需求,拉取最新的代码,TestAddViewActivity

qingfengwlt commented 5 years ago

非常感谢您 ,是我需要的需求,您太厉害了。我一开始进入了误区,在NCalendar中给ChildLayout加父view,一直未成功,有冲突,您的方式最简单了 非常感谢🙏 解决了我的大问题。 另外有个疑问 原来hintColor, 当天的被选中的日期颜色 挺好的可以自己设置,您更新以后导致当天被选中的变成日历背景色了 透明的效果上不错,不过有个灵活的选择可以适用多种需求。我自己的需求就是一直是白色。所以自己添加了一个参数。 最后非常感谢您,祝您的控件越来越火🔥 万事如意 步步高升

在 2018年12月24日,下午5:46,yannecer notifications@github.com 写道:

@qingfengwlt https://github.com/qingfengwlt 我更新了一个例子,你看下是不是你说的这个需求,拉去最新的代码,TestAddViewActivity

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yannecer/NCalendar/pull/32#issuecomment-449710765, or mute the thread https://github.com/notifications/unsubscribe-auth/AH8UdT1n9KYhQKjMNH5sYvplo7f1ZCrmks5u8KJdgaJpZM4Zfv-j.

yannecer commented 5 years ago

@qingfengwlt 可以的,颜色的问题你可以自己修改一下,把当天设置成背景的颜色,只要是为了形成对比,背景和选中的对比

yannecer commented 5 years ago

@qingfengwlt 增加了今天选中的颜色todaySolarSelectTextColor,默认白色,背景色去除了