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

Commit 0c34c14a authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android (Google) Code Review
Browse files

Merge "Fix a setBackgroundDrawable in layoutlib."

parents 61241256 c8a0b8e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ abstract class CustomBar extends LinearLayout {
                if (bitmap != null) {
                    BitmapDrawable drawable = new BitmapDrawable(getContext().getResources(),
                            bitmap);
                    imageView.setBackgroundDrawable(drawable);
                    imageView.setImageDrawable(drawable);
                }
            }
        }