Device picker: add title to fix offset in progressbar

* Add a title to device picker fragment in order to
   move the progressbar to the correct place

Test: make Settings, share a file via Bluetooth,
verify progressbar is properly placed

Change-Id: I2fcf293ed2d70d123d65cf76051a6d7d745a773b
Signed-off-by: Timi Rautamäki <timi.rautamaki@gmail.com>
This commit is contained in:
Timi
2021-03-08 20:36:51 +01:00
committed by Timi Rautamäki
parent 959325e88a
commit 06af9f9005

View File

@@ -19,7 +19,8 @@
<com.android.settings.bluetooth.BluetoothProgressCategory
android:key="bt_device_list"
android:orderingFromXml="false" />
android:orderingFromXml="false"
android:title="@string/bluetooth_preference_found_media_devices" />
</PreferenceScreen>