
Android手势
深夜程猿
技术公众号:深夜程猿
展开
-
Android的手势
package com.example.testdectorgestor;import android.support.v7.app.ActionBarActivity;import android.os.Bundle;import android.util.Log;import android.view.GestureDetector;import android.view.Gesture原创 2016-05-06 23:36:05 · 1919 阅读 · 0 评论 -
使用手势模拟左右滑动
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_pa原创 2016-05-07 00:01:28 · 3611 阅读 · 0 评论