我正在使用Material ShowcaseView https://github.com/deano2390/MaterialShowcaseView。 现在,我通过将透明度添加到PULL DOWN TO REFRESH活动来获取我的应用中的视图。但是,当我点击 Image1 中的"得到它" 时,透明度已消失,但图像(箭头)标记为红色Image2就在那里。
当我点击"得到它"我需要进行下一个活动。或者我需要更换这个"得到它"文本进入按钮视图。我该怎么做?请帮帮我......
我需要像这样的输出......在透明层上方按钮。
答案 0 :(得分:5)
答案 1 :(得分:3)
答案 2 :(得分:2)
答案 3 :(得分:0)
您可以根据以下内容将<action android:name="com.google.android.c2dm.intent.RECEIVE" />
方法设置为“关闭”按钮:
你可以看到他使用:
onClickListener
然后在Listener方法上:
mButtonOne = (Button) findViewById(R.id.btn_one);
mButtonOne.setOnClickListener(this);
mButtonTwo = (Button) findViewById(R.id.btn_two);
mButtonTwo.setOnClickListener(this);
mButtonThree = (Button) findViewById(R.id.btn_three);
mButtonThree.setOnClickListener(this);
希望它有所帮助!!!