diff options
author | Steve Kondik <steve@cyngn.com> | 2015-12-05 00:25:36 -0800 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-12-05 00:52:17 -0800 |
commit | 0dc882ea06de7a322f62796883c45d5fd1f216f8 (patch) | |
tree | 299030c060d2b1ce4fe5bf7950afe3659d815e49 /packages/SystemUI/res/layout/mland.xml | |
parent | c1cacfbc14e29916194048218f5d483f4b3554e3 (diff) | |
download | frameworks_base-0dc882ea06de7a322f62796883c45d5fd1f216f8.zip frameworks_base-0dc882ea06de7a322f62796883c45d5fd1f216f8.tar.gz frameworks_base-0dc882ea06de7a322f62796883c45d5fd1f216f8.tar.bz2 |
Revert "Themes: Expose "ALL" layouts hard code in frameworks base for themes"
* Many apps which display listviews crash with this change. Reverting
for now.
This reverts commit e6458a3380b36ab0e3538159e854b7f815a838f3.
Change-Id: Icc4d0ee18c708a5692db0b20f7b6b2084d8dd43b
Diffstat (limited to 'packages/SystemUI/res/layout/mland.xml')
-rw-r--r-- | packages/SystemUI/res/layout/mland.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/mland.xml b/packages/SystemUI/res/layout/mland.xml index 5ec0f7f..d1b6d00 100644 --- a/packages/SystemUI/res/layout/mland.xml +++ b/packages/SystemUI/res/layout/mland.xml @@ -48,7 +48,7 @@ android:layout_height="48dp" android:scaleType="fitCenter" android:layout_gravity="center" - android:tint="@color/play_button_image_tint_color" + android:tint="#000000" android:src="@drawable/play" /> <TextView @@ -58,7 +58,7 @@ android:layout_gravity="center" android:alpha="0" android:textSize="40dp" - android:textColor="@color/play_button_text_color" + android:textColor="#000000" /> </FrameLayout> </FrameLayout> |