summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid van Tonder <david.vantonder@gmail.com>2012-06-06 15:06:54 -0400
committerSteve Kondik <shade@chemlab.org>2012-06-08 19:25:00 -0700
commit56f40194294d5e854ed37be15998685f828fb98e (patch)
tree56586a553980a3878269a7e9bd94415f281143d0
parente67f024183a43c312c3f0060f586126c8544024b (diff)
downloadframeworks_base-56f40194294d5e854ed37be15998685f828fb98e.zip
frameworks_base-56f40194294d5e854ed37be15998685f828fb98e.tar.gz
frameworks_base-56f40194294d5e854ed37be15998685f828fb98e.tar.bz2
Fix music transport control display on phone landscape layout
Prior to this commit, the music transport control will not show on the landscape lockscreen for a phone device. Change-Id: Ie947650daace16fd09177443f2c2e6c5ccd4b8c9
-rw-r--r--core/res/res/layout/keyguard_screen_tab_unlock_land.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml
index b3b8ef1..b23a50c 100644
--- a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml
+++ b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml
@@ -257,7 +257,7 @@
android:layout_row="0"
android:layout_column="0"
android:layout_rowSpan="5"
- android:layout_columnSpan="1"
+ android:layout_columnSpan="3"
android:layout_gravity="fill"
android:layout_width="0dip"
android:layout_height="0dip"