LLS: add type

Ticket: CYNGNOS-2267
Change-Id: Iea20e60aef80407911940d901f11b1589baa4483
Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
Roman Birg 2016-03-18 15:41:06 -07:00 committed by Gerrit Code Review
parent 9f6530bf03
commit a50a323724
1 changed files with 25 additions and 0 deletions

25
res/res/values/attrs.xml Normal file
View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2016 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<declare-styleable name="LiveLockScreen">
<attr name="settingsActivity" format="string" />
<attr name="type">
<flag name="experience" value="1"/>
<flag name="event" value="2"/>
</attr>
</declare-styleable>
</resources>