summaryrefslogtreecommitdiffstats
path: root/res/layout/icon_card.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/icon_card.xml')
-rw-r--r--res/layout/icon_card.xml24
1 files changed, 19 insertions, 5 deletions
diff --git a/res/layout/icon_card.xml b/res/layout/icon_card.xml
index 6b437c3..1cf454b 100644
--- a/res/layout/icon_card.xml
+++ b/res/layout/icon_card.xml
@@ -1,8 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2014 Cyanogen, Inc.
--->
-<com.cyngn.theme.chooser.ComponentCardView
+ Copyright (C) 2016 Cyanogen, Inc.
+ 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.
+ -->
+
+<org.cyanogenmod.theme.chooser.ComponentCardView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/icon_container"
android:layout_width="match_parent"
@@ -11,7 +25,7 @@
android:padding="0dp"
android:layout_marginTop="@dimen/collapsed_icon_card_margin_top"
android:background="@drawable/theme_component_bg_transition">
- <com.cyngn.theme.widget.LatoTextView
+ <org.cyanogenmod.theme.widget.LatoTextView
android:id="@+id/label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -62,4 +76,4 @@
android:src="@drawable/ic_addcomponent"/>
</LinearLayout>
</FrameLayout>
-</com.cyngn.theme.chooser.ComponentCardView> \ No newline at end of file
+</org.cyanogenmod.theme.chooser.ComponentCardView> \ No newline at end of file