X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=res%2Flayout%2Fdictionary_activity.xml;h=5e88bd7f6b1e79fe8c36ec9d6ffdd8a412a6cdd0;hb=e3a434becb9cc5e8bfa912a5241b66b6a24b65d1;hp=3e381371e68176e0a98681b7c22fb2fc313cad0f;hpb=25a7822ccfff2da8c4bab23491029079e0fe82c8;p=Dictionary.git diff --git a/res/layout/dictionary_activity.xml b/res/layout/dictionary_activity.xml index 3e38137..5e88bd7 100644 --- a/res/layout/dictionary_activity.xml +++ b/res/layout/dictionary_activity.xml @@ -43,6 +43,7 @@ android:id="@id/android:list" android:layout_width="fill_parent" android:layout_height="fill_parent" + android:nextFocusRight="@+id/floatSearchButton" android:choiceMode="singleChoice" android:clickable="true" android:fastScrollEnabled="true" @@ -71,6 +72,7 @@ android:layout_alignParentBottom="true" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:nextFocusLeft="@id/android:list" android:onClick="onSearchButtonClick" android:src="@drawable/ic_search_black_24dp" />