Loading src/org/lineageos/eleven/ui/activities/BaseActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -506,7 +506,7 @@ public abstract class BaseActivity extends FragmentActivity implements ServiceCo TypedValue typedValue = new TypedValue(); ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault); android.R.style.Theme_DeviceDefault_Light); contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color_accent = typedValue.data; Loading src/org/lineageos/eleven/ui/activities/HomeActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -553,7 +553,7 @@ public class HomeActivity extends SlidingPanelActivity implements TypedValue typedValue = new TypedValue(); ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault); android.R.style.Theme_DeviceDefault_Light); contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color_accent = typedValue.data; Loading src/org/lineageos/eleven/ui/activities/SearchActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -996,7 +996,7 @@ public class SearchActivity extends FragmentActivity implements TypedValue typedValue = new TypedValue(); ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault); android.R.style.Theme_DeviceDefault_Light); contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color_accent = typedValue.data; Loading src/org/lineageos/eleven/ui/activities/SettingsActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ public class SettingsActivity extends PreferenceActivity implements OnSharedPref TypedValue typedValue = new TypedValue(); ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault); android.R.style.Theme_DeviceDefault_Light); contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color_accent = typedValue.data; Loading src/org/lineageos/eleven/ui/activities/SlidingPanelActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,7 @@ public abstract class SlidingPanelActivity extends BaseActivity { TypedValue typedValue = new TypedValue(); ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault); android.R.style.Theme_DeviceDefault_Light); contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color_accent = typedValue.data; Loading Loading
src/org/lineageos/eleven/ui/activities/BaseActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -506,7 +506,7 @@ public abstract class BaseActivity extends FragmentActivity implements ServiceCo TypedValue typedValue = new TypedValue(); ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault); android.R.style.Theme_DeviceDefault_Light); contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color_accent = typedValue.data; Loading
src/org/lineageos/eleven/ui/activities/HomeActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -553,7 +553,7 @@ public class HomeActivity extends SlidingPanelActivity implements TypedValue typedValue = new TypedValue(); ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault); android.R.style.Theme_DeviceDefault_Light); contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color_accent = typedValue.data; Loading
src/org/lineageos/eleven/ui/activities/SearchActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -996,7 +996,7 @@ public class SearchActivity extends FragmentActivity implements TypedValue typedValue = new TypedValue(); ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault); android.R.style.Theme_DeviceDefault_Light); contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color_accent = typedValue.data; Loading
src/org/lineageos/eleven/ui/activities/SettingsActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ public class SettingsActivity extends PreferenceActivity implements OnSharedPref TypedValue typedValue = new TypedValue(); ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault); android.R.style.Theme_DeviceDefault_Light); contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color_accent = typedValue.data; Loading
src/org/lineageos/eleven/ui/activities/SlidingPanelActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,7 @@ public abstract class SlidingPanelActivity extends BaseActivity { TypedValue typedValue = new TypedValue(); ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault); android.R.style.Theme_DeviceDefault_Light); contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color_accent = typedValue.data; Loading