com.mcxtzhang.lib.AnimShopButton

Here are the examples of the java api com.mcxtzhang.lib.AnimShopButton taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

16 Source : TestAttrActivity.java
with Apache License 2.0
from mcxtzhang

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_test_attr);
    final AnimShopButton animShopButton = (AnimShopButton) findViewById(R.id.btnReplenish);
    animShopButton.setReplenish(true);
}