展会信息港展会大全

android 获得 View
来源:互联网   发布日期:2016-01-14 09:51:24   浏览:2004次  

导读:layout/tab_item_view.xml 部分代码01?xmlversion=1.0encoding=utf-8?02LinearLayoutxmlns:android=http://schemas.android.com/apk/res/android03android:layout_width=wrap_content04android:layo......

layout/tab_item_view.xml 部分代码

01

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

02

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

03

android:layout_width="wrap_content"

04

android:layout_height="wrap_content"

05

android:gravity="center"

06

android:orientation="vertical" >

07

08

<ImageView

09

android:id="@+id/imageview"

10

android:layout_width="wrap_content"

11

android:layout_height="wrap_content"

12

android:focusable="false"

13

android:padding="3dp" >

14

</ImageView>

15

16

<TextView

17

android:id="@+id/textview"

18

style="@style/tab_item_text_style"

19

android:layout_width="wrap_content"

20

android:layout_height="wrap_content" >

21

</TextView>

22

23

</LinearLayout>

获得View 的方法

01

private View getTabItemView(int index) {

02

03

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

04

null);

05

06

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

07

08

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

09

10

return view;

11

}

赞助本站

人工智能实验室

相关热词: View

AiLab云推荐
展开

热门栏目HotCates

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