OSDN Git Service

Choose Bluetooth Device window cant't fill screen
authorpkanwar <pkanwar@google.com>
Tue, 17 May 2016 19:03:42 +0000 (12:03 -0700)
committerpkanwar <pkanwar@google.com>
Tue, 17 May 2016 19:03:42 +0000 (12:03 -0700)
b/28684861: fixed the layout file to ensure that the separators cover
the entire screen.

Change-Id: I4471a1da901c9a4c0830ff0dfc943cd087ee1702

res/layout/bluetooth_device_picker.xml

index 818ebac..4db252b 100755 (executable)
@@ -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" />