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

Commit e3cecd7a authored by Muyuan Li's avatar Muyuan Li
Browse files

sysui: refactor for extensibility.

Make mQsDetailHeaderProgress protected.

Bug: 28746808
Change-Id: I2126458f01095af7eff456a81a89602914bded7d
(cherry picked from commit b468b4c8be4717293e029af998ba059b97c4f573)
parent 97394132
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ public class QSDetail extends LinearLayout {
    protected View mQsDetailHeader;
    protected TextView mQsDetailHeaderTitle;
    protected Switch mQsDetailHeaderSwitch;
    private ImageView mQsDetailHeaderProgress;
    protected ImageView mQsDetailHeaderProgress;

    protected QSTileHost mHost;