Merge branch 'audiorecorder-1.1.35'
This commit is contained in:
commit
56fd02af27
2 changed files with 2 additions and 3 deletions
|
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "com.github.axet.audiorecorder"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 55
|
||||
versionName "1.1.34"
|
||||
versionCode 56
|
||||
versionName "1.1.35"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ public class MainApplication extends Application {
|
|||
|
||||
Context context = this;
|
||||
context.setTheme(getUserTheme());
|
||||
Log.d("123", "color " + Integer.toHexString(ThemeUtils.getThemeColor(context, android.R.attr.textColorSecondary)));
|
||||
}
|
||||
|
||||
public int getUserTheme() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue