diff options
Diffstat (limited to 'res')
57 files changed, 153 insertions, 127 deletions
diff --git a/res/anim/component_selection_animate_in.xml b/res/anim/component_selection_animate_in.xml index 81e8fd9..4c89ed7 100644 --- a/res/anim/component_selection_animate_in.xml +++ b/res/anim/component_selection_animate_in.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <translate xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/decelerate_interpolator" android:fromYDelta="100%p" diff --git a/res/anim/component_selection_animate_out.xml b/res/anim/component_selection_animate_out.xml index 1b2443d..b36bc41 100644 --- a/res/anim/component_selection_animate_out.xml +++ b/res/anim/component_selection_animate_out.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <translate xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator" android:fromYDelta="0%p" diff --git a/res/drawable/apply_cancel_bg.xml b/res/drawable/apply_cancel_bg.xml index f367f0e..69cac8e 100644 --- a/res/drawable/apply_cancel_bg.xml +++ b/res/drawable/apply_cancel_bg.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@drawable/apply_circle_bg" /> diff --git a/res/drawable/apply_circle_bg.xml b/res/drawable/apply_circle_bg.xml index 5451bd7..fa1a040 100644 --- a/res/drawable/apply_circle_bg.xml +++ b/res/drawable/apply_circle_bg.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> diff --git a/res/drawable/apply_progress_background.xml b/res/drawable/apply_progress_background.xml index 47c2530..b1ea77a 100644 --- a/res/drawable/apply_progress_background.xml +++ b/res/drawable/apply_progress_background.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> diff --git a/res/drawable/apply_progress_bar.xml b/res/drawable/apply_progress_bar.xml index a3cbc6f..d6f1cbc 100644 --- a/res/drawable/apply_progress_bar.xml +++ b/res/drawable/apply_progress_bar.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@android:id/background" diff --git a/res/drawable/apply_progress_indicator.xml b/res/drawable/apply_progress_indicator.xml index 0f332ed..ea43ba2 100644 --- a/res/drawable/apply_progress_indicator.xml +++ b/res/drawable/apply_progress_indicator.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> diff --git a/res/drawable/bg_grid.xml b/res/drawable/bg_grid.xml index 42a2a00..d7ea6be 100644 --- a/res/drawable/bg_grid.xml +++ b/res/drawable/bg_grid.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/bg_graygrid" android:tileMode="repeat" diff --git a/res/drawable/component_selection_selector.xml b/res/drawable/component_selection_selector.xml index a38e10a..1b61026 100644 --- a/res/drawable/component_selection_selector.xml +++ b/res/drawable/component_selection_selector.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@drawable/component_selection_pressed"/> <item android:state_selected="true" android:drawable="@drawable/component_selection_pressed"/> diff --git a/res/drawable/save_apply_button_selector.xml b/res/drawable/save_apply_button_selector.xml index 58b6680..72bf578 100644 --- a/res/drawable/save_apply_button_selector.xml +++ b/res/drawable/save_apply_button_selector.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_focused="true" android:drawable="@drawable/save_apply_button_focused"/> <item android:state_pressed="true" android:drawable="@drawable/save_apply_button_pressed"/> diff --git a/res/drawable/save_apply_button_selector_2.xml b/res/drawable/save_apply_button_selector_2.xml index 39349c7..3c8c7d3 100644 --- a/res/drawable/save_apply_button_selector_2.xml +++ b/res/drawable/save_apply_button_selector_2.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@drawable/btn_apply_pressed"/> <item android:drawable="@drawable/btn_apply_normal"/> diff --git a/res/drawable/shop_themes_bg.xml b/res/drawable/shop_themes_bg.xml index 12e560e..95afa02 100644 --- a/res/drawable/shop_themes_bg.xml +++ b/res/drawable/shop_themes_bg.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_focused="true" diff --git a/res/drawable/theme_component_bg_transition.xml b/res/drawable/theme_component_bg_transition.xml index 3c928b7..5514e00 100644 --- a/res/drawable/theme_component_bg_transition.xml +++ b/res/drawable/theme_component_bg_transition.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <transition xmlns:android="http://schemas.android.com/apk/res/android" > <item android:drawable="@android:color/transparent" /> <item android:drawable="@drawable/card_bg" /> diff --git a/res/drawable/wallpaper_border.xml b/res/drawable/wallpaper_border.xml index c330957..cc5a09d 100644 --- a/res/drawable/wallpaper_border.xml +++ b/res/drawable/wallpaper_border.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> diff --git a/res/drawable/wallpaper_label_bg.xml b/res/drawable/wallpaper_label_bg.xml index 74bbf3a..6deb99b 100644 --- a/res/drawable/wallpaper_label_bg.xml +++ b/res/drawable/wallpaper_label_bg.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <gradient android:startColor="#00000000" diff --git a/res/drawable/wallpaper_none_bg.xml b/res/drawable/wallpaper_none_bg.xml index 18cad11..782624c 100644 --- a/res/drawable/wallpaper_none_bg.xml +++ b/res/drawable/wallpaper_none_bg.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml index 18454cf..834a525 100644 --- a/res/layout/activity_main.xml +++ b/res/layout/activity_main.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> diff --git a/res/layout/apply_theme_layout.xml b/res/layout/apply_theme_layout.xml index 225192c..097ee67 100644 --- a/res/layout/apply_theme_layout.xml +++ b/res/layout/apply_theme_layout.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/apply_theme_layout" android:layout_width="match_parent" diff --git a/res/layout/audible_card.xml b/res/layout/audible_card.xml index 7554810..272b489 100644 --- a/res/layout/audible_card.xml +++ b/res/layout/audible_card.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <com.cyngn.theme.chooser.ComponentCardView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" diff --git a/res/layout/bootani_component_selection_item.xml b/res/layout/bootani_component_selection_item.xml index ce42617..c6623d1 100644 --- a/res/layout/bootani_component_selection_item.xml +++ b/res/layout/bootani_component_selection_item.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="wrap_content" diff --git a/res/layout/bootanim_card.xml b/res/layout/bootanim_card.xml index 5a23423..70d3f8e 100644 --- a/res/layout/bootanim_card.xml +++ b/res/layout/bootanim_card.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <com.cyngn.theme.chooser.ComponentCardView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/bootani_preview_container" diff --git a/res/layout/component_divider.xml b/res/layout/component_divider.xml index 0e57821..997ec24 100644 --- a/res/layout/component_divider.xml +++ b/res/layout/component_divider.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <View xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="2dp" diff --git a/res/layout/component_selection_pager_item.xml b/res/layout/component_selection_pager_item.xml index 8a0129d..7764577 100644 --- a/res/layout/component_selection_pager_item.xml +++ b/res/layout/component_selection_pager_item.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:layout_width="match_parent" diff --git a/res/layout/component_selection_sounds_pager_item.xml b/res/layout/component_selection_sounds_pager_item.xml index 08d0c56..375ae96 100644 --- a/res/layout/component_selection_sounds_pager_item.xml +++ b/res/layout/component_selection_sounds_pager_item.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" diff --git a/res/layout/component_selector.xml b/res/layout/component_selector.xml index 680b6f8..0ef1e42 100644 --- a/res/layout/component_selector.xml +++ b/res/layout/component_selector.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <com.cyngn.theme.chooser.ComponentSelector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:themes="http://schemas.android.com/apk/res-auto" diff --git a/res/layout/font_card.xml b/res/layout/font_card.xml index c42c719..efcd691 100644 --- a/res/layout/font_card.xml +++ b/res/layout/font_card.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <com.cyngn.theme.chooser.ComponentCardView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/font_preview_container" diff --git a/res/layout/font_component_selection_item.xml b/res/layout/font_component_selection_item.xml index a5ffcf5..04f3400 100644 --- a/res/layout/font_component_selection_item.xml +++ b/res/layout/font_component_selection_item.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="wrap_content" diff --git a/res/layout/fragment_pager_list.xml b/res/layout/fragment_pager_list.xml index a27fd25..6886391 100644 --- a/res/layout/fragment_pager_list.xml +++ b/res/layout/fragment_pager_list.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:themes="http://schemas.android.com/apk/res-auto" android:orientation="vertical" diff --git a/res/layout/icon_card.xml b/res/layout/icon_card.xml index 38e4686..2db8bc7 100644 --- a/res/layout/icon_card.xml +++ b/res/layout/icon_card.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <com.cyngn.theme.chooser.ComponentCardView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/icon_container" diff --git a/res/layout/icon_component_selection_item.xml b/res/layout/icon_component_selection_item.xml index 7e17853..a385bf6 100644 --- a/res/layout/icon_component_selection_item.xml +++ b/res/layout/icon_component_selection_item.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="wrap_content" diff --git a/res/layout/navbar_card.xml b/res/layout/navbar_card.xml index a8fcae4..e9343a2 100644 --- a/res/layout/navbar_card.xml +++ b/res/layout/navbar_card.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <com.cyngn.theme.chooser.ComponentCardView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/navigation_bar_container" diff --git a/res/layout/navigation_bar_component_selection_item.xml b/res/layout/navigation_bar_component_selection_item.xml index 1f4bb93..1c7854c 100644 --- a/res/layout/navigation_bar_component_selection_item.xml +++ b/res/layout/navigation_bar_component_selection_item.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="wrap_content" diff --git a/res/layout/save_apply_button.xml b/res/layout/save_apply_button.xml index 96bed31..79a5ff8 100644 --- a/res/layout/save_apply_button.xml +++ b/res/layout/save_apply_button.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/save_apply_layout" android:orientation="vertical" diff --git a/res/layout/save_apply_button_2.xml b/res/layout/save_apply_button_2.xml index 554fe08..e255bb1 100644 --- a/res/layout/save_apply_button_2.xml +++ b/res/layout/save_apply_button_2.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/save_apply_layout" android:orientation="vertical" diff --git a/res/layout/shop_themes.xml b/res/layout/shop_themes.xml index b7b86d6..90ffec1 100644 --- a/res/layout/shop_themes.xml +++ b/res/layout/shop_themes.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/shop_themes_layout" android:orientation="vertical" diff --git a/res/layout/sound_component_selection_item.xml b/res/layout/sound_component_selection_item.xml index 693840e..e2a7754 100644 --- a/res/layout/sound_component_selection_item.xml +++ b/res/layout/sound_component_selection_item.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:layout_width="match_parent" diff --git a/res/layout/status_bar_card.xml b/res/layout/status_bar_card.xml index 983c3da..a4a4088 100644 --- a/res/layout/status_bar_card.xml +++ b/res/layout/status_bar_card.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <com.cyngn.theme.chooser.ComponentCardView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/status_bar_container" diff --git a/res/layout/status_bar_component_selection_item.xml b/res/layout/status_bar_component_selection_item.xml index 3a9974f..4c5efa0 100644 --- a/res/layout/status_bar_component_selection_item.xml +++ b/res/layout/status_bar_component_selection_item.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="wrap_content" diff --git a/res/layout/style_card.xml b/res/layout/style_card.xml index 3082f2c..cff46da 100644 --- a/res/layout/style_card.xml +++ b/res/layout/style_card.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <com.cyngn.theme.chooser.ComponentCardView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/style_card" diff --git a/res/layout/tag_applied.xml b/res/layout/tag_applied.xml index 62c88f1..ab1d223 100644 --- a/res/layout/tag_applied.xml +++ b/res/layout/tag_applied.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/tag_applied" android:layout_width="24dp" diff --git a/res/layout/tag_customized.xml b/res/layout/tag_customized.xml index 6bd0eb3..c1ac380 100644 --- a/res/layout/tag_customized.xml +++ b/res/layout/tag_customized.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/tag_customized" android:layout_width="100dp" diff --git a/res/layout/tag_default.xml b/res/layout/tag_default.xml index 0ee5248..8f2c4a1 100644 --- a/res/layout/tag_default.xml +++ b/res/layout/tag_default.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/tag_default" android:layout_width="75dp" diff --git a/res/layout/tag_updated.xml b/res/layout/tag_updated.xml index ead4ab9..4a75907 100644 --- a/res/layout/tag_updated.xml +++ b/res/layout/tag_updated.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/tag_updated" android:layout_width="75dp" diff --git a/res/layout/theme_tags.xml b/res/layout/theme_tags.xml index 2e3fc04..7e8af2a 100644 --- a/res/layout/theme_tags.xml +++ b/res/layout/theme_tags.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <com.cyngn.theme.widget.ThemeTagLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/tag_layout" diff --git a/res/layout/wallpaper_card.xml b/res/layout/wallpaper_card.xml index 3d73e72..a896cbe 100644 --- a/res/layout/wallpaper_card.xml +++ b/res/layout/wallpaper_card.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> diff --git a/res/layout/wallpaper_component_selection_item.xml b/res/layout/wallpaper_component_selection_item.xml index dd47276..7e530a5 100644 --- a/res/layout/wallpaper_component_selection_item.xml +++ b/res/layout/wallpaper_component_selection_item.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="wrap_content" diff --git a/res/menu/overflow.xml b/res/menu/overflow.xml index cc438c5..db5fa1a 100644 --- a/res/menu/overflow.xml +++ b/res/menu/overflow.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <group android:id="@+id/group_popupmenu"> <item android:id="@+id/menu_delete" diff --git a/res/values-hdpi/dimens.xml b/res/values-hdpi/dimens.xml index 9c88818..5c54f31 100644 --- a/res/values-hdpi/dimens.xml +++ b/res/values-hdpi/dimens.xml @@ -1,18 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - * Copyright (C) 2014 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. + Copyright (C) 2014 Cyanogen, Inc. --> <resources> diff --git a/res/values-xhdpi/dimens.xml b/res/values-xhdpi/dimens.xml index df7a22f..025da3a 100644 --- a/res/values-xhdpi/dimens.xml +++ b/res/values-xhdpi/dimens.xml @@ -1,18 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - * Copyright (C) 2014 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. + Copyright (C) 2014 Cyanogen, Inc. --> <resources> diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 29045ec..ca011a9 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -1,18 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - * Copyright (C) 2014 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. + Copyright (C) 2014 Cyanogen, Inc. --> <resources> diff --git a/res/values/colors.xml b/res/values/colors.xml index f0b8f9b..ccc58c0 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -1,18 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - * Copyright (C) 2014 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. + Copyright (C) 2014 Cyanogen, Inc. --> <resources> <color name="detailedview_pager_background">#ffffff</color> diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 81b39fd..f77a44e 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -1,18 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - * Copyright (C) 2014 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. + Copyright (C) 2014 Cyanogen, Inc. --> <resources> diff --git a/res/values/integers.xml b/res/values/integers.xml index 209e43b..b2d17f3 100644 --- a/res/values/integers.xml +++ b/res/values/integers.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Cyanogen, Inc. +--> <resources> <integer name="default_items_per_page">4</integer> <integer name="bootani_items_per_page">3</integer> diff --git a/res/values/strings.xml b/res/values/strings.xml index b4d1c17..10ef8d5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,18 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright (C) 2014 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. + Copyright (C) 2014 Cyanogen, Inc. --> <resources> diff --git a/res/values/styles.xml b/res/values/styles.xml index 56c9080..3e4a287 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -1,18 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - * Copyright (C) 2014 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. + Copyright (C) 2014 Cyanogen, Inc. --> <resources xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/res/values/vpi__attrs.xml b/res/values/vpi__attrs.xml index e197d07..b14a1ed 100644 --- a/res/values/vpi__attrs.xml +++ b/res/values/vpi__attrs.xml @@ -2,6 +2,7 @@ <!-- Copyright (C) 2012 Jake Wharton Copyright (C) 2011 Patrik Ã…kerfeldt + Copyright (C) 2014 Cyanogen, Inc. NOTICE: This file has been modified from its original source. ORIG. SOURCE: https://github.com/JakeWharton/Android-ViewPagerIndicator diff --git a/res/values/vpi__defaults.xml b/res/values/vpi__defaults.xml index f1da62c..aa814a8 100644 --- a/res/values/vpi__defaults.xml +++ b/res/values/vpi__defaults.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2012 Jake Wharton + Copyright (C) 2014 Cyanogen, Inc. NOTICE: This file has been modified from its original source. ORIG. SOURCE: https://github.com/JakeWharton/Android-ViewPagerIndicator |