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/attrs.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index a2b1087..61e42b8 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -8,10 +8,10 @@ </declare-styleable> <declare-styleable name="ArrowView"> <attr name="text" format="string" /> + <attr name="color" format="color" /> </declare-styleable> <declare-styleable name="HouseView"> <attr name="item" format="string" /> - </declare-styleable> </resources> \ No newline at end of file -- Gitblit v1.8.0