summaryrefslogtreecommitdiffstats
path: root/res/layout/square_image_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/square_image_view.xml')
-rw-r--r--res/layout/square_image_view.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/square_image_view.xml b/res/layout/square_image_view.xml
index a8e09b2..0627f33 100644
--- a/res/layout/square_image_view.xml
+++ b/res/layout/square_image_view.xml
@@ -15,15 +15,15 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.cyanogenmod.eleven.widgets.SquareView xmlns:android="http://schemas.android.com/apk/res/android"
+<org.lineageos.eleven.widgets.SquareView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/square_view"
android:layout_width="match_parent"
android:layout_height="match_parent" >
- <com.cyanogenmod.eleven.widgets.SquareImageView
+ <org.lineageos.eleven.widgets.SquareImageView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
-</com.cyanogenmod.eleven.widgets.SquareView> \ No newline at end of file
+</org.lineageos.eleven.widgets.SquareView> \ No newline at end of file