android-tablayout Questions
0
I am adding custom view to tablayout for that I am using following linked method:
https://guides.codepath.com/android/google-play-style-tabs-using-tablayout
this is working fine. I am using com....
Teryl asked 26/4, 2016 at 6:13
1
Solved
I'm trying to add only one tab in TabLayout with full-width indicator. but with google TabLayout I get this result
after that i did used the same code with https://github.com/astuetz/PagerSlidin...
Yoko asked 18/9, 2015 at 12:56
1
Solved
As the title explain, I am not able to see the title in the tablayout. I have followed a tutorial on youtube to create this swipable tabs. Here the link of the tutorial
I have followed all the in...
Jemadar asked 17/4, 2016 at 11:28
5
Solved
How can I add images into tab ? Currently I'm able to move the tab to bottom but have no idea on how to change the LL Tab1, LL Tab2, LL Tab3 to icon.Am I on the right path ? Any help would be great...
Shrine asked 7/3, 2016 at 13:35
2
Solved
I am working on an app where I want to add tabs so that can be added using PagerTabStrip and TabLayout with ViewPager.
It looks same to me with no difference but I guess there is some difference b...
Antiquate asked 27/2, 2016 at 10:12
2
Solved
I'm trying to create a tab layout which has two tabs. When I run the app on small mobile the tab layout looks fine but when I run the same application on Tablet it shows like this.
It looks like t...
Cabby asked 11/2, 2016 at 10:24
1
I am using the TabLayout found in the Service library. I have tried to add an OnLongClickListener when long-clicking on a tab. It has been impossible for me. I have even been trying to "hack" it by...
Pedropedrotti asked 27/10, 2015 at 11:49
2
Solved
I have an Activity with two tabs. Each tab contains a fragment with a SwipeRefreshLayout and a RecyclerView inside them.
In the Activity, I have a CoordinatorLayout with an AppBarLayout (with a To...
Cloudscape asked 10/7, 2015 at 16:52
1
Solved
I'm trying to make an activity with TabLayout and Viewpager.
My problem is that the TabLayout overlaps the top of the Viewpager, so the full content isn't visible.
The original image
The result
&...
Reversioner asked 14/1, 2016 at 20:1
2
Solved
Hi I'm making an app with A fragment and few child fragment inside it using tablayout and viewpager. The problem is all my child fragment (from Tablayout) always execute (load all the code inside w...
Ambivert asked 28/12, 2015 at 1:58
2
I want to replace fragment to another fragment which contain by TabLayout Viewpager. like this:
Activity -> A Fragment -> B Fragment(TabLayout ViewPager) -> C Fragment(Tab's Fragment) -> D Fragm...
Abstruse asked 18/12, 2015 at 14:40
2
Solved
I have a ViewPager with addOnPageChangeListener. ViewPager has 3 tabviews (tab1, tab2, tab3). When a user clicks tab2, it loads some data (Basically it a RecyclerView). At this moment, if user agai...
Witted asked 14/12, 2015 at 15:46
5
Solved
There are nested fragments with TabLayout and ViewPager. Each fragment has listview inside it so they get call together and now I'm getting an issue of slow processing of app. I have tried some sol...
Dari asked 1/12, 2015 at 7:45
1
Solved
TabLayout and ViewPager - Click on tabs doesn't work after swiping between sliding drawer item.
I work on app that have Sliding drawer and Tablayout.
I refer this tutorials For Sliding Drawer
and...
Allot asked 1/12, 2015 at 11:26
1
I am using TabLayout of design library what i want to acheive is
I have tried many tutorial and i am able to achieve it by customizing the tab but there is an limitation that is occurring when t...
Maidamaidan asked 17/11, 2015 at 11:23
1
Solved
I have implemented viewpager with TabLayout. Each tab is a Fragment. I think the default behavior of Tabs is that they are hidden when user scrolls down and gets visibility when scrolled up.
I wo...
Angeli asked 18/11, 2015 at 10:52
2
Solved
]1]1i used android design support tablayout and i got both icon and text on tab .. i used a customtabview to align icon and text vertically..And i want to change the color of the icon and text when...
Romaine asked 18/9, 2015 at 22:1
3
I am using nested ArrayList for Tablayout. Each element of ArrayList populate each Tab. Tab count is change according to parent arraylist's size. For example When parent ArrayList's size 2 , tab co...
Actinouranium asked 27/10, 2015 at 9:18
3
Solved
I was looking at the twitter app on my phone.
You can see that when a user scrolls up, the tabLayout actually just pins itself onto the bottom of the toolbar nicely and does not move at all.
I ...
Alate asked 13/10, 2015 at 19:11
4
Solved
I'm playing around with the Design Support Library TabLayout. My problem is that the title of one of the tabs is too long and so, it is drawn on 2 lines instead of 1. I'm wondering if there's a way...
Ciliolate asked 9/7, 2015 at 21:54
1
Solved
The custom is always centered in the Tablayout.
The tablayout is as below.
How to get it the full space available to its parent, i.e. TabView.
<android.support.design.widget.TabLayout
xmlns:an...
Sylas asked 17/10, 2015 at 5:11
2
Solved
Is it possible to create a swiped TabLayout in an app using multiple activities instead of fragments? I have two activities using which I am trying to create an app that uses a swipable TabLayout. ...
Appear asked 14/10, 2015 at 6:8
1
Solved
I'm looking at the Google class that was used in the Google IO called SlidingTabLayout. Inside that class, there is a method called setDistributeEvenly which allows all those tabs to have an even d...
Double asked 22/9, 2015 at 9:59
2
I have created tabbed activity and please help me how to show different layouts in different tabs in the swipeable TabLayout. How can we add different activity in each tab for example when we add i...
Thunderpeal asked 5/10, 2015 at 10:17
1
Solved
I'm trying to create a menu tab based on Google's "material design" using Eclipse, but I got an error:
01-07 01:02:10.238: E/tag(6696): contact on create called
01-07 01:02:10.301: E/AndroidRunt...
Blackjack asked 23/9, 2015 at 6:46
© 2022 - 2024 — McMap. All rights reserved.