Merge "Bluetooth Device picker will now scan for devices." into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
db99ad9349
@@ -35,7 +35,7 @@
|
|||||||
style="@style/wifi_item_label" />
|
style="@style/wifi_item_label" />
|
||||||
|
|
||||||
<EditText android:id="@+id/name"
|
<EditText android:id="@+id/name"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="textNoSuggestions"
|
android:inputType="textNoSuggestions"
|
||||||
android:maxLength="@integer/bluetooth_name_length"
|
android:maxLength="@integer/bluetooth_name_length"
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
<fragment android:id="@+id/bluetooth_fragment_settings"
|
<fragment android:id="@+id/bluetooth_fragment_settings"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
class="com.android.settings.bluetooth.DeviceProfilesSettings" />
|
class="com.android.settings.bluetooth.DevicePickerFragment" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user