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 @@ -547,7 +547,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 @@ -995,7 +995,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 @@ -342,7 +342,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 @@ -547,7 +547,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 @@ -995,7 +995,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 @@ -342,7 +342,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