About 806,000 results
Open links in new tab
  1. GitHub - iammert/AnimatedTabLayout: Yet another android tab layout

    Thanks to Igor for sharing this awesome animation. I motivated myself to create android library. Check out the concept. Create your tabs file under res/xml/ folder. space =" @dimen/space "> <tab inactiveColor =" @color/colorGray " activeColor =" @color/colorOrange "

  2. GitHub - tompee26/FunTabLayout: An efficient tablayout for Android

    May 7, 2017 · Define FunTabLayout and ViewPager in xml layout with custom attributes. android:id = "@+id/tablayout" android:layout_width = "match_parent" android:layout_height = "52dp" /> android:id = "@+id/viewpager" android:layout_width = "match_parent" android:layout_height = "match_parent" /> Create a ViewPager instance.

  3. Extended Android Tab Layout with animated indicators that have ... - GitHub

    Boosted Android Tab Layout with custom animated indicators including "Dachshund" animation inspired by this.

  4. Android Sliding TabLayout with Icons. · GitHub

    //Add tabs icon with setIcon() or simple text with .setText() tabLayout.addTab(tabLayout.newTab().setIcon(R.mipmap.ic_home)); tabLayout.addTab(tabLayout.newTab().setIcon(R.mipmap.ic_profile));

  5. An Android view for typewriting-like animations · GitHub

    Jul 24, 2023 · An Android view that can be used to sequentially animate typing and deleting one character at a time. Pausing and enqueuing arbitrary Runnables is also possible. Inspired by Devunwired @ Stackoverflow (see http://stackoverflow.com/questions/6700374/android-character-by-character-display-text-animation ).

  6. A Custom Tab Layout in Jetpack Compose with Animation · GitHub

    Mar 11, 2024 · Clone this repository at &lt;script src=&quot;https://gist.github.com/HamzaMeh/cd9cd3f82479eca20668d1338754b1bd.js&quot;&gt;&lt;/script&gt; Save HamzaMeh/cd9cd3f82479eca20668d1338754b1bd to your computer and …

  7. GitHub - cats-oss/android-tab-animation: Easily create TabLayout.Tab

    Easily create TabLayout.Tab animations that sync with the scrolling progress of ViewPager. Create animation info for Tab: animateText<Float> { property(View. SCALE_X) startValue(0.8f) endValue(1f) animateText<Float> { property(View. SCALE_Y) startValue(0.8f) endValue(1f) Link the TabLayout, ViewPager and animation info: viewPager, animationInfo,

  8. android - How to animate icons in TabLayout using animated

    May 13, 2019 · I'm trying to animate the icons in a tablayout in my android app. I've tried using animated vector drawables and AnimatedStateListDrawable, with a state on and state off and the animation I've designed it using shapeshifter, but nothing works.

  9. How can you animate within Android's TabLayout?

    Jul 18, 2015 · To animate views inside every individual tab, you can first set a custom view to each tab like this tabLayout.getTabAt(0).setCustomView(R.layout.custom_view); Now you can inflate each item in custom_view like this

  10. android - Add Icons+Text to TabLayout - Stack Overflow

    Jun 15, 2016 · first create a layout xml file that has the structure you desire for the tab as an example a simple icon at the top of a text. like so: 1. create the navigation tab layout xml: in layout folder > nav_tab.xml

Refresh