当前位置:   article > 正文

android 签到自定义,Android日历签到,超级简单的实现方式

android 打卡日历

上来就干,是我一贯的作风!

先预览下效果图

13c65abf533f

未签到效果.png

13c65abf533f

已签到效果.png

分析控件结构:

从上到下依次是TextView→GridView→GridView

布局代码:

xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="vertical"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:background="@android:color/white">

android:id="@+id/tvYear"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:padding="10dp"

android:text="2017年7月"

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/534807
推荐阅读
相关标签
  

闽ICP备14008679号