亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

ViewPager如何設置標題不動

ViewPager如何設置頁面可以左右滑動而標題不動,想微信、QQ那樣標題不動,求大神告知!

正在回答

1 回答

首先肯定是用的 是底部顯示標題。在L布局中再添加一個L布局,這個L布局里面有標題

<?xml?version="1.0"?encoding="utf-8"?>
<LinearLayout?xmlns:android="http://schemas.android.com/apk/res/android"
????android:layout_width="match_parent"
????android:layout_height="match_parent"
????android:orientation="vertical">
????<LinearLayout
????????android:layout_width="wrap_content"
????????android:layout_height="wrap_content">

????????<TextView
????????????android:layout_gravity="center"
????????????android:textSize="30dp"
????????????android:layout_width="wrap_content"
????????????android:layout_height="wrap_content"
????????????android:text="標題"/>
????</LinearLayout>

<android.support.v4.view.ViewPager
????android:id="@+id/pager"
????android:layout_width="wrap_content"
????android:layout_height="wrap_content"
????android:layout_gravity="center">
????
????<android.support.v4.view.PagerTabStrip
????????android:id="@+id/tab"
????????android:layout_width="wrap_content"
????????android:layout_height="wrap_content"
????????android:layout_gravity="bottom">
????</android.support.v4.view.PagerTabStrip>
????
</android.support.v4.view.ViewPager>

</LinearLayout>

然后效果圖:

http://img1.sycdn.imooc.com//57a45b750001e28710801920.jpg


滿意就采納吧

0 回復 有任何疑惑可以回復我~
#1

慕用9969177 提問者

非常感謝!
2016-12-14 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消
Android攻城獅的第二門課(第1季)
  • 參與學習       111145    人
  • 解答問題       1560    個

本課程由淺入深地帶您學會Android的常用控件的開發和使用

進入課程

ViewPager如何設置標題不動

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號