Merge branch 'audiorecorder-1.1.37'
This commit is contained in:
commit
d42b8abd14
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue