Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp-12 committed Feb 21, 2014
1 parent 60d6698 commit 1f27504
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 130 deletions.
127 changes: 0 additions & 127 deletions demo/pom.xml

This file was deleted.

4 changes: 2 additions & 2 deletions supertoasts/res/values-v19/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@

<style name="SuperActivityToast_Progress_ProgressBar" parent="android:Widget.Holo.ProgressBar">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_marginLeft">16dp</item>
<item name="android:layout_marginLeft">12dp</item>
</style>

<style name="SuperActivityToast_Progress_TextView" parent="DefaultText">
<item name="android:paddingLeft">4dp</item>
<item name="android:paddingLeft">0dp</item>
</style>

<!-- Styles for API 19+ devices -->
Expand Down
2 changes: 1 addition & 1 deletion supertoasts/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</style>

<style name="SuperActivityToast_Progress_TextView" parent="DefaultText">
<item name="android:paddingLeft">6dp</item>
<item name="android:paddingLeft">4dp</item>
<item name="android:gravity">center_vertical</item>
</style>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1514,6 +1514,9 @@ public void onClick(View view) {

dismiss();

/* Make sure the button cannot be clicked multiple times */
mButton.setClickable(false);

}
};

Expand Down

0 comments on commit 1f27504

Please sign in to comment.