- Posts: 69
- Thank you received: 0
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
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
9 years 7 months ago #11861
by rachnasagar
how to hide the folders showing in PDFNavAct was created by rachnasagar
9 years 7 months ago #11871
by nermeen
Replied by nermeen on topic how to hide the folders showing in PDFNavAct
To hide the refresh icon, remove the following part from PDFGridAdt.set_dir:
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
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 font size, set the text size of m_name TextView in PDFGridItem.set_file
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 69
- Thank you received: 0
9 years 7 months ago #11875
by rachnasagar
Replied by rachnasagar on topic how to hide the folders showing in PDFNavAct
how to set margin from left ,right and top in the screen for thumbnail ,name both ?
Time to create page: 0.408 seconds