summaryrefslogtreecommitdiffstats
path: root/res/layout/component_selector.xml
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2016-08-29 15:41:02 -0700
committerd34d <clark@cyngn.com>2016-08-31 09:44:52 -0700
commit550e88b1e62228124f22b2d70ce3bf45fe9a1314 (patch)
tree91efd4126034e8b91c463da8bd02a00cf7ff9751 /res/layout/component_selector.xml
parentbcd90a38b28f7c57bce8057d855e4c276aab2776 (diff)
downloadpackages_apps_ThemeChooser-550e88b1e62228124f22b2d70ce3bf45fe9a1314.zip
packages_apps_ThemeChooser-550e88b1e62228124f22b2d70ce3bf45fe9a1314.tar.gz
packages_apps_ThemeChooser-550e88b1e62228124f22b2d70ce3bf45fe9a1314.tar.bz2
Fall cleaning
* Change package name to org.cyanogenmod.theme.chooser2 to avoid theme collisions with old OSS chooser * Change parent theme to Theme.Material.Light * Change minSdkVersion to 21 since we are going material * Add selectors for bottom action buttons (app themer, shop themes) * Add selector, using app themer color, for app themer list view * Add selector for actions in theme cards * Bring back OSS app icon * Reduce log spam in ThemedTypefaceHelper * Localize "new" tag using a TextView instead of an image * Other random stuff Change-Id: I73ef0b9c9370284e29ee00add87273cf54c83e0e
Diffstat (limited to 'res/layout/component_selector.xml')
-rw-r--r--res/layout/component_selector.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/res/layout/component_selector.xml b/res/layout/component_selector.xml
index 14b13de..42be00b 100644
--- a/res/layout/component_selector.xml
+++ b/res/layout/component_selector.xml
@@ -16,7 +16,7 @@
limitations under the License.
-->
-<org.cyanogenmod.theme.chooser.ComponentSelector
+<org.cyanogenmod.theme.chooser2.ComponentSelector
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/component_selector"
android:orientation="vertical"
@@ -42,7 +42,4 @@
</org.cyanogenmod.theme.widget.AutoSnapHorizontalScrollView>
- <org.cyanogenmod.theme.widget.NavBarSpace
- android:layout_width="match_parent"
- android:layout_height="@dimen/navigation_bar_height"/>
-</org.cyanogenmod.theme.chooser.ComponentSelector> \ No newline at end of file
+</org.cyanogenmod.theme.chooser2.ComponentSelector> \ No newline at end of file