diff options
Diffstat (limited to 'res')
-rwxr-xr-x[-rw-r--r--] | res/layout/bluetooth_device_picker.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/bluetooth_device_picker.xml b/res/layout/bluetooth_device_picker.xml index c554ade..0a63e25 100644..100755 --- a/res/layout/bluetooth_device_picker.xml +++ b/res/layout/bluetooth_device_picker.xml @@ -16,7 +16,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" - android:layout_width="600dip" + android:layout_width="match_parent" android:layout_height="match_parent"> <fragment |