Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
limxing committed May 23, 2017
1 parent 2e2a4a3 commit ca8012e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Android-PromptDialog
提示窗口,正在加载中,确认对话框,非组合控件,自定义ImageView实现,感谢star

<img src="screen1.gif"/><img src="screen2.jpg"/><img src="screen3.jpg"/>
<img src="screen1.gif"/><img src="screen2.jpg"/><img src="screen3.jpg"/><img src="screen4.jpg"/>

[![](https://jitpack.io/v/limxing/Android-PromptDialog.svg)](https://jitpack.io/#limxing/Android-PromptDialog)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void onClick(View v) {
// promptDialog.getAlertDefaultBuilder().sheetCellPad(0).round(0);
//设置按钮的特点,颜色大小什么的,具体看PromptButton的成员变量
PromptButton cancle = new PromptButton("取消", null);
cancle.setTextColor(Color.BLUE);
cancle.setTextColor(Color.parseColor("#0076ff"));
//设置显示的文字大小及颜色
// promptDialog.getAlertDefaultBuilder().textSize(12).textColor(Color.GRAY);
//默认两个按钮为Alert对话框,大于三个按钮的为底部SHeet形式展现
Expand Down
Binary file added screen4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca8012e

Please sign in to comment.