LLS: add type
Ticket: CYNGNOS-2267 Change-Id: Iea20e60aef80407911940d901f11b1589baa4483 Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
parent
9f6530bf03
commit
a50a323724
25
res/res/values/attrs.xml
Normal file
25
res/res/values/attrs.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user