2014-10-02 190 views
0

我使用此選項卡系統:http://www.androidhive.info/2013/10/android-tab-layout-with-swipeable-views-1/,這是使用操作欄選項卡。我在此係統上構建了所​​有內容。但我聽到操作欄選項卡已棄用Android「L」。我應該更改我的代碼?我不想更改所有標籤系統(如果可能的話)而不是操作欄選項卡

此外,操作欄選項卡樣式不是有用的。我想更改選項卡背景和指示器。

我能做些什麼來實現這些?

回答

0

可以使用PagerTabStrip這是支持庫

還是PagerSlidingTabs部分https://github.com/astuetz/PagerSlidingTabStrip

Action bar navigation modes are deprecated in Android L

更多信息:

的android.support.v13.app包有與天然片段兼容的銜接子(如果您不喜歡使用支撐片段)

將v13支持依賴項添加到您的項目中以使用它們。

+0

我必須改變我的碎片? – 2014-10-02 14:12:59

+0

@SerkaySarıman你是什麼意思改變?你目前在使用本地碎片嗎? – AndroidEnthusiast 2014-10-02 14:14:34

+0

http://pastebin.com/CM85dPSW這是我的片段 – 2014-10-02 14:20:52

相關問題