i tried with xml file and with code to add shadow to custom font without any success
my code is
TextView text=(TextView)findViewById(R.id.text1);
Typeface tf = Typeface.createFromAsset(getAssets(), "fonts/gillsans.ttf");
text.setTypeface(tf);
i tried with xml file and with code to add shadow to custom font without any success
my code is
TextView text=(TextView)findViewById(R.id.text1);
Typeface tf = Typeface.createFromAsset(getAssets(), "fonts/gillsans.ttf");
text.setTypeface(tf);
use this:
Activity.class :
main.xml:
Did you set the related shadow attributes?