草庐IT

ExtendedGridLayout

全部标签

android - 扩展网格布局

对于GridLayout,这是一个有效的布局定义。没有关于的警告应定义“layout_height”属性或应定义“layout_width”属性另一方面,如果我扩展GridLayout,等效布局会同时给出警告'layout_height'attributeshouldbedefined和'layout_width'attributeshouldbedefined这是扩展的网格布局的样子packagecom.github.extendedgridlayout;importandroid.annotation.TargetApi;importandroid.content.Context;