From c8bed899e5ac84bbac52ae51b07f956e74cd7843 Mon Sep 17 00:00:00 2001 From: Linus Lee Date: Tue, 24 Mar 2015 17:15:10 -0700 Subject: App drawer: add animations and letters to make things pretty Change-Id: Iaf6718893e09df715b4524b864be9a7c22addc59 (cherry picked from commit e002b691b3233629598c77ef50f1ef91eb1877f0) --- res/layout/app_drawer_container.xml | 12 ++++---- res/layout/app_drawer_item.xml | 58 ++++++++++++++++++++++--------------- res/layout/scrub_layout.xml | 46 ++++++++++++++--------------- 3 files changed, 64 insertions(+), 52 deletions(-) (limited to 'res/layout') diff --git a/res/layout/app_drawer_container.xml b/res/layout/app_drawer_container.xml index f5db08ce1..6024ddd19 100644 --- a/res/layout/app_drawer_container.xml +++ b/res/layout/app_drawer_container.xml @@ -71,12 +71,14 @@ diff --git a/res/layout/app_drawer_item.xml b/res/layout/app_drawer_item.xml index 08043eb1f..43e2562ae 100644 --- a/res/layout/app_drawer_item.xml +++ b/res/layout/app_drawer_item.xml @@ -14,34 +14,44 @@ See the License for the specific language governing permissions and limitations under the License. --> - + - - - - + android:orientation="horizontal" /> + + + + + + diff --git a/res/layout/scrub_layout.xml b/res/layout/scrub_layout.xml index 90a9d094d..11ee381d0 100644 --- a/res/layout/scrub_layout.xml +++ b/res/layout/scrub_layout.xml @@ -14,31 +14,31 @@ See the License for the specific language governing permissions and limitations under the License. --> - + android:layout_height="@dimen/scrubber_height" + android:paddingLeft="@dimen/app_drawer_scrubber_padding" + android:paddingRight="@dimen/app_drawer_scrubber_padding" + android:layout_alignParentBottom="true" + android:background="@drawable/seek_back"> - - - + - + - + -- cgit v1.2.3