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

Commit c723ea80 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[wifi] set adjustViewBounds on the modern wifi view" into main

parents eb15d948 79323323
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ class ModernStatusBarWifiView(context: Context, attrs: AttributeSet?) :
                        // The newer asset does not embed whitespace around it, and is therefore
                        // rectangular. Use wrap_content for the width in this case
                        val iconView = requireViewById<ImageView>(R.id.wifi_signal)
                        iconView.adjustViewBounds = true
                        val lp = iconView.layoutParams
                        lp.width = ViewGroup.LayoutParams.WRAP_CONTENT
                        lp.height =