上滑 顯示底部 下滑 隱藏頂部 協調者佈局
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:background="@color/main_activity_color"
tools:openDrawer="start">
<android.support.design.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
>
<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/AppLockAppBarOverlay">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@drawable/actionbar_background"
app:layout_scrollFlags="scroll|enterAlways"
app:popupTheme="@style/AppLockPopupOverlay"/>
</android.support.design.widget.AppBarLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<android.support.v7.widget.RecyclerView
android:id="@+id/app_list"
android:layout_above="@+id/adView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical">
</android.support.v7.widget.RecyclerView>
<FrameLayout
android:id="@+id/adView"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"></FrameLayout>
</RelativeLayout>
</android.support.design.widget.CoordinatorLayout>
</android.support.v4.widget.DrawerLayout>
主要是
app:layout_behavior="@string/appbar_scrolling_view_behavior"
<string name="appbar_scrolling_view_behavior" translatable="false">android.support.design.widget.AppBarLayout$ScrollingViewBehavior</string>
下面的應該是沒有用到
<style name="AppLockAppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="AppLockPopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
app樣式是
繼承這個
Theme.AppCompat.Light.DarkActionBar
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
相關文章
- Android 右滑隱藏佈局、上下滑切換顯示資料Android
- 回到頂部和回到頂部按鈕的顯示隱藏
- CoordinatorLayout、AppBarLayout實現上滑隱藏圖片,下滑顯示圖片APP
- CoordinatorLayout、FloatingActionButton實現上滑隱藏FloatingActionButton,下滑顯示FloatingActionButton
- 直播app系統原始碼,底部彈框顯示,底部導航隱藏APP原始碼
- FloatingActionButton在RecycleView中滑動隱藏顯示View
- mac顯示隱藏檔案,取消顯示隱藏檔案Mac
- Linux vscode右上角佈局按鈕顯示 & 頂部不顯示搜尋欄LinuxVSCode
- iOS 隱藏&顯示tabBariOStabBar
- MacOS X隱藏和顯示隱藏檔案Mac
- Mac顯示和隱藏“隱藏檔案”命令Mac
- App之上下滑動UIScrollview隱藏或者顯示導航欄APPUIView
- CSS頭部內容和底部佈局效果CSS
- jQuery 效果 – 隱藏和顯示jQuery
- mac隱藏檔案顯示Mac
- view的隱藏和顯示View
- Mac 顯示隱藏檔案Mac
- Mac顯示/不顯示隱藏檔案教程!Mac
- MAC如何顯示隱藏檔案和隱藏隱藏檔案的命令Mac
- Mac下顯示和隱藏隱藏檔案的命令Mac
- steam隱藏的遊戲怎麼顯示出來 steam隱藏顯示遊戲方法介紹遊戲
- excel隱藏的部分如何顯示出來 excel裡面怎麼顯示隱藏部分Excel
- 三種方法教你在 Mac 上顯示隱藏檔案Mac
- 實戰Android 上推下拉——隱藏、顯示ActionBarAndroid
- 【macOS】顯示/隱藏 指定檔案Mac
- MACOS 如何顯示隱藏檔案Mac
- 隱藏密碼?顯示密碼?密碼
- 區塊的顯示和隱藏
- OSX中隱藏和顯示[隱藏檔案]的命令列命令列
- 短視訊平臺原始碼,Android 左右滑動顯示和隱藏原始碼Android
- 在頂部顯示下拉選單
- 關閉(隱藏)控制檯上顯示的檔案路徑
- 如何在蘋果Mac上顯示或隱藏“節假日”日曆?蘋果Mac
- JavaScript 設定div顯示與隱藏JavaScript
- CSS——文字超出隱藏顯示省略號CSS
- javascript隱藏和顯示div的方法JavaScript
- jQuery動畫的顯示與隱藏效果jQuery動畫
- jQuery動畫的顯示與隱藏效果!jQuery動畫