Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

how to hide the folders showing in PDFNavAct

More
9 years 7 months ago #11861 by rachnasagar
how to hide the folder showing in PDFNavAct and increase the thumbnail image side and font size .
More
9 years 7 months ago #11871 by nermeen
To hide the refresh icon, remove the following part from PDFGridAdt.set_dir:
Code:
{ 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
More
9 years 7 months ago #11875 by rachnasagar
how to set margin from left ,right and top in the screen for thumbnail ,name both ?
More
9 years 7 months ago #11884 by Davide
Hi,
you can use Android standard methods to change PDFGridItem style.
Time to create page: 0.408 seconds
Powered by Kunena Forum