I have been working on material TabLayout and there is a condition where I have to unselect all tabs at once. I know that isn't possible and violates material guidelines. So I thought of maybe changing the particular background color of current tab to show as unselected. I set TabLayout.setBackground(ContextCompat.getDrawable(getContext, R.drawable.selector_state_reversed)) but it didn't work. I also used TabLayout.setSelected(false) but it only worked for the first time after the fragment is created. Any guide, help or suggestions would be greatly appreciated!
material design - TabLayout - set a particular tab/TabItem background color unselected
187 Views Asked by Debdeep At
0
There are 0 best solutions below
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in MATERIAL-DESIGN
- NestedScrollview overlapping CollapsingToolbarLayout like gmusic app
- Android design support library with Theme.Material
- No elevation For FloatingActionButton ( FAB ) in Support Material Design
- Google Material Design Growing Textarea while typing
- Elevation not working on android.support.design.widget.FloatingActionButton
- How to use android:Theme.Material (Material theme) in styles.xml android?
- Polymer core-localstoreage TypeError: Cannot read property 'save' of undefined
- Suggested method to override button background colour?
- How to show collapsed elements in CoordinatorLayout programmatically?
- How to set shared checkable behavior across all groups in NavigationView?
- Android material design - Creating Tool Bar
- how to use own material design icons with materializecss?
- Android Lollipop's BeginDelayedTransition not always working
- AppBarLayout and RecyclerView not siblings
- How to implement the Material-design Elevation for Pre-lollipop
Related Questions in ANDROID-TABLAYOUT
- TabLayout tab selection
- Tab not taking full width on Tablet device [Using android.support.design.widget.TabLayout]
- Tablayout with icons only
- Change the font of tab text in android design support TabLayout
- Tabs not visible but navigation on swipe works in TabLayout
- TabLayout indicator hangs between tabs and content vanishes
- TabLayout with Activity in android like Tab with Pager
- Tablayout and Toolbar are not on the same height
- material design - TabLayout - set a particular tab/TabItem background color unselected
- No view found for id 0x7f0e00d5 (com.example.page:id/dialogViewpager) for fragment OneFragment{92c0220 #1 id=0x7f0e00d5 android:switcher:2131624149:0}
- Why Toolbar is overlaid with TabLayout?
- Cannot add modified custom View as different Tab Layout custom View
- swipe tablayout is not working correctly
- Using Navigation drawer and tab layout in same activity
- How to set unselected Text Color for TabLayout.Tab - Android
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?