From e25c65c92d96ba353105b896dee18fcb2cc2db06 Mon Sep 17 00:00:00 2001 From: Mattias Falk Date: Tue, 17 Aug 2010 14:31:06 +0200 Subject: Difficult to bookmark History items on ldpi-screens Add a History item as a bookmark by touching the star is difficult since the touch area of the star is of the size of the star. The problem is more apparent on ldpi-screens since the star is small and it's hard to hit with a finger. The browser loads the url of the History item if the star is missed. Enlarging the touch area of the star to cover the whole right part of the History item solves the problem. The user doesn't has to hit the star only the right part of the History item. Change-Id: I87b8fc555896cf88eac805c96bf31981c2aacbf5 --- res/layout/history_item.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'res/layout') diff --git a/res/layout/history_item.xml b/res/layout/history_item.xml index 4522a75..a0b031a 100644 --- a/res/layout/history_item.xml +++ b/res/layout/history_item.xml @@ -19,10 +19,7 @@ android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeight" android:orientation="horizontal" - android:paddingRight="6dip" android:paddingLeft="6dip" - android:paddingTop="5dip" - android:paddingBottom="5dip" android:gravity="center_vertical" > -- cgit v1.1