Skip to content

Commit

Permalink
Fixed cursor blinking with an ugly hack
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Feb 6, 2014
1 parent 6306335 commit 43f7dd4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Test and beta releases will have experimental functions enabled by default.
* Notify usage for *Calling* and *Clipboard* category and *action.VIEW* (like for *Media* category)
* Display account name when retrieving through Play services
* Display URL for *View/loadUrl*
* Fixed cursor blinking with an ugly hack
* Updated Dutch translation
* Updated Lithuanian translation

Expand Down
9 changes: 9 additions & 0 deletions res/layout/mainlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
android:layout_marginRight="3dip"
android:orientation="horizontal" >

<LinearLayout
android:layout_width="0px"
android:layout_height="0px"
android:focusable="true"
android:focusableInTouchMode="true" >

<requestFocus />
</LinearLayout>

<EditText
android:id="@+id/etFilter"
android:layout_width="match_parent"
Expand Down
1 change: 0 additions & 1 deletion src/biz/bokhorst/xprivacy/ActivityShare.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowManager;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
Expand Down

0 comments on commit 43f7dd4

Please sign in to comment.