Skip to content

Commit

Permalink
GUI update v0.9.6, minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravjot committed Aug 12, 2019
1 parent c808863 commit be015b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.droidheat.musicplayer"
minSdkVersion 21
targetSdkVersion 28
versionCode 32
versionName "0.9.51"
versionCode 33
versionName "0.9.6"
multiDexEnabled true
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public void onClick(View v) {
});
View playlistGrid = mInflater.inflate(R.layout.scroll_disabled_grid_view, null);
NoScrollGridView noScrollGridView = playlistGrid.findViewById(R.id.scroll_disabled_grid_view);
noScrollGridView.setExpanded(true);
playlistGridAdapter = new PlaylistGridAdapter(getActivity());
noScrollGridView.setAdapter(playlistGridAdapter);
mergeAdapter.addAdapter(autoPlaylistGridAdapter);
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources>

<string name="app_name">Noad Player</string>
<string name="app_version">v0.9.51 (July 10, 2019)</string>
<string name="app_version">v0.9.6 (August 12, 2019)</string>

<string name="action_settings">Settings</string>
<string name="action_timer">Set Sleep Time</string>
Expand Down

0 comments on commit be015b8

Please sign in to comment.