From b022b91c0c6fa807424b6c12cc92ac5946838083 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 13 七月 2017 16:34:39 +0800
Subject: [PATCH] update pipeline
---
VisitFace/DemoForBsk/app/src/main/res/values/attrs.xml | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/src/main/res/values/attrs.xml b/VisitFace/DemoForBsk/app/src/main/res/values/attrs.xml
index fd1edef..dacc50f 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/values/attrs.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/values/attrs.xml
@@ -11,4 +11,18 @@
<attr name="vLeftTextColor" format="color"/>
<attr name="vBackgroundColor" format="color"/>
</declare-styleable>
+ <declare-styleable name="RegisterRightFieldTextView">
+ <attr name="label" format="string"/>
+ <attr name="text" format="string"/>
+ </declare-styleable>
+ <declare-styleable name="PullToRefresh">
+ <attr name="adapterViewBackground" format="reference|color" />
+ <attr name="headerBackground" format="reference|color" />
+ <attr name="headerTextColor" format="color" />
+ <attr name="mode">
+ <flag name="pullDownFromTop" value="0x1" />
+ <flag name="pullUpFromBottom" value="0x2" />
+ <flag name="both" value="0x3" />
+ </attr>
+ </declare-styleable>
</resources>
\ No newline at end of file
--
Gitblit v1.8.0