Skip to content

Commit 80236e0

Browse files
committed
Removed unnecessary xml layout files, add "about" title to about activity
1 parent 3068a4e commit 80236e0

File tree

3 files changed

+1
-54
lines changed

3 files changed

+1
-54
lines changed

app/src/main/java/com/icapps/vkmusic/activity/MainActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ private void createNavigationDrawer() {
274274
.withSelectable(false)
275275
.withOnDrawerItemClickListener((view, position, drawerItem) -> {
276276
new LibsBuilder()
277+
.withActivityTitle(getString(R.string.about))
277278
.withActivityStyle(Libs.ActivityStyle.LIGHT_DARK_TOOLBAR)
278279
.start(MainActivity.this);
279280
return false;

app/src/main/res/layout/fragment_playlist.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

app/src/main/res/layout/fragment_search.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)