From 2a066fed83f99c26a0e64a7c25fd72385bbc6568 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Tue, 24 Sep 2013 17:42:27 -0700 Subject: Fix some padding issues related to the top 3 favorites Also fixed a bug that would cause Index OOB exceptions if we were to use anything other than 1 row of tiled favorites. Bug: 10888792 Change-Id: I671032f48fa054847692d28a7c58836bf67c9b29 --- res/layout/phone_favorite_tile_view.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/layout') diff --git a/res/layout/phone_favorite_tile_view.xml b/res/layout/phone_favorite_tile_view.xml index 5f8733d15..1a8b2f31b 100644 --- a/res/layout/phone_favorite_tile_view.xml +++ b/res/layout/phone_favorite_tile_view.xml @@ -71,6 +71,7 @@ android:fontFamily="sans-serif-light" android:singleLine="true" android:textSize="12sp" + android:paddingBottom="2dp" android:fadingEdge="horizontal" android:fadingEdgeLength="3dip" android:ellipsize="marquee" -- cgit v1.2.3