摘要: Android实现自定义对话框效果:核心代码:package com.example.diydialog;import android.os.Bundle;import android.app.Activity;import android.app.AlertDialog;import androi... 阅读全文
posted @ 2016-01-22 14:53 hyyweb 阅读(458) 评论(0) 推荐(0) 编辑
摘要: package com.example.alertdialog;import android.os.Bundle;import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInter... 阅读全文
posted @ 2016-01-22 10:13 hyyweb 阅读(3198) 评论(0) 推荐(0) 编辑
摘要: spinner控件是Android中下拉控件,现在介绍它两种用法。第一种,从资源文件中获取下拉值;第二种,从代码中获取下拉值。第一种,首先要在资源文件中把值写好: spinner Settings Hello world! 上海 北京 ... 阅读全文
posted @ 2016-01-22 08:55 hyyweb 阅读(363) 评论(0) 推荐(0) 编辑