Make streaming button focusable so the keyboard doesn't appear when starting limelight

This commit is contained in:
Cameron Gutman 2014-03-21 21:36:07 -04:00
parent 5d30a3f4ab
commit bafb9e6230

View File

@ -10,7 +10,7 @@
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content" >
<EditText
android:id="@+id/hostTextView"
@ -30,6 +30,8 @@
android:layout_height="wrap_content"
android:layout_below="@+id/hostTextView"
android:layout_centerHorizontal="true"
android:focusable="true"
android:focusableInTouchMode="true"
android:text="Start Streaming Steam!" >
<requestFocus />