展会信息港展会大全

代码片段 如何使用item大小可变的gr...
来源:互联网   发布日期:2016-01-14 11:29:36   浏览:1364次  

导读:com.felipecsl.asymmetricgridview.library.widget.AsymmetricGridView xmlns:android=http://schemas.android.com/apk/res/android android:id=@+id/listView android:layout_width=match_parent android:layout_height=match_parent/ @Override protected...

<com.felipecsl.asymmetricgridview.library.widget.AsymmetricGridView

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

android:id="@+id/listView"

android:layout_width="match_parent"

android:layout_height="match_parent"/>

@Override

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.activity_main);

listView = (AsymmetricGridView) findViewById(R.id.listView);

// Choose your own preferred column width

listView.setRequestedColumnWidth(Utils.dpToPx(this, 120));

final List<AsymmetricItem> items = new ArrayList<>();

//初始化item数组

adapter = new ListAdapter(this, listView, items);

AsymmetricGridViewAdapter asymmetricAdapter =

new AsymmetricGridViewAdapter<>(this, listView, adapter);

listView.setAdapter(asymmetricAdapter);

}

dependencies {

compile 'com.felipecsl.asymmetricgridview:library:2.0.0'

}

赞助本站

人工智能实验室

相关热词: android开发 android教程

AiLab云推荐
展开

热门栏目HotCates

Copyright © 2010-2024 AiLab Team. 人工智能实验室 版权所有    关于我们 | 联系我们 | 广告服务 | 公司动态 | 免责声明 | 隐私条款 | 工作机会 | 展会港