Skip to content
This repository was 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 1f27504 commit c515904
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="17" />
android:targetSdkVersion="19" />

<application
android:label="@string/app_name"
Expand Down
4 changes: 2 additions & 2 deletions supertoasts/res/layout/supercardtoast_button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
android:layout_weight="1"
android:gravity="center_vertical"
android:drawablePadding="4dp"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:paddingTop="12dp"
android:paddingBottom="12dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:text="Default"
Expand Down
4 changes: 2 additions & 2 deletions supertoasts/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<style name="SuperActivityToast_Button_TextView" parent="DefaultText">
<item name="android:textSize">16sp</item>
<item name="android:paddingLeft">12dp</item>
<item name="android:paddingRight">12dp</item>
<item name="android:paddingLeft">16dp</item>
<item name="android:paddingRight">16dp</item>
<item name="android:paddingBottom">12dp</item>
<item name="android:paddingTop">12dp</item>
</style>
Expand Down

0 comments on commit c515904

Please sign in to comment.