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

Commit c515904

Browse files
committed
Version 1.3.4
1 parent 1f27504 commit c515904

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

demo/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<uses-sdk
88
android:minSdkVersion="8"
9-
android:targetSdkVersion="17" />
9+
android:targetSdkVersion="19" />
1010

1111
<application
1212
android:label="@string/app_name"

supertoasts/res/layout/supercardtoast_button.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
android:layout_weight="1"
1717
android:gravity="center_vertical"
1818
android:drawablePadding="4dp"
19-
android:paddingTop="8dp"
20-
android:paddingBottom="8dp"
19+
android:paddingTop="12dp"
20+
android:paddingBottom="12dp"
2121
android:paddingLeft="16dp"
2222
android:paddingRight="16dp"
2323
android:text="Default"

supertoasts/res/values/styles.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
<style name="SuperActivityToast_Button_TextView" parent="DefaultText">
2929
<item name="android:textSize">16sp</item>
30-
<item name="android:paddingLeft">12dp</item>
31-
<item name="android:paddingRight">12dp</item>
30+
<item name="android:paddingLeft">16dp</item>
31+
<item name="android:paddingRight">16dp</item>
3232
<item name="android:paddingBottom">12dp</item>
3333
<item name="android:paddingTop">12dp</item>
3434
</style>

0 commit comments

Comments
 (0)