Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e333d56d authored by Timi's avatar Timi Committed by Paul Keith
Browse files

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: default avatarTimi <timi.rautamaki@gmail.com>
parent 76869b96
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>