Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

how to hide the folders showing in PDFNavAct 7 years 2 months ago #11861

  • rachnasagar
  • rachnasagar's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 69
  • Thank you received: 0
how to hide the folder showing in PDFNavAct and increase the thumbnail image side and font size .
Attachments:

Please Log in or Create an account to join the conversation.

how to hide the folders showing in PDFNavAct 7 years 2 months ago #11871

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
To hide the refresh icon, remove the following part from PDFGridAdt.set_dir:
{
	SnatchItem item = new SnatchItem();
	item.m_name = ".";
	item.m_path = null;
	item.m_item = new PDFGridItem(m_context, null);
	item.m_item.set_dir(item.m_name, item.m_path);
	insert_item( item );
}
To change the thumbnail size, change iw, ih in PDFGridItem.render

To change the font size, set the text size of m_name TextView in PDFGridItem.set_file

Please Log in or Create an account to join the conversation.

how to hide the folders showing in PDFNavAct 7 years 2 months ago #11875

  • rachnasagar
  • rachnasagar's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 69
  • Thank you received: 0
how to set margin from left ,right and top in the screen for thumbnail ,name both ?

Please Log in or Create an account to join the conversation.

how to hide the folders showing in PDFNavAct 7 years 2 months ago #11884

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
you can use Android standard methods to change PDFGridItem style.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum