Skip to content

Commit

Permalink
Change resource
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanna-hsp committed Dec 25, 2015
1 parent f782f90 commit 8f7f556
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void onClick(View v) {
case R.id.dim_background:
hud = KProgressHUD.create(this)
.setStyle(KProgressHUD.Style.INDETERMINATE)
.setDimAmount(0.6f);
.setDimAmount(0.5f);
scheduleDismiss();
break;
case R.id.custom_color_animate:
Expand Down
2 changes: 1 addition & 1 deletion demo/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#aa303F9F</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
</resources>
2 changes: 1 addition & 1 deletion demo/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">ProgressHud</string>
<string name="app_name">KProgressHUD</string>
</resources>
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion library/src/main/res/layout/kprogresshud_hud.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
android:id="@+id/background"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="8dp"
android:padding="16dp"
android:background="@android:color/transparent">

<LinearLayout
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="kprogresshud_default_color">#d8000000</color>
<color name="kprogresshud_default_color">#b1000000</color>
<color name="kprogresshud_grey_color">#449E9E9E</color>
</resources>

0 comments on commit 8f7f556

Please sign in to comment.