第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

部分線性布局隱藏在操作欄下

部分線性布局隱藏在操作欄下

UYOU 2023-06-04 17:30:44
我知道這可能是一個(gè)愚蠢的問(wèn)題,但是作為一個(gè)新手我無(wú)法解決這個(gè)問(wèn)題。所以我想添加帶有后退導(dǎo)航按鈕的 actionBar,并且隱藏了 LinearLayout 的一部分。我該如何解決這個(gè)問(wèn)題??代碼主活動(dòng).xml<?xml version="1.0" encoding="utf-8"?><android.support.design.widget.CoordinatorLayout    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:layout_width="match_parent"    android:layout_height="match_parent"    tools:context=".MainActivity">    <android.support.design.widget.AppBarLayout        android:layout_width="match_parent"        android:layout_height="wrap_content"        android:fitsSystemWindows="true"        android:theme="@style/AppTheme.AppBarOverlay">        <android.support.v7.widget.Toolbar            android:id="@+id/toolbar"            android:elevation="4dp"            android:layout_width="match_parent"            android:layout_height="?attr/actionBarSize"            android:background="?attr/colorPrimary"            android:fitsSystemWindows="true"            app:popupTheme="@style/AppTheme.PopupOverlay"            app:navigationIcon="@drawable/ic_arrow_back_black_24dp"/>    </android.support.design.widget.AppBarLayout>    <include layout="@layout/content_main" /></android.support.design.widget.CoordinatorLayout>
查看完整描述

2 回答

?
慕田峪9158850

TA貢獻(xiàn)1794條經(jīng)驗(yàn) 獲得超8個(gè)贊

您需要將布局行為添加到您的內(nèi)容中

<include layout="@layout/content_main"
    app:layout_behavior="@string/appbar_scrolling_view_behavior"/>


查看完整回答
反對(duì) 回復(fù) 2023-06-04
?
幕布斯6054654

TA貢獻(xiàn)1876條經(jīng)驗(yàn) 獲得超7個(gè)贊

你可以試試這個(gè)。由于您使用的是 CoordinatorLayout,因此您需要使用 layout_behaviour、layout_anchor 和 layout_anchorGravity 來(lái)正確對(duì)齊布局。只需在您的包含中添加以下行:


 app:layout_behavior="@string/appbar_scrolling_view_behavior"

所以它會(huì)是這樣的:


<include layout="@layout/content_main"

app:layout_behavior="@string/appbar_scrolling_view_behavior"/>


查看完整回答
反對(duì) 回復(fù) 2023-06-04
  • 2 回答
  • 0 關(guān)注
  • 175 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)