摘要: java代码示例: package com.rcl; import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.os.Handler;import android 阅读全文
posted @ 2016-11-13 11:35 我不是乘树猿 阅读(393) 评论(0) 推荐(0)
摘要: android使用TextView实现跑马灯的效果 1.activity_main.xml 阅读全文
posted @ 2016-11-06 14:39 我不是乘树猿 阅读(1146) 评论(0) 推荐(0)
摘要: 设置EditText控件中提示消息hint的字体颜色和大小 1.设置字体大小 代码例: 2.设置字体颜色 代码例: 效果展示 阅读全文
posted @ 2016-11-03 10:08 我不是乘树猿 阅读(34841) 评论(0) 推荐(0)
摘要: android中在java代码中设置Button按钮的背景颜色 1.设置背景图片,图片来源于drawable; flightInfoPanel.setBackgroundDrawable(getResources().getDrawable(R.drawable.search_label_click 阅读全文
posted @ 2016-11-03 09:56 我不是乘树猿 阅读(52447) 评论(0) 推荐(1)