android-tablayout Questions

1

Solved

I'm using a TabLayout in one of my fragments with a viewPager to switch between two fragments below the tabs. When I click the FAB inside one of the lower fragments, I load a new fragment (f...

1

i m using coordinator layout to achive this video VIDEO REQUIREMENT NOW here is my layout : <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/a...
Kinesiology asked 22/9, 2015 at 12:29

1

Solved

I want to programmatically hide / show the TabLayout in my AppBarLayout. Simply setting visibility to VISIBLE and GONE is not enough, as I want to animate the changes and reclaim the space with my ...

0

I have an Layout with a Custom TabLayout and other things in a ScrollView I want to pin the tab at top , my TabLayout isn't the support design tab , is there any way to do that?! here is how my la...
Inaptitude asked 12/9, 2015 at 16:27

0

using material design tablayout +viewpager material design tablayout everything works perfectly but if i m trying to put parent view as ScrollView so that my whole screen can scroll once user try t...

2

Solved

I am using TabLayout of android support design library. I want to show unread notification counter on the tab with title like below image. How to set unread count on Tab inside TabLayout?

1

Solved

Background I've used the PagerSlidingTabStrip library for a long time, to show tabs above a ViewPager. Recently, I was tasked to set icons (using selectors, with selected-vs-unselected states) in...

2

Solved

I updated the design support library from version 22.2.0 to 22.2.1 yesterday and I'm facing a strange behaviour with TabLayout. On version 22.2.0, the TabLayout worked just fine, but now it doesn't...

1

Solved

I want to achieve a certain look with the new Design Support Library and I can't stop seeing a weird bug. Here's the screencast with the desired output (not done with DSL) And the ouput I get usin...

1

Solved

I am using a navigation drawer in my project, with 5 fragments in it. In one fragment I have the in the design support library introduced TabLayout, which includes 2 Fragments. All works fine, exce...

2

TabLayout is set up with ViewPager, has a lot of tabs, MODE_SCROLLABLE and keyline app:tabContentStart="72dp". When user selects a tab, TabLayout tries to scroll the selected tab to the center. I ...

1

Solved

I used Android support design library to build a profile view for an app I'm working on. The profile is composed of a header with a header picture as the background and a rounded profile picture o...

1

Solved

I'm trying to show a DialogFragment full-screen such that the ActionBar is still visible but the tabs in a TabLayout are hidden. The image on the left is what I've managed to achieve; the image on...
Oversubscribe asked 30/6, 2015 at 14:27

2

I am investigating the way to pin the tab indicator of TabLayout in CoordinatorLayout while scrolling down. If I add scroll|enterAlwaysCollapsed flag to the TabLayout, then the tablayout itself is...

© 2022 - 2024 — McMap. All rights reserved.