BlankView
Introduction: 自定义选词填空 view
Tags:
一款不错的选词填空题的自定义 view,样式可以自己定制。

使用:
- 如果想直接有流失布局的选项样式直接用:
<com.xc.blank.BlankRootView
android:id="@+id/blank_root_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
如果想自己定义选项的 view 那你可以直接定义 BlankView:
<com.xc.blank.BlankView
android:id="@+id/blankView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_23"
android:layout_marginTop="20dp"
android:layout_marginRight="@dimen/dp_16"/>
后期会考虑加入自定义属性!!!
如果想第一时间看 demo 效果扫描下面二维码:
