Skip to content

Commit

Permalink
Slightly adjusted example animations
Browse files Browse the repository at this point in the history
  • Loading branch information
Droppers committed Mar 6, 2020
1 parent 632a1eb commit b5c5cf4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions demo/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#FFF"
app:abb_animationDuration="600"
app:abb_animationDuration="450"
app:abb_indicatorAppearance="round"
app:abb_indicatorColor="#B867C8"
app:abb_indicatorAnimation="slide"
app:abb_indicatorHeight="4dp"
app:abb_indicatorLocation="bottom"
app:abb_indicatorMargin="16dp"
app:abb_selectedIndex="1"
app:abb_selectedTabType="text"
app:abb_tabAnimation="fade"
app:abb_tabAnimationSelected="fade"
app:abb_selectedTabType="icon"
app:abb_tabAnimation="slide"
app:abb_animationInterpolator="@android:anim/accelerate_decelerate_interpolator"
app:abb_tabColorSelected="#B867C8"
app:abb_tabs="@menu/clock_tabs" />

Expand Down Expand Up @@ -82,9 +83,12 @@
app:abb_indicatorColor="#EA3D7C"
app:abb_indicatorMargin="8dp"
app:abb_selectedIndex="1"
app:abb_tabAnimation="fade"
app:abb_tabAnimationSelected="fade"
app:abb_tabAnimation="slide"
app:abb_tabColor="#CCFFFFFF"
app:abb_selectedTabType="text"
app:abb_tabColorSelected="#FFF"
app:abb_animationInterpolator="@android:anim/accelerate_decelerate_interpolator"
app:abb_textAppearance="@style/CustomText"
app:abb_tabs="@menu/clock_tabs" />

Expand Down
Binary file modified media/example/example-1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/example/example-4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5c5cf4

Please sign in to comment.