Merge "Fix the setting image contrast ratio of the settings_button is too low."
This commit is contained in:
committed by
Android (Google) Code Review
commit
83a24365cf
@@ -53,7 +53,7 @@ public class ShortcutPreference extends Preference {
|
|||||||
}
|
}
|
||||||
private OnClickListener mListener = null;
|
private OnClickListener mListener = null;
|
||||||
|
|
||||||
private static final float DISABLED_ALPHA = 0.5f;
|
private static final float DISABLED_ALPHA = 0.77f;
|
||||||
private static final float ENABLED_ALPHA = 1.0f;
|
private static final float ENABLED_ALPHA = 1.0f;
|
||||||
private int mSettingsVisibility = View.VISIBLE;
|
private int mSettingsVisibility = View.VISIBLE;
|
||||||
private boolean mAutoEnabledSettings;
|
private boolean mAutoEnabledSettings;
|
||||||
|
Reference in New Issue
Block a user