|
|
|
@ -23,6 +23,13 @@
@@ -23,6 +23,13 @@
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
tools:context=".core.gui.TorrentsActivity_"> |
|
|
|
|
|
|
|
|
|
<!-- Invisible view to steal focus from SearchView --> |
|
|
|
|
<View |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true"/> |
|
|
|
|
|
|
|
|
|
<android.support.v7.widget.Toolbar |
|
|
|
|
android:id="@+id/selection_toolbar" |
|
|
|
|
style="@style/DefaultToolbar" |
|
|
|
|