This commit is contained in:
Alexey Kuznetsov 2016-04-02 19:03:21 +03:00
commit d5d03953c7

View file

@ -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() {