summaryrefslogtreecommitdiffstats
path: root/res/layout/confirm_cancel_overlay.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/confirm_cancel_overlay.xml')
-rw-r--r--res/layout/confirm_cancel_overlay.xml26
1 files changed, 20 insertions, 6 deletions
diff --git a/res/layout/confirm_cancel_overlay.xml b/res/layout/confirm_cancel_overlay.xml
index ae63a3b..1e13f18 100644
--- a/res/layout/confirm_cancel_overlay.xml
+++ b/res/layout/confirm_cancel_overlay.xml
@@ -1,8 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2014 Cyanogen, Inc.
--->
-<com.cyngn.theme.widget.ConfirmCancelOverlay
+ Copyright (C) 2016 Cyanogen, Inc.
+ Copyright (C) 2016 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.
+ -->
+
+<org.cyanogenmod.theme.widget.ConfirmCancelOverlay
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/confirm_cancel_overlay"
android:layout_width="match_parent"
@@ -10,7 +24,7 @@
android:visibility="gone"
android:background="@color/apply_overlay_background">
- <com.cyngn.theme.widget.LatoTextView
+ <org.cyanogenmod.theme.widget.LatoTextView
android:id="@+id/overlay_title"
android:layout_width="wrap_content"
android:layout_height="132dp"
@@ -54,7 +68,7 @@
</LinearLayout>
- <com.cyngn.theme.widget.LatoTextView
+ <org.cyanogenmod.theme.widget.LatoTextView
android:id="@+id/warning_message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -66,4 +80,4 @@
android:textColor="@color/apply_overlay_text_color"
android:textSize="12dp"/>
-</com.cyngn.theme.widget.ConfirmCancelOverlay> \ No newline at end of file
+</org.cyanogenmod.theme.widget.ConfirmCancelOverlay> \ No newline at end of file