Skip to content

Commit

Permalink
del the variables that are not available
Browse files Browse the repository at this point in the history
  • Loading branch information
hugeterry committed Jan 14, 2018
1 parent ed4c584 commit 5c4190a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions coordinatortablayout/coordinatortablayout.iml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/tmp" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/typedefs.txt" />
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/poms" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ public void onTabSelected(TabLayout.Tab tab) {
mContext, mColorArray[tab.getPosition()]));
}
mImageView.setAnimation(AnimationUtils.loadAnimation(mContext, R.anim.anim_show));

if (mOnTabSelectedListener != null) {
mOnTabSelectedListener.onTabSelected(tab);
}
Expand Down
1 change: 0 additions & 1 deletion coordinatortablayout/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<resources>
<string name="app_name">CoordinatorTabLayout</string>
<string name="imageview_description">imageview</string>
</resources>

0 comments on commit 5c4190a

Please sign in to comment.