- 博客(5)
- 收藏
- 关注
转载 android SDK 无法下载问题解决
修改https为http,在Android SDK Manager->Tools-Options...选项界面,将“Force https://… sources to be fetched using http://…”勾选! 另外需要在文件(C:\Windows\System32\drivers\etc\hosts)中,添加如下一行:203.208.46.146 dl-ssl...
2014-11-04 16:00:00 146
转载 android 图文按钮
/** * 设置图文按钮 * @param drawable 图片drawable * @param button 按钮 * @param str 显示文字 */ public static void setImageButton(int drawable, final Button button, Stri...
2014-10-19 12:37:00 154
转载 透明activity
添加style: <style name="Theme.Transparent" parent="@android:style/Theme"> <item name="android:windowBackground">@android:color/transparent</item> <item name...
2014-08-25 12:12:00 72
转载 java.lang.ClassCastException: android.widget.FrameLayout$LayoutParams cannot be cast to android.widg
有时候需要在在代码中设置LayoutParams,自己为一个FrameLayout设置LayoutParams的时候,遇上如题问题: java.lang.ClassCastException: android.widget.FrameLayout$LayoutParams cannot be cast to android.widget.LinearLayout$LayoutPar...
2014-04-03 15:24:00 130
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人