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

Commit ff53e476 authored by jhtop.kim's avatar jhtop.kim Committed by Jaikumar Ganesh
Browse files

Bluetooth : fix UI bug while an opp object tranfer is ongoing



- While an opp object is transferring ,there is a white border line on the left side of the progress-bar
  ,which is shown when user click down the notification bar.
- remove the background flag

Change-Id: I4786af460cdd50a9b853f4fa16a12214f4390952
Signed-off-by: default avatarjhtop.kim <jhtop.kim@samsung.com>
parent ef697b0b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:background="@android:drawable/status_bar_item_app_background"
    >

    <LinearLayout