diff options
author | jhtop.kim <jhtop.kim@samsung.com> | 2011-07-15 18:06:04 +0900 |
---|---|---|
committer | Jake Hamby <jhamby@google.com> | 2011-07-26 15:59:24 -0700 |
commit | a1b78408a0ca4447e682d0f651bccef7a6623e2b (patch) | |
tree | 44e5a80741a354907aa80fe7aa20536bd5476f96 /res | |
parent | a7c32ad74996c9fcb0d1d1481f191f0720197e49 (diff) | |
download | packages_apps_settings-a1b78408a0ca4447e682d0f651bccef7a6623e2b.zip packages_apps_settings-a1b78408a0ca4447e682d0f651bccef7a6623e2b.tar.gz packages_apps_settings-a1b78408a0ca4447e682d0f651bccef7a6623e2b.tar.bz2 |
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>
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 |