Android  BaseAdapter  ListView  (明星简介列表)

 

1、搭建布局

 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
 2     android:layout_width="match_parent"
 3     android:layout_height="match_parent" >
 4 
 5     <ListView
 6         android:id="@+id/lv"
 7         android:layout_width="wrap_content"
 8         android:layout_height="match_parent" />
 9 
10 </RelativeLayout>
activity_main.xml

相关文章:

  • 2022-02-28
  • 2021-06-30
  • 2022-12-23
  • 2021-10-18
  • 2021-06-05
  • 2021-10-13
  • 2021-10-13
猜你喜欢
  • 2022-02-10
  • 2021-09-16
  • 2021-04-04
  • 2022-01-25
  • 2021-08-01
  • 2021-06-13
相关资源
相似解决方案