Rupert

::Me(C#,VC,MonoTouch,MonoforAndroid);

导航

2015年8月28日

摘要: RoundedImageViewA fast ImageView (and Drawable) that supports rounded corners (and ovals or circles) based on the originalexample from Romain Guy. Rou... 阅读全文

posted @ 2015-08-28 11:42 ArRan 阅读(279) 评论(0) 推荐(0) 编辑

摘要: RatingBarandroid中一个评分的控件如何使用Android Studio下: dependencies { compile 'com.hedgehog.ratingbar:app:1.0.2' }1,在XML中注意:别忘了命名空间 xmlns:hedgeh... 阅读全文

posted @ 2015-08-28 11:40 ArRan 阅读(1905) 评论(0) 推荐(0) 编辑

摘要: Android TextView(EditView)文字底部或者中间 加横线tv = (TextView) this .findViewById(R.id. text_view );中间加横线tv.getPaint().setFlags(Paint. STRIKE_THRU_TEXT_FLAG );... 阅读全文

posted @ 2015-08-28 11:38 ArRan 阅读(408) 评论(0) 推荐(0) 编辑