2012年4月25日

摘要: 安卓软件开发--关于自定义imagegetter()的实现。 import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.URL; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.drawabl. 阅读全文
posted @ 2012-04-25 17:58 迷途羊 阅读(316) 评论(0) 推荐(1) 编辑
摘要: 下面有段代码关于android 自定义字体 希望对安卓软件的开发人员有一定的帮助! android:自定义字体; static public void setFont(Context context, ViewGroup containerLayout) { Typeface typeface = Typeface.createFromAsset(context.getAssets(), "fonts/Comfortaa-Regular.ttf"); View view; ViewGroup viewGroup; TextView textView; Button butt 阅读全文
posted @ 2012-04-25 17:10 迷途羊 阅读(384) 评论(0) 推荐(0) 编辑

导航