i am new to android so i have got a quite basic question. I am trying to change the font of the text in my navigation drawer, but i do not know how to get this textview...
i am talking of the title above and not the textviews of the sliding menu...
my concret question:
where can i find the drawer_layout to get the id of the textview of the navigation drawer?
mDrawerLayout = (DrawerLayout) findViewById(R.id.drawer_layout);
I find out which layout i am using for the drawer, but it is not part of the layouts i created. where can i find these one? In the end i want to call the methode setTypface() to change the font. Is that the right way?