Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AndroidProgressHud
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
zihan
AndroidProgressHud
Commits
a647ebe1
Commit
a647ebe1
authored
Mar 24, 2016
by
zihan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dialog file
parent
9f956ef8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
ProgressDialog.java
progresshud/src/main/java/com/huxi/tools/ProgressDialog.java
+21
-0
No files found.
progresshud/src/main/java/com/huxi/tools/ProgressDialog.java
0 → 100644
View file @
a647ebe1
package
com
.
huxi
.
tools
;
import
android.app.Dialog
;
import
android.content.Context
;
import
android.widget.ImageView
;
import
android.widget.TextView
;
/**
* Created by Phyllis on 16/3/24.
*/
public
class
ProgressDialog
extends
Dialog
{
public
ImageView
animImageView
;
public
ImageView
statusImageView
;
public
TextView
messageTextView
;
public
ProgressDialog
(
Context
context
)
{
super
(
context
);
}
public
ProgressDialog
(
Context
context
,
int
theme
)
{
super
(
context
,
theme
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment