From ed0bc77b9c7168b8c3690f018da9aef230e34c61 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期二, 14 一月 2020 11:17:26 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/endian11/DriveJudge --- app/src/main/res/values/colors.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index f65ffa3..9882094 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -11,4 +11,7 @@ <color name="train_bg">#4aabb2</color> <color name="train_btn_return">#16aa3c</color> <color name="profile_bg">#1988a3</color> + <color name="pink">#FF3399</color> + <color name="examing">#99C3D1</color> + <color name="red">#DC143C</color> </resources> -- Gitblit v1.8.0