Fix bug #15696670 Settings > Apps using old Holo colors in tabs, space indicator
- updated the LinearColorBar colors, the gradient colors on top of it and also the label colors too for being compatible with the rest of the Settings App theming Change-Id: If88be4ac7084d26299e8e738389279bec636ccd6
This commit is contained in:
@@ -16,9 +16,9 @@ import android.view.MotionEvent;
|
||||
import android.widget.LinearLayout;
|
||||
|
||||
public class LinearColorBar extends LinearLayout {
|
||||
static final int LEFT_COLOR = 0xff0099cc;
|
||||
static final int MIDDLE_COLOR = 0xff0099cc;
|
||||
static final int RIGHT_COLOR = 0xff888888;
|
||||
static final int LEFT_COLOR = 0xff009688;
|
||||
static final int MIDDLE_COLOR = 0xff009688;
|
||||
static final int RIGHT_COLOR = 0xffced7db;
|
||||
static final int GRAY_COLOR = 0xff555555;
|
||||
static final int WHITE_COLOR = 0xffffffff;
|
||||
|
||||
|
Reference in New Issue
Block a user