Bluetooth : update bt scanning Icon layout

- previously, layout_width was fixed as 600. it makes scanning icon in device picker disapper.

Change-Id: I6d4c559eb7c2823da65ee047662131ee47ea4866

Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>
This commit is contained in:
jhtop.kim
2011-07-15 18:06:04 +09:00
committed by Jake Hamby
parent a7c32ad749
commit a1b78408a0

2
res/layout/bluetooth_device_picker.xml Normal file → Executable file
View File

@@ -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