aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/choose_disposition_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/choose_disposition_fragment.xml')
-rw-r--r--res/layout/choose_disposition_fragment.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/choose_disposition_fragment.xml b/res/layout/choose_disposition_fragment.xml
index c23be5d..fe0e36c 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 Jorge Ruesga
+<!-- Copyright (C) 2013 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.
@@ -32,7 +32,7 @@
android:textAppearance="?android:attr/textAppearanceSmall"
android:text="@string/pref_disposition_description" />
- <com.ruesga.android.wallpapers.photophase.widgets.DispositionView
+ <org.cyanogenmod.wallpapers.photophase.widgets.DispositionView
android:id="@+id/disposition_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -49,11 +49,11 @@
android:layout_alignRight="@id/disposition_view"
android:layout_alignTop="@id/disposition_view"
android:layout_alignBottom="@id/disposition_view">
- <com.ruesga.android.wallpapers.photophase.widgets.ResizeFrame
+ <org.cyanogenmod.wallpapers.photophase.widgets.ResizeFrame
android:id="@+id/resize_frame"
android:layout_width="1dp"
android:layout_height="1dp">
- </com.ruesga.android.wallpapers.photophase.widgets.ResizeFrame>
+ </org.cyanogenmod.wallpapers.photophase.widgets.ResizeFrame>
</FrameLayout>
</RelativeLayout>