仿QQ
发布时间
阅读量:
阅读量
以下为效果图展示:

图片存在一定程度的变形,建议更换一组更为合适的图像素材,或通过坐标计算将图像约束在特定区域内,此处暂不进行相关处理。
采用模拟生成的天气数据进行后续操作
public static final String wees[]={"今天","星期二","星期三","星期四","星期五"};
public static final String dayWeather[]={"晴天","小雨","小雨","中雨","小雨"};
public static final int dayRes[]={R.drawable.w0,R.drawable.w7,R.drawable.w7,R.drawable.w8,R.drawable.w7};
public static final int dayTemp[]={23,22,23,20,17};
public static final int nightTemp[]={18,17,18,12,11};
public static final int nightR
全部评论 (0)
还没有任何评论哟~
