« setBackgroundDrawable和setBackgroundColor的用法 时间:2024-3-2 18:37 作者:韩俊 分类: Android 1.设置背景图片; textView.setBackgroundDrawable(getResources().getDrawable(R.drawable.guohou)); 2.转换字符串为int(颜色); listItemView.deleteFilghtBg.setBackgroundColor(Color.parseColor("#F5F5DC")); 标签: android 上一篇Android开发之Toast 下一篇Android的事件处理机制 热门推荐 1 高级控件AdapterView(一):Adapte继承体系及BaseAdapter2 android(8) ViewPager页面滑动切换3 Jar mismatch! Fix your dependencies4 Android入门--实现选择并编辑图片设置成头像5 Android 图形系统结构 中/英 (Android Graphic Architecture)6 Android EditText imeOptions属性详解7 Android之ContentProvider8 adb server is out of date. killing... 的解决办法9 搭建一个应用程序框架-做点什么10 Android多点触控技术实战,自由地对图片进行缩放和移动