2015年4月13日
摘要: android:textCursorDrawable="@drawable/bg_txt_cursor"1 3 5 6 7 EditText有一个属性:android:textCursorDrawable,这个属性是用来控制光标颜色的android:textCursorDrawa... 阅读全文
posted @ 2015-04-13 17:03 大米稀饭 阅读(704) 评论(0) 推荐(0)
摘要: 1 import android.app.Activity; 2 import android.os.Bundle; 3 import android.view.Display; 4 import android.view.View; 5 import android.conten... 阅读全文
posted @ 2015-04-13 14:43 大米稀饭 阅读(419) 评论(0) 推荐(0)
摘要: 1、图片把一张JPG图片改名为image.jpg,然后拷贝到项目的res-drawable中。2、activity_main.xml 1 6 7 11 15 19 23 27 31 32 1 import android.app.Activit... 阅读全文
posted @ 2015-04-13 14:40 大米稀饭 阅读(1879) 评论(0) 推荐(0)
摘要: 【 RoundImageView.java】 1 package com.dxd.roundimageview; 2 import android.content.Context; 3 import android.content.res.TypedArray; 4 import... 阅读全文
posted @ 2015-04-13 14:31 大米稀饭 阅读(2028) 评论(1) 推荐(1)
摘要: Canvas 绘制文本时,使用FontMetrics对象,计算位置的坐标。 1 public static class FontMetrics { 2 /** 3 * The maximum distance above the baseline for the tallest g... 阅读全文
posted @ 2015-04-13 11:44 大米稀饭 阅读(2065) 评论(0) 推荐(0)