国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > Android > 正文

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

2019-12-12 03:42:40
字體:
來源:轉載
供稿:網(wǎng)友

點擊按鈕返回頂部,直接上代碼吧

布局文件

<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>

按鈕點擊事件

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);           }         });        }      });     }   });

附帶一個跳到底部

 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() {            // 滾動到底部            sc.fullScroll(ScrollView.FOCUS_DOWN);           }         });        }      });     }   });

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持武林網(wǎng)。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 东海县| 股票| 昌平区| 浦县| 饶阳县| 监利县| 夏邑县| 新邵县| 安多县| 廊坊市| 法库县| 沾化县| 定结县| 沐川县| 株洲县| 宜城市| 滨海县| 奎屯市| 锡林郭勒盟| 莒南县| 吉木萨尔县| 新平| 邯郸市| 巴东县| 二连浩特市| 防城港市| 河间市| 赣榆县| 东港市| 塔城市| 司法| 中阳县| 女性| 清水县| 关岭| 监利县| 莫力| 南京市| 富顺县| 久治县| 庄河市|