在最近的项目中需要用到一个类似于toast效果的警告框,而且还要是圆角的。下面是我实现的效果截图:
首先定义一个dialog:
package com.bobge.doura.customview;
import android.app.Dialog;
import android.content.Context;
import android.view.LayoutInflater;
...
分类:
其他好文 时间:
2015-08-05 12:55:39
阅读次数:
147
一般我们都是使用的系统的警告框,那么如果我们要自己定义一个警告框该怎么写呢下面我写的警告框是模仿系统写的,但是还有需要改进的地方//写一个警告框的方法- (void)warningWithTitle:(NSString *)title image:(NSString *)imageName stor...
分类:
其他好文 时间:
2015-06-03 13:28:38
阅读次数:
218