int titleId = getResources().getIdentifier("action_bar_title","id","android");
TextView yourTextView =(TextView) findViewById(titleId);
yourTextView.setTextColor(getResources().getColor(R.color.black));
yourTextView.setTypeface(face);
حساب
آموزش هوش مصنوعی برای برنامه نویسان
وبینار ها
سلام.
دوستان اگر برای تغییر فونت تایتل برنامه راهکاری دارین ارائه کنید.
من خودم به یه کد رسیدم تو stack over flow اما نمیتونم ازش استفاده کنم.
متن کد:
int titleId = getResources().getIdentifier("action_bar_title","id","android");
TextView yourTextView =(TextView) findViewById(titleId);
yourTextView.setTextColor(getResources().getColor(R.color.black));
yourTextView.setTypeface(face);
سلام.
دوستان اگر برای تغییر فونت تایتل برنامه راهکاری دارین ارائه کنید.
من خودم به یه کد رسیدم تو stack over flow اما نمیتونم ازش استفاده کنم.
متن کد:
int titleId = getResources().getIdentifier("action_bar_title","id","android");
TextView yourTextView =(TextView) findViewById(titleId);
yourTextView.setTextColor(getResources().getColor(R.color.black));
yourTextView.setTypeface(face);