aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-10-03 23:52:22 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-10-03 23:52:22 +0200
commit059fa42d786915d7725e4fcf79f9de36e84f08c7 (patch)
treee2f4555011f9b61dcf25b3b2d3d8a4dee854cbdb /res/layout
parent20574cf663cc4c24d4eb64a8f879632bcddf8828 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-059fa42d786915d7725e4fcf79f9de36e84f08c7.tar.gz
android_packages_wallpapers_PhotoPhase-059fa42d786915d7725e4fcf79f9de36e84f08c7.tar.bz2
android_packages_wallpapers_PhotoPhase-059fa42d786915d7725e4fcf79f9de36e84f08c7.zip
Change author and copyright
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/album.xml2
-rw-r--r--res/layout/album_info.xml6
-rw-r--r--res/layout/album_pictures.xml10
-rw-r--r--res/layout/choose_disposition_fragment.xml8
-rw-r--r--res/layout/choose_picture_fragment.xml8
-rw-r--r--res/layout/color_picker_pref_item.xml2
-rw-r--r--res/layout/picture_item.xml2
-rw-r--r--res/layout/preference_widget_seekbar.xml2
-rw-r--r--res/layout/preference_widget_seekbar_progress.xml2
9 files changed, 21 insertions, 21 deletions
diff --git a/res/layout/album.xml b/res/layout/album.xml
index ea98e14..43d8506 100644
--- a/res/layout/album.xml
+++ b/res/layout/album.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!-- Copyright (C) 2013 Jorge Ruesga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/res/layout/album_info.xml b/res/layout/album_info.xml
index a060a07..3671871 100644
--- a/res/layout/album_info.xml
+++ b/res/layout/album_info.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!-- Copyright (C) 2013 Jorge Ruesga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<org.cyanogenmod.wallpapers.photophase.widgets.AlbumInfo
+<com.ruesga.android.wallpapers.photophase.widgets.AlbumInfo
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -76,4 +76,4 @@
android:contentDescription="@null"
style="@style/PhotoPhase.Album.MenuBar.Overflow" />
-</org.cyanogenmod.wallpapers.photophase.widgets.AlbumInfo>
+</com.ruesga.android.wallpapers.photophase.widgets.AlbumInfo>
diff --git a/res/layout/album_pictures.xml b/res/layout/album_pictures.xml
index d09291c..b1c1372 100644
--- a/res/layout/album_pictures.xml
+++ b/res/layout/album_pictures.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!-- Copyright (C) 2013 Jorge Ruesga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<org.cyanogenmod.wallpapers.photophase.widgets.AlbumPictures xmlns:android="http://schemas.android.com/apk/res/android"
+<com.ruesga.android.wallpapers.photophase.widgets.AlbumPictures xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/card"
@@ -55,7 +55,7 @@
style="@style/PhotoPhase.Album.MenuBar.Overflow" />
</LinearLayout>
- <org.cyanogenmod.wallpapers.photophase.widgets.PicturesView
+ <com.ruesga.android.wallpapers.photophase.widgets.PicturesView
android:id="@+id/album_pictures_scroller"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -74,6 +74,6 @@
<!-- Pictures go here -->
</LinearLayout>
- </org.cyanogenmod.wallpapers.photophase.widgets.PicturesView>
+ </com.ruesga.android.wallpapers.photophase.widgets.PicturesView>
-</org.cyanogenmod.wallpapers.photophase.widgets.AlbumPictures>
+</com.ruesga.android.wallpapers.photophase.widgets.AlbumPictures>
diff --git a/res/layout/choose_disposition_fragment.xml b/res/layout/choose_disposition_fragment.xml
index 7828e58..017ce1f 100644
--- a/res/layout/choose_disposition_fragment.xml
+++ b/res/layout/choose_disposition_fragment.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!-- Copyright (C) 2013 Jorge Ruesga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@
android:textAppearance="?android:attr/textAppearanceSmall"
android:text="@string/pref_disposition_description" />
- <org.cyanogenmod.wallpapers.photophase.widgets.DispositionView
+ <com.ruesga.android.wallpapers.photophase.widgets.DispositionView
android:id="@+id/disposition_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -50,11 +50,11 @@
android:layout_alignRight="@id/disposition_view"
android:layout_alignTop="@id/disposition_view"
android:layout_alignBottom="@id/disposition_view">
- <org.cyanogenmod.wallpapers.photophase.widgets.ResizeFrame
+ <com.ruesga.android.wallpapers.photophase.widgets.ResizeFrame
android:id="@+id/resize_frame"
android:layout_width="1dp"
android:layout_height="1dp">
- </org.cyanogenmod.wallpapers.photophase.widgets.ResizeFrame>
+ </com.ruesga.android.wallpapers.photophase.widgets.ResizeFrame>
</FrameLayout>
</RelativeLayout>
diff --git a/res/layout/choose_picture_fragment.xml b/res/layout/choose_picture_fragment.xml
index 402f381..aabf55a 100644
--- a/res/layout/choose_picture_fragment.xml
+++ b/res/layout/choose_picture_fragment.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!-- Copyright (C) 2013 Jorge Ruesga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<org.cyanogenmod.wallpapers.photophase.widgets.VerticalEndlessScroller
+<com.ruesga.android.wallpapers.photophase.widgets.VerticalEndlessScroller
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
@@ -22,12 +22,12 @@
android:fillViewport="true"
android:scrollbars="none">
- <org.cyanogenmod.wallpapers.photophase.widgets.CardLayout
+ <com.ruesga.android.wallpapers.photophase.widgets.CardLayout
android:id="@+id/albums_panel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="@dimen/small_margin" />
-</org.cyanogenmod.wallpapers.photophase.widgets.VerticalEndlessScroller>
+</com.ruesga.android.wallpapers.photophase.widgets.VerticalEndlessScroller>
diff --git a/res/layout/color_picker_pref_item.xml b/res/layout/color_picker_pref_item.xml
index a3d4a6c..f841cbe 100644
--- a/res/layout/color_picker_pref_item.xml
+++ b/res/layout/color_picker_pref_item.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!-- Copyright (C) 2013 Jorge Ruesga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/res/layout/picture_item.xml b/res/layout/picture_item.xml
index 28ee0d5..24bb5eb 100644
--- a/res/layout/picture_item.xml
+++ b/res/layout/picture_item.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!-- Copyright (C) 2013 Jorge Ruesga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/res/layout/preference_widget_seekbar.xml b/res/layout/preference_widget_seekbar.xml
index ba4dc5c..c76ab06 100644
--- a/res/layout/preference_widget_seekbar.xml
+++ b/res/layout/preference_widget_seekbar.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
- Copyright (C) 2013 The CyanogenMod Project
+ Copyright (C) 2013 Jorge Ruesga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/res/layout/preference_widget_seekbar_progress.xml b/res/layout/preference_widget_seekbar_progress.xml
index b17b04c..4fe5248 100644
--- a/res/layout/preference_widget_seekbar_progress.xml
+++ b/res/layout/preference_widget_seekbar_progress.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
- Copyright (C) 2013 The CyanogenMod Project
+ Copyright (C) 2013 Jorge Ruesga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.