File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
AndroidBootstrap/src/com/beardedhen/androidbootstrap Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,6 @@ private void initialise(AttributeSet attrs)
179
179
180
180
BootstrapSize bootstrapSize = BootstrapSize .getBootstrapSizeFromString (size );
181
181
182
- if (a .getString (R .styleable .BootstrapButton_android_textSize ) == null ) {
183
- fontSize = bootstrapSize .getFontSize ();
184
- }
185
182
paddingA = (int ) (bootstrapSize .paddingA * scale + 0.5f );
186
183
paddingB = (int ) (bootstrapSize .paddingB * scale + 0.5f );
187
184
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:0.13.2 '
7
+ classpath ' com.android.tools.build:gradle:1.0.0 '
8
8
}
9
9
}
10
10
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.0.3
2
- VERSION_CODE =103
1
+ VERSION_NAME =1.0.4
2
+ VERSION_CODE =104
3
3
GROUP =com.beardedhen
4
4
5
5
POM_DESCRIPTION =Bootstrap style buttons with Font Awesome
Original file line number Diff line number Diff line change 1
- # Fri Nov 21 13:37:10 GMT 2014
1
+ # Tue Dec 09 15:08:23 GMT 2014
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.2. 1-all.zip
You can’t perform that action at this time.
0 commit comments