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

Commit c56640bc authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Add edit title to QS edit" into nyc-dev am: 4cabb1b9

am: 15e637da

* commit '15e637da':
  Add edit title to QS edit
parents 0f9fd3a2 15e637da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ public class QSCustomizer extends LinearLayout implements OnMenuItemClickListene
        mToolbar.setOnMenuItemClickListener(this);
        mToolbar.getMenu().add(Menu.NONE, MENU_RESET, 0,
                mContext.getString(com.android.internal.R.string.reset));
        mToolbar.setTitle(R.string.qs_edit);

        mRecyclerView = (RecyclerView) findViewById(android.R.id.list);
        mTileAdapter = new TileAdapter(getContext());