aboutsummaryrefslogtreecommitdiff
path: root/RotaryPlayground/res/layout/rotary_web_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'RotaryPlayground/res/layout/rotary_web_view.xml')
-rw-r--r--RotaryPlayground/res/layout/rotary_web_view.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/RotaryPlayground/res/layout/rotary_web_view.xml b/RotaryPlayground/res/layout/rotary_web_view.xml
index 7995dc6..6cdc5dd 100644
--- a/RotaryPlayground/res/layout/rotary_web_view.xml
+++ b/RotaryPlayground/res/layout/rotary_web_view.xml
@@ -51,7 +51,8 @@
android:id="@+id/web_view"
android:layout_width="match_parent"
android:layout_height="0dp"
- android:layout_weight="1" />
+ android:layout_weight="1"
+ android:defaultFocusHighlightEnabled="false"/>
<Button
android:id="@+id/bottom_button"