摘要: /** * 将小数度数转换为度分秒格式 * @param numStr (主要用于图片中存储经纬度) * @return */ public static String convertToSexagesimal(String numStr){ do... 阅读全文
posted @ 2014-07-16 17:00 天王星天 阅读(1438) 评论(0) 推荐(0)
摘要: 1、在控件的上方:private void showPopUp(View v) { LinearLayout layout = new LinearLayout(this); layout.setBackgroundColor(Color.... 阅读全文
posted @ 2014-07-16 16:54 天王星天 阅读(448) 评论(0) 推荐(0)