Android RecyclerView 瀑布流

 

 

 1 <LinearLayout xmlns:andro
 2     android:layout_width="match_parent"
 3     android:layout_height="wrap_content"
 4     android:background="@android:color/holo_blue_light">
 5 
 6     <ImageView
 7         android:
 8         android:layout_width="match_parent"
 9         android:layout_height="wrap_content"
10         android:gravity="center"
11         android:padding="10dp"
12         android:src="@mipmap/ic_launcher"
13         android:scaleType="fitXY"
14         android:adjustViewBounds="true"/>
15 
16 </LinearLayout>
item_layout.xml

相关文章:

  • 2022-12-23
  • 2021-11-22
  • 2021-09-30
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2021-10-21
  • 2021-07-25
  • 2021-12-24
相关资源
相似解决方案