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...
Lucania asked 26/9, 2015 at 19:41
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 ...
Moil asked 13/9, 2015 at 13:21
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...
Emalia asked 29/8, 2015 at 16:5
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?
Grippe asked 28/8, 2015 at 11:0
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...
Whilom asked 5/8, 2015 at 9:32
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...
Inducement asked 21/7, 2015 at 13:9
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...
Axe asked 30/6, 2015 at 17:23
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...
Plating asked 1/7, 2015 at 12:57
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 ...
Scifi asked 9/7, 2015 at 17:52
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...
androidandroid-support-libraryandroid-collapsingtoolbarlayoutandroid-coordinatorlayoutandroid-tablayout
Samellasameness asked 2/7, 2015 at 12:37
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...
Lurette asked 27/6, 2015 at 7:40
© 2022 - 2024 — McMap. All rights reserved.