summaryrefslogtreecommitdiffstats
path: root/res/layout/font_card.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@scheffsblend.com>2016-08-28 09:21:05 -0700
committerClark Scheff <clark@scheffsblend.com>2016-08-28 09:21:33 -0700
commitbcd90a38b28f7c57bce8057d855e4c276aab2776 (patch)
tree9524b01c9e7c84ff3934ac035481d7eb9598478b /res/layout/font_card.xml
parentde36713290379cc4e0de6e0bc2cfc25e3258133f (diff)
downloadpackages_apps_ThemeChooser-bcd90a38b28f7c57bce8057d855e4c276aab2776.tar.gz
packages_apps_ThemeChooser-bcd90a38b28f7c57bce8057d855e4c276aab2776.tar.bz2
packages_apps_ThemeChooser-bcd90a38b28f7c57bce8057d855e4c276aab2776.zip
Theme chooser for the people
Let freedom ring! Change-Id: I12b3e6b5d46eb2e13afd841dfd5c215af64188d8 TICKET: OSS-67
Diffstat (limited to 'res/layout/font_card.xml')
-rw-r--r--res/layout/font_card.xml26
1 files changed, 20 insertions, 6 deletions
diff --git a/res/layout/font_card.xml b/res/layout/font_card.xml
index 442edd5..3b4808d 100644
--- a/res/layout/font_card.xml
+++ b/res/layout/font_card.xml
@@ -1,8 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2014 Cyanogen, Inc.
--->
-<com.cyngn.theme.chooser.ComponentCardView
+ 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.chooser.ComponentCardView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/font_preview_container"
android:layout_width="match_parent"
@@ -11,7 +25,7 @@
android:orientation="vertical"
android:padding="0dp"
android:background="@drawable/theme_component_bg_transition">
- <com.cyngn.theme.widget.LatoTextView
+ <org.cyanogenmod.theme.widget.LatoTextView
android:id="@+id/label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -21,7 +35,7 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
- <com.cyngn.theme.widget.LatoTextView
+ <org.cyanogenmod.theme.widget.LatoTextView
android:id="@+id/font_preview"
android:layout_width="match_parent"
android:layout_height="48dp"
@@ -50,4 +64,4 @@
android:src="@drawable/ic_addcomponent"/>
</LinearLayout>
</FrameLayout>
-</com.cyngn.theme.chooser.ComponentCardView>
+</org.cyanogenmod.theme.chooser.ComponentCardView>