Choose Bluetooth Device window cant't fill screen

b/28684861: fixed the layout file to ensure that the separators cover
the entire screen.

Change-Id: I4471a1da901c9a4c0830ff0dfc943cd087ee1702
This commit is contained in:
pkanwar
2016-05-17 12:03:42 -07:00
parent 31fb2a7a1d
commit 956597eaf8

View File

@@ -21,7 +21,7 @@
android:orientation="vertical">
<fragment android:id="@+id/bluetooth_fragment_settings"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
class="com.android.settings.bluetooth.DevicePickerFragment" />