ComponentInfo{com.st.ganhuo/com.st.ganhuo.MainActivity}: android.view.InflateException: Binary XML file line #11: Error inflating class com.st.ganhuo.MarqueeText
报错啊 哪位牛人看看
报错啊 哪位牛人看看
2015-11-07
android:gravity="right|bottom"
right 与 bottom 之间的是"|"不是"/"
right 与 bottom 之间的是"|"不是"/"
2015-11-06
Toast.makeText(MainActivity.this,"bt1要执行的逻辑",1).show();//toast是Andriod中用来显示显示信息的一种机制,没有焦点且显示时间有限,过一定的时间就会自动的消失,主要用于向用户显示提示信息
v.setAlpha(o.5f)//透明度,0是不显示,1是完全显示出来
v.setAlpha(o.5f)//透明度,0是不显示,1是完全显示出来
2015-11-05