From 06af9f9005444892eacfbdbd6d59546c9bbc7690 Mon Sep 17 00:00:00 2001 From: Timi Date: Mon, 8 Mar 2021 20:36:51 +0100 Subject: [PATCH] Device picker: add title to fix offset in progressbar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- res/xml/device_picker.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/xml/device_picker.xml b/res/xml/device_picker.xml index fd043a280de..6f8d267cd66 100644 --- a/res/xml/device_picker.xml +++ b/res/xml/device_picker.xml @@ -19,7 +19,8 @@ + android:orderingFromXml="false" + android:title="@string/bluetooth_preference_found_media_devices" />