From ef1e7763c2dc5b9bac69cc747efe05c81d9fd9fc Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Fri, 17 Sep 2010 18:38:38 -0400 Subject: Tablet ticker. Change-Id: Ia3db5cc29eac1703123de3e1c6dc7c22e7d024eb --- packages/SystemUI/res/layout-xlarge/status_bar.xml | 70 +++++++--------------- packages/SystemUI/res/layout-xlarge/ticker.xml | 53 ++++++++++++++++ .../SystemUI/res/layout-xlarge/ticker_compat.xml | 36 +++++++++++ .../SystemUI/res/layout-xlarge/ticker_icon.xml | 25 ++++++++ 4 files changed, 135 insertions(+), 49 deletions(-) create mode 100644 packages/SystemUI/res/layout-xlarge/ticker.xml create mode 100644 packages/SystemUI/res/layout-xlarge/ticker_compat.xml create mode 100644 packages/SystemUI/res/layout-xlarge/ticker_icon.xml (limited to 'packages/SystemUI/res') diff --git a/packages/SystemUI/res/layout-xlarge/status_bar.xml b/packages/SystemUI/res/layout-xlarge/status_bar.xml index e0b34cc..ba7029d 100644 --- a/packages/SystemUI/res/layout-xlarge/status_bar.xml +++ b/packages/SystemUI/res/layout-xlarge/status_bar.xml @@ -1,21 +1,18 @@ @@ -65,41 +62,16 @@ - - - - - - - + android:gravity="center_vertical" + android:animateLayoutChanges="true" + /> + + + + + + + + + + + diff --git a/packages/SystemUI/res/layout-xlarge/ticker_compat.xml b/packages/SystemUI/res/layout-xlarge/ticker_compat.xml new file mode 100644 index 0000000..79c7543 --- /dev/null +++ b/packages/SystemUI/res/layout-xlarge/ticker_compat.xml @@ -0,0 +1,36 @@ + + + + + + + + diff --git a/packages/SystemUI/res/layout-xlarge/ticker_icon.xml b/packages/SystemUI/res/layout-xlarge/ticker_icon.xml new file mode 100644 index 0000000..9efa987 --- /dev/null +++ b/packages/SystemUI/res/layout-xlarge/ticker_icon.xml @@ -0,0 +1,25 @@ + + + + + -- cgit v1.1