diff -r 489fde4ab7d4 -r 1b88edb34d96 res/layout/subscription.xml --- a/res/layout/subscription.xml Mon Jun 14 22:45:56 2010 +0200 +++ b/res/layout/subscription.xml Mon Jun 14 22:47:22 2010 +0200 @@ -16,7 +16,8 @@ android:layout_height="fill_parent" android:autoLink="none" android:id="@+id/SubscriptionText" android:text="@string/SubscriptText" android:textColor="@color/white" android:textSize="14sp" - android:layout_weight="1" android:layout_marginBottom="18dp" /> + android:layout_weight="1" android:layout_marginBottom="18dp" + android:focusable="true"/> @@ -30,4 +31,4 @@ android:layout_weight="1" android:text="@string/RefuseButton" /> - \ No newline at end of file +