Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8821 from Ebola16/TV
Android TV: Add Open File and Install WAD
  • Loading branch information
JosJuice committed May 27, 2020
2 parents c62e6a3 + cfe1687 commit 53aff81
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -301,6 +301,14 @@ private ListRow buildSettingsRow()
R.drawable.ic_refresh_tv,
R.string.grid_menu_refresh));

rowItems.add(new TvSettingsItem(R.id.menu_open_file,
R.drawable.ic_play,
R.string.grid_menu_open_file));

rowItems.add(new TvSettingsItem(R.id.menu_install_wad,
R.drawable.ic_folder,
R.string.grid_menu_install_wad));

// Create a header for this row.
HeaderItem header =
new HeaderItem(R.string.preferences_settings, getString(R.string.preferences_settings));
Expand Down

0 comments on commit 53aff81

Please sign in to comment.