`
wanglong0537
  • 浏览: 12203 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论
收藏列表
标题 标签 来源
android实现透明按钮 android, 布局, 控件 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" /> 
Global site tag (gtag.js) - Google Analytics