学向勤中得,萤窗万卷书。这篇文章主要讲述[Android] 代码中动态设置shape相关的知识,希望能为你提供帮助。
TextView textView = new TextView(this); GradientDrawable drawable = new GradientDrawable(); drawable.setCornerRadius(5); drawable.setStroke(1, Color.parseColor("#cccccc")); drawable.setColor(Color.parseColor("#eeeeee")); textView.setBackgroundDrawable(drawable);
【[Android] 代码中动态设置shape】
推荐阅读
- 20165309 实验四 Android程序设计
- Android项目Gradle内网配置
- 20165322 实验四 《Android程序设计》
- 2017-2018-2 20165330 实验四《Android程序设计》实验报告
- 20165313Java实验四 Android程序设计
- 在Mac上用bootcamp安装windows,使用Android studio启动模拟器时蓝屏问题的解决方法
- 音乐app各部分笔记
- 2017-2018-2 20165202 实验四《Android程序设计》实验报告
- Android Studio 打包时 Signature Version 选择 V1 V2 说明