For displaying showing of 1-1 in views is quite tricky.
You just need to create views tpl file. I take it that you know how to create a tpl file for view in drupal 7.
I am using the views-view--viewname.tpl.php, i have list style in my tpl file.
In your tpl file just add the below links whereever you want to display the number of pages showing.
<?php
global $pager_page_array, $pager_total, $pager_limits;