Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6757193
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:37:01+00:00 2026-05-26T13:37:01+00:00

I have a problem..I use a different font,and only 1 button actually shows the

  • 0

I have a problem..I use a different font,and only 1 button actually shows the text with that font…
Only the continue button actually shows the right font!!
I’ll give the code,because I tried to fix it,but I failed…Maybe you can fix it:

 Typeface tf = Typeface.createFromAsset(getAssets(),
                "fonts/TYPOGRAPH PRO Ultra Light.ttf");

        TextView tv = (TextView) findViewById(R.id.continuebutton);
        tv.setTypeface(tf);


        TextView tv2 = (TextView) findViewById(R.id.newgame);
        tv.setTypeface(tf);

        TextView tv3 = (TextView) findViewById(R.id.aboutbutton);
        tv.setTypeface(tf);

        TextView tv4 = (TextView) findViewById(R.id.exit);
        tv.setTypeface(tf);

and on xml:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="horizontal"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:padding="30dip" android:background="@drawable/pickip">


    <LinearLayout
    android:orientation="vertical"
    android:layout_height="wrap_content"
    android:layout_width="fill_parent"
    android:layout_gravity="center">



<Button

     android:layout_width="fill_parent"
     android:layout_height="wrap_content"
     android:text="Continue"
     android:id="@+id/continuebutton"
     android:background="@android:color/transparent"
     android:textColor="@android:color/white"
     android:textSize="32dp"
      />
<Button
android:id="@+id/newgame"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="New Game"
android:background="@android:color/transparent"
android:textColor="@android:color/white"
android:textSize="32dp"
/>
<Button
android:id="@+id/aboutbutton"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="About"
android:background="@android:color/transparent"
android:textColor="@android:color/white"
android:textSize="32dp"
/>
<Button
android:id="@+id/exit"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Exit"
android:background="@android:color/transparent"
android:textColor="@android:color/white"
android:textSize="32dp"
/>

     </LinearLayout>
</LinearLayout>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T13:37:01+00:00Added an answer on May 26, 2026 at 1:37 pm

    You are using tv.setTypface always… you must change it to tv2, tv3, etc.

        TextView tv = (TextView) findViewById(R.id.continuebutton);
        tv.setTypeface(tf);
    
    
        TextView tv2 = (TextView) findViewById(R.id.newgame);
        tv2.setTypeface(tf);
    
        TextView tv3 = (TextView) findViewById(R.id.aboutbutton);
        tv3.setTypeface(tf);
    
        TextView tv4 = (TextView) findViewById(R.id.exit);
        tv4.setTypeface(tf);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In a couple of scripts that I use I have problem that is intermittent.
I have a problem in php code inserting values into database (I use PHPMyAdmin).
I try to use Helvetica font with size 13 pt. I have a problem,
i have problem use link_to_remote link_to_remote document example say link_to_remote Delete this post, :update
I have found a problem with use JQuery timeout, i have a page with
I have problem with setting proper charset on my jsf pages. I use MySql
I have quite a problem concerning the use of relational database concepts in Delphi
Ok I have this problem I'm trying to use Jquery to load a partial
I have a problem with ViewHolder class. I use ViewHolder to improve my List
I have a problem with a bash script. I have to use the operator

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.