summaryrefslogtreecommitdiffstats
path: root/res/layout/fragment_pager_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/fragment_pager_list.xml')
-rw-r--r--res/layout/fragment_pager_list.xml32
1 files changed, 23 insertions, 9 deletions
diff --git a/res/layout/fragment_pager_list.xml b/res/layout/fragment_pager_list.xml
index ff76c80..ca1d092 100644
--- a/res/layout/fragment_pager_list.xml
+++ b/res/layout/fragment_pager_list.xml
@@ -1,7 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2014 Cyanogen, Inc.
--->
+ 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.
+ -->
+
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:themes="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
@@ -9,7 +23,7 @@
android:layout_height="match_parent"
android:paddingStart="@dimen/collapsed_theme_page_padding"
android:paddingEnd="@dimen/collapsed_theme_page_padding">
- <com.cyngn.theme.widget.LockableScrollView android:id="@android:id/list"
+ <org.cyanogenmod.theme.widget.LockableScrollView android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/collapsed_theme_page_padding_top"
@@ -81,14 +95,14 @@
android:layout_gravity="center_vertical"
android:layout_marginStart="16dp"
android:orientation="vertical">
- <com.cyngn.theme.widget.LatoTextView
+ <org.cyanogenmod.theme.widget.LatoTextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/theme_title_text_color"/>
- <com.cyngn.theme.widget.LatoTextView
+ <org.cyanogenmod.theme.widget.LatoTextView
android:id="@+id/author"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -157,7 +171,7 @@
android:orientation="vertical"
android:layout_marginTop="@dimen/additional_cards_margin_top"
android:visibility="invisible">
- <com.cyngn.theme.chooser.WallpaperCardView
+ <org.cyanogenmod.theme.chooser.WallpaperCardView
android:id="@+id/wallpaper_card"
android:layout_width="match_parent"
android:layout_height="@dimen/wallpaper_card_height"
@@ -165,7 +179,7 @@
/>
<Space android:layout_width="match_parent"
android:layout_height="@dimen/expanded_card_margin_top" />
- <com.cyngn.theme.chooser.WallpaperCardView
+ <org.cyanogenmod.theme.chooser.WallpaperCardView
android:id="@+id/lockscreen_card"
android:visibility="gone"
android:layout_width="match_parent"
@@ -196,10 +210,10 @@
<Space android:layout_width="match_parent"
android:layout_height="@dimen/expanded_card_margin_top" />
- <com.cyngn.theme.widget.NavBarSpace
+ <org.cyanogenmod.theme.widget.NavBarSpace
android:layout_width="match_parent"
android:layout_height="@dimen/navigation_bar_height" />
</LinearLayout>
</LinearLayout>
- </com.cyngn.theme.widget.LockableScrollView>
+ </org.cyanogenmod.theme.widget.LockableScrollView>
</LinearLayout>