最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Android點(diǎn)擊按鈕返回頂部實(shí)現(xiàn)代碼

 更新時(shí)間:2017年02月17日 10:23:20   作者:DW的dory  
這篇文章主要為大家詳細(xì)介紹了Android返回頂部實(shí)現(xiàn)代碼,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下

點(diǎn)擊按鈕返回頂部,直接上代碼吧

布局文件

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:app="http://schemas.android.com/apk/res-auto"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:background="#ffffff"
  android:orientation="vertical">

  <ScrollView
    android:id="@+id/sv_home"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:fillViewport="true">

    <LinearLayout
      android:layout_width="match_parent"
      android:layout_height="wrap_content"
      android:orientation="vertical">
      <ImageView
        android:layout_width="match_parent"
        android:layout_height="wrap_content" 
        android:background="@mipmap/eason"/>

      <ImageView
        android:layout_width="match_parent"
        android:layout_height="wrap_content" 
        android:background="@mipmap/eason"/>

      <ImageView
        android:layout_width="match_parent"
        android:layout_height="wrap_content" 
        android:background="@mipmap/eason"/>
                    <android.support.design.widget.FloatingActionButton
        android:id="@+id/fab_top"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="right|bottom"
        android:layout_marginRight="10dp"
        android:src="@mipmap/top"
        app:backgroundTint="#ecefef"
        app:elevation="10dp"
        app:pressedTranslationZ="12dp"
        app:rippleColor="@color/colorPrimary" />
    </LinearLayout>
  </ScrollView>
</LinearLayout>

按鈕點(diǎn)擊事件

topBtn.setOnClickListener(new OnClickListener() {

     @Override
     public void onClick(View v) {
      sc.post(new Runnable() {

        @Override
        public void run() {
         sc.post(new Runnable() {
           public void run() {
            // 返回頂部
            sc.fullScroll(ScrollView.FOCUS_UP);
           }
         });
        }
      });

     }
   });

附帶一個(gè)跳到底部

 bottomBtn.setOnClickListener(new OnClickListener() {

     @Override
     public void onClick(View v) {
      sc.post(new Runnable() {

        @Override
        public void run() {
         sc.post(new Runnable() {
           public void run() {
            // 滾動(dòng)到底部
            sc.fullScroll(ScrollView.FOCUS_DOWN);
           }
         });
        }
      });
     }
   });

以上就是本文的全部內(nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論

吴川市| 景宁| 定日县| 大城县| 齐齐哈尔市| 水富县| 宁陕县| 曲周县| 桐城市| 鹤壁市| 龙泉市| 凤台县| 榆树市| 襄垣县| 思茅市| 辽阳市| 隆林| 绿春县| 丰都县| 祁阳县| 阿尔山市| 游戏| 应用必备| 清水县| 黄石市| 渭南市| 克什克腾旗| 田林县| 深泽县| 黑山县| 泌阳县| 合山市| 巴塘县| 临漳县| 应用必备| 泰兴市| 绩溪县| 措勤县| 渭源县| 中西区| 新沂市|