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>
diff --git a/res/layout/bluetooth_device_picker.xml b/res/layout/bluetooth_device_picker.xml
old mode 100644
new mode 100755
index c554ade..0a63e25
--- 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