summaryrefslogtreecommitdiffstats
path: root/res/layout/component_selector.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/component_selector.xml')
-rw-r--r--res/layout/component_selector.xml28
1 files changed, 21 insertions, 7 deletions
diff --git a/res/layout/component_selector.xml b/res/layout/component_selector.xml
index 747e776..14b13de 100644
--- a/res/layout/component_selector.xml
+++ b/res/layout/component_selector.xml
@@ -1,8 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2014 Cyanogen, Inc.
--->
-<com.cyngn.theme.chooser.ComponentSelector
+ 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.ComponentSelector
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/component_selector"
android:orientation="vertical"
@@ -12,7 +26,7 @@
android:visibility="gone"
android:background="@color/component_selection_background">
- <com.cyngn.theme.widget.AutoSnapHorizontalScrollView
+ <org.cyanogenmod.theme.widget.AutoSnapHorizontalScrollView
android:id="@+id/scroll_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -26,9 +40,9 @@
android:divider="@drawable/component_selector_divider"
android:showDividers="middle" />
- </com.cyngn.theme.widget.AutoSnapHorizontalScrollView>
+ </org.cyanogenmod.theme.widget.AutoSnapHorizontalScrollView>
- <com.cyngn.theme.widget.NavBarSpace
+ <org.cyanogenmod.theme.widget.NavBarSpace
android:layout_width="match_parent"
android:layout_height="@dimen/navigation_bar_height"/>
-</com.cyngn.theme.chooser.ComponentSelector> \ No newline at end of file
+</org.cyanogenmod.theme.chooser.ComponentSelector> \ No newline at end of file