でtablayoutをカスタマイズするが、それは私が どのように私はそれをカスタマイズしようとしたこの画像のようにタブレイアウトを作るためにどのようにアンドロイド
-2
A
答えて
0
が
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:context="com.reflectionsinfos.arn.home.BottomControllerFragment">
<include
layout="@layout/bottom_controller"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</FrameLayout>
bottom_controller_layoutレイアウトファイルを作成してやりたいとせず、 bottom_controller
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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="@dimen/footer_view_height">
<LinearLayout
android:id="@+id/BottomLinearLayout"
android:layout_width="match_parent"
android:layout_height="@dimen/footer_view_button_layout_height"
android:layout_gravity="bottom"
android:background="@color/colorAccent"
android:orientation="horizontal"
android:weightSum="1">
<LinearLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight=".5"
android:gravity="left"
android:orientation="horizontal"
android:paddingBottom="@dimen/smallest_margins"
android:paddingTop="@dimen/smallest_margins"
android:weightSum="1">
<com.reflectionsinfos.arn.ui.CustomRadioButton
android:id="@+id/tab_info"
style="@style/footerTheme"
android:button="@null"
android:minLines="2"
android:gravity="center"
android:drawableTop="@drawable/footer_info_drawable"
android:text="@string/info"/>
<com.reflectionsinfos.arn.ui.CustomRadioButton
android:id="@+id/tab_second_screen"
style="@style/footerTheme"
android:button="@null"
android:minLines="2"
android:gravity="center"
android:drawableTop="@drawable/footer_second_screen_drawable"
android:text="@string/second_screen"/>
</LinearLayout>
<View
android:layout_width="@dimen/footer_view_height"
android:layout_height="@dimen/footer_view_height"/>
<LinearLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_gravity="right"
android:layout_weight=".5"
android:orientation="horizontal"
android:paddingBottom="@dimen/smallest_margins"
android:paddingTop="@dimen/smallest_margins"
android:weightSum="1">
<com.reflectionsinfos.arn.ui.CustomRadioButton
android:id="@+id/tab_top_songs"
style="@style/footerTheme"
android:button="@null"
android:minLines="2"
android:gravity="center"
android:drawableTop="@drawable/footer_top_songs_drawable"
android:text="@string/songs"/>
<com.reflectionsinfos.arn.ui.CustomRadioButton
android:id="@+id/tab_poems"
style="@style/footerTheme"
android:button="@null"
android:minLines="2"
android:gravity="center"
android:drawableTop="@drawable/footer_poems_drawable"
android:text="@string/poems"/>
</LinearLayout>
</LinearLayout>
<FrameLayout
android:layout_width="@dimen/footer_view_height"
android:layout_height="@dimen/footer_view_height"
android:layout_gravity="center">
<com.reflectionsinfos.arn.ui.TintableImageButton
android:id="@+id/button_play_pause_radio"
android:layout_width="@dimen/footer_view_height"
android:layout_height="@dimen/footer_view_height"
android:layout_gravity="center"
android:background="@null"
android:src="@drawable/ic_radio_play"/>
<ImageView
android:id="@+id/shake_image"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_gravity="right|center_vertical"
android:src="@drawable/ic_music"
android:visibility="gone"/>
<com.reflectionsinfos.arn.ui.EqualizerView
xmlns:custom="http://schemas.android.com/apk/res-auto"
android:id="@+id/equalizer_view"
android:layout_width="@dimen/equalizer_view_dimen"
android:layout_height="@dimen/equalizer_view_dimen"
android:layout_gravity="center"
android:layout_margin="@dimen/medium_margins"
android:background="@drawable/equalizer_bg"
android:clickable="true"
android:paddingBottom="@dimen/equalizer_margin"
android:paddingLeft="@dimen/equalizer_margin"
android:paddingRight="@dimen/equalizer_margin"
android:visibility="gone"
custom:animDuration="4500"
custom:foregroundColor="@android:color/black"/>
<ProgressBar
android:id="@+id/progressbar_radio"
android:layout_width="@dimen/small_progressbar_dimen"
android:layout_height="@dimen/small_progressbar_dimen"
android:layout_gravity="center"
android:visibility="gone"/>
</FrameLayout>
</FrameLayout>
0
デザインのカスタムLを作成しますどのようにタブがあるべきか。
最終表示customTab = getLayoutInflater()(R.layout.test、null)を膨張させます。
tablayout.setOnTabSelectedListener(new TabLayout.OnTabSelectedListener() {
@Override
public void onTabSelected(TabLayout.Tab tab) {
tablayout.getTabAt(tab.getPosition()).setCustomView(customTab);
}
@Override
public void onTabUnselected(TabLayout.Tab tab) {
}
@Override
public void onTabReselected(TabLayout.Tab tab) {
}
});
関連する問題
- 1. 背景画像を作るためにどのようにモバイル
- 2. どのように私はあなたがこのようにそれを行うことができます
- 3. はどのようにこのように私は何をしたいです
- 4. どのように私はアンドロイドのためにこれを中心にするでしょうか
- 5. は、どのように私は、コードの下にしようとしたJavaコード
- 6. は、どのように私はどのように私は、ファイル作成時と
- 7. は、どのように私はangularjs2に画像のアップロードを検索しようとしているangularjs2 rc.3
- 8. はどのようにアンドロイド
- 9. はどのようにアンドロイド
- 10. は、どのようにJavaのジェネリックをバイパスするために私はこのようなインターフェースを得た
- 11. どのように私はアンドロイドのスタジオ
- 12. どのようにカタログをカスタマイズし、
- 13. 画像変更を行うためにどのように複数回のonmouseover
- 14. どのようにリンクを識別するためにどのように
- 15. どのようにアクションを見つけるためには、どのようにこれをチェックする
- 16. はどのように私はこのようなXMLファイルを作成し
- 17. は、どのように私はこの画像の応答HTML
- 18. アンドロイドAccountKit.getCurrentAccountは、ここに示したように、私はFacebookのAccountKitをしようとしています
- 19. はどのように私はアンドロイド
- 20. はどのように私はアンドロイド
- 21. はどのように私はアンドロイド
- 22. は、私はこのように行うしようとした小枝のテンプレートエンジンコンポーネント
- 23. このタイプのレイアウトを作成するためにどのように、私はそれが可能であるか分からないのか、この上の画像のように画像ビューでオーバーラップツールバーを作成していないアンドロイド
- 24. 入力画像はこのようになりますどのようにセグメント化した後のOpenCV
- 25. はどのように私はそれたとえば
- 26. どのように私はデモを作るしようとしています
- 27. どのように私はアンドロイド
- 28. 私はテーブルからのみ月と年を取得するために、私はこのようにそれを行うことができたリストでそれを作成して表示するようにしようとしているテーブル
- 29. はどのようにどのように防ぐために、JPEG
- 30. はどのようにそこにデータ
お望みのものはありますか?説明する。 – Ankita
カスタマイズされたタブバーのレイアウトの例を見て、これをチェックしてください:http://www.androidhive.info/2015/09/android-material-design-working-with-tabs/ –
@Ankita上記の画像のようなタブを作成したい –