展会信息港展会大全

android 获得 View
来源:互联网   发布日期:2016-01-14 11:10:58   浏览:2271次  

导读:layout/tab_item_view.xml 部分代码?xml version=1.0 encoding=utf-8?LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=wrap_content ......

layout/tab_item_view.xml 部分代码

<?xml version="1.0" encoding="utf-8"?>

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

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:gravity="center"

android:orientation="vertical" >

<ImageView

android:id="@+id/imageview"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:focusable="false"

android:padding="3dp" >

</ImageView>

<TextView

android:id="@+id/textview"

style="@style/tab_item_text_style"

android:layout_width="wrap_content"

android:layout_height="wrap_content" >

</TextView>

</LinearLayout>

获得View 的方法

private View getTabItemView(int index) {

View view = LayoutInflater.from(this).inflate(R.layout.tab_item_view,

null);

ImageView imageView = (ImageView) view.findViewById(R.id.imageview);

TextView textView = (TextView) view.findViewById(R.id.textview);

return view;

}

赞助本站

人工智能实验室

相关热词: View

AiLab云推荐
展开

热门栏目HotCates

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