你的位置:首页 > 软件开发 > 操作系统 > QQ好友列表向左滑动出现置顶、删除

QQ好友列表向左滑动出现置顶、删除

发布时间:2015-11-25 19:01:27
SwipeMenuListView是在github上的第三方开源项目,该项目在github上的链接地址是:https://github.com/baoyongzhang/SwipeMenuListView 。下载后直接将项目包复制粘贴到需要的项目当中:测试代码:item. 1 ...

QQ好友列表向左滑动出现置顶、删除

QQ好友列表向左滑动出现置顶、删除

SwipeMenuListView是在github上的第三方开源项目,该项目在github上的链接地址是:https://github.com/baoyongzhang/SwipeMenuListView 。

下载后直接将项目包复制粘贴到需要的项目当中:

QQ好友列表向左滑动出现置顶、删除

测试代码:

item.QQ好友列表向左滑动出现置顶、删除QQ好友列表向左滑动出现置顶、删除

 1 <??> 2 <RelativeLayout ="http://schemas.android.com/apk/res/android" 3   android:layout_width="match_parent" 4   android:layout_height="match_parent" > 5  6   <ImageView 7     android:id="@+id/imageView" 8     android:layout_width="60dp" 9     android:layout_height="60dp"10     android:src='/images/loading.gif' data-original="@drawable/ic_launcher" />11 12   <TextView13     android:id="@+id/textView"14     android:layout_width="wrap_content"15     android:layout_height="wrap_content"16     android:layout_alignBottom="@+id/imageView"17     android:layout_alignParentRight="true"18     android:layout_alignParentTop="true"19     android:layout_toRightOf="@+id/imageView"20     android:gravity="center"21     android:textSize="20sp" />22 23 </RelativeLayout>

原标题:QQ好友列表向左滑动出现置顶、删除

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录