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:
Fabrice Di Meglio
2014-06-18 12:01:47 -07:00
parent cc22af0811
commit e5c75ab44b
3 changed files with 5 additions and 11 deletions

View File

@@ -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;