Android StickListView实现悬停效果

2019-12-10 17:52:23刘景俊
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://www.easck.com/apk/res/android"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:orientation="vertical">

  <include layout="@layout/view_toolbar" />

  <ListView
    android:id="@+id/view_list"
    android:layout_width="match_parent"
    android:layout_height="wrap_content" />

</LinearLayout>

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持ASPKU。

 

注:相关教程知识阅读请移步到Android开发频道。