summaryrefslogtreecommitdiffstats
path: root/res/layout/overview_panel.xml
diff options
context:
space:
mode:
authorBryan Owens <djbryan3540@gmail.com>2016-01-15 22:24:51 -0600
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-19 11:35:24 -0800
commit39612901c32d34cb53de8a872beb1e3e3d57ce48 (patch)
treeeaa34a28049bd24826727dc0b8f0fdeba94ad61a /res/layout/overview_panel.xml
parent4ff9b7d6a74775c9d3e2cbfd42e4724cb1a131d8 (diff)
downloadandroid_packages_apps_Trebuchet-39612901c32d34cb53de8a872beb1e3e3d57ce48.tar.gz
android_packages_apps_Trebuchet-39612901c32d34cb53de8a872beb1e3e3d57ce48.tar.bz2
android_packages_apps_Trebuchet-39612901c32d34cb53de8a872beb1e3e3d57ce48.zip
Themes: Expose hard coded colors from layouts
Change-Id: I4913f57fb44f234fd140b9c2e0fe59cba49fe702 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
Diffstat (limited to 'res/layout/overview_panel.xml')
-rw-r--r--res/layout/overview_panel.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/overview_panel.xml b/res/layout/overview_panel.xml
index 636e36b89..fcf50c99f 100644
--- a/res/layout/overview_panel.xml
+++ b/res/layout/overview_panel.xml
@@ -88,7 +88,7 @@
android:gravity="center_horizontal"
android:text="@string/wallpaper_button_text"
android:textAllCaps="true"
- android:textColor="@android:color/white"
+ android:textColor="@color/wallpaper_button_text_color"
android:textSize="12sp" />
<TextView
@@ -102,7 +102,7 @@
android:gravity="center_horizontal"
android:text="@string/widget_button_text"
android:textAllCaps="true"
- android:textColor="@android:color/white"
+ android:textColor="@color/widget_button_text_color"
android:textSize="12sp" />
<TextView
@@ -116,7 +116,7 @@
android:gravity="center_horizontal"
android:text="@string/settings_button_text"
android:textAllCaps="true"
- android:textColor="@android:color/white"
+ android:textColor="@color/settings_button_text_color"
android:textSize="12sp" />
</LinearLayout>
@@ -137,7 +137,7 @@
android:id="@+id/dark_panel"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@android:color/background_dark"
+ android:background="@color/overview_panel_background_color"
android:visibility="gone" />
</FrameLayout>
</com.android.launcher3.OverviewPanel> \ No newline at end of file