Here we are going to see how to make a button transparent in Android…
 <Button android:background="@android:color/transparent"   android:text="@+id/Button01"   android:id="@+id/Button01"   android:layout_width="wrap_content"   android:layout_height="wrap_content"   android:textColor="#ffffff" /> 


By using android:background=”@android:color/transparent” the button background will become transparent


更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android待机流程分析
  2. Android-使用AutoCompleteTextView进行动
  3. Android Studio自带模拟器读写SDcard不成
  4. android 获取sim卡运营商信息
  5. Android(安卓)EditText(一)——EditText
  6. Android的SMS短消息格式和主要字段
  7. 动画学习笔记-Android Animation
  8. 【设计模式与Android】建造者模式——建
  9. Android(安卓)Compile
  10. Android权限问题整理