summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-08-28 09:11:30 -0700
committerClark Scheff <clark@cyngn.com>2014-08-28 09:13:06 -0700
commitdf731fe710593c2d8693959c6ab2fd899843e707 (patch)
tree3c34d01f85a70b2509a0301dab782edfdb87631b /res/layout
parentb2d653494e7255589eca31fd398ce282c4c01123 (diff)
downloadpackages_apps_ThemeChooser-df731fe710593c2d8693959c6ab2fd899843e707.zip
packages_apps_ThemeChooser-df731fe710593c2d8693959c6ab2fd899843e707.tar.gz
packages_apps_ThemeChooser-df731fe710593c2d8693959c6ab2fd899843e707.tar.bz2
Copyright all the things.
Change-Id: I6cc73b320657f1bba27017f2843c84e9d6bc4c69
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/activity_main.xml4
-rw-r--r--res/layout/apply_theme_layout.xml4
-rw-r--r--res/layout/audible_card.xml3
-rw-r--r--res/layout/bootani_component_selection_item.xml4
-rw-r--r--res/layout/bootanim_card.xml3
-rw-r--r--res/layout/component_divider.xml4
-rw-r--r--res/layout/component_selection_pager_item.xml4
-rw-r--r--res/layout/component_selection_sounds_pager_item.xml4
-rw-r--r--res/layout/component_selector.xml4
-rw-r--r--res/layout/font_card.xml3
-rw-r--r--res/layout/font_component_selection_item.xml4
-rw-r--r--res/layout/fragment_pager_list.xml3
-rw-r--r--res/layout/icon_card.xml3
-rw-r--r--res/layout/icon_component_selection_item.xml4
-rw-r--r--res/layout/navbar_card.xml3
-rw-r--r--res/layout/navigation_bar_component_selection_item.xml4
-rw-r--r--res/layout/save_apply_button.xml4
-rw-r--r--res/layout/save_apply_button_2.xml4
-rw-r--r--res/layout/shop_themes.xml4
-rw-r--r--res/layout/sound_component_selection_item.xml4
-rw-r--r--res/layout/status_bar_card.xml4
-rw-r--r--res/layout/status_bar_component_selection_item.xml4
-rw-r--r--res/layout/style_card.xml3
-rw-r--r--res/layout/tag_applied.xml4
-rw-r--r--res/layout/tag_customized.xml4
-rw-r--r--res/layout/tag_default.xml4
-rw-r--r--res/layout/tag_updated.xml4
-rw-r--r--res/layout/theme_tags.xml4
-rw-r--r--res/layout/wallpaper_card.xml3
-rw-r--r--res/layout/wallpaper_component_selection_item.xml4
30 files changed, 90 insertions, 22 deletions
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"