Merge branch 'audiorecorder-1.1.37'

This commit is contained in:
Alexey Kuznetsov 2016-04-03 13:58:39 +03:00
commit d42b8abd14
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 16
targetSdkVersion 23
versionCode 58
versionName "1.1.36"
versionCode 59
versionName "1.1.37"
}
signingConfigs {
release {

View file

@ -41,7 +41,7 @@ public class MainApplication extends Application {
}
public static int getActionbarColor(Context context) {
int colorId = MainApplication.getTheme(context, android.R.attr.colorPrimary, R.attr.secondBackground);
int colorId = MainApplication.getTheme(context, R.attr.colorPrimary, R.attr.secondBackground);
int color = ThemeUtils.getThemeColor(context, colorId);
return color;
}