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 8499539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:41:44+00:00 2026-06-11T00:41:44+00:00

I cannot figure out why the Graphical-layout does not show all texts in the

  • 0

I cannot figure out why the Graphical-layout does not show all texts in the below xml file.

I do see the “X”, I see my background icon, I see the content of “@string/remaining” in the emulator, “@dimen/*” are defined and not equal to 0 and no warning/error is reported from the xml file checker (I am using Eclipse).
In the graphical layout, neither “@string/remaining” nor “99” appear.

Purpose of this xml file is to design a gridView cell, representing a Scrabble(R) letter, and how many of them have not been played yet. So there will be more or less 26 of these cells in my main activity.
Values:

@string/remaining = "Left: "
@dimen/ic_size = 68px
@dimen/remaining_size = 12dip
@dimen/coin_size = 14dip

gridcell.xml:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/ic_size"
android:layout_height="@dimen/ic_size"
android:background="@drawable/ic_empty_coin"
android:orientation="vertical">
<TextView
    android:id="@+id/lbl_Cell_Letter"
    android:layout_width="@dimen/ic_size"
    android:layout_height="wrap_content"
    android:gravity="center_horizontal|top"
    android:textColor="#000000"
    android:textSize="@dimen/letter_size"
    android:text="X"
    android:textStyle="bold"/>
<LinearLayout
    android:layout_width="@dimen/ic_size"
    android:layout_height="wrap_content"
    android:layout_gravity="center_horizontal|top"
    android:orientation="horizontal">
        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="left"
            android:textColor="#000000"
            android:textSize="@dimen/remaining_size"
            android:textStyle="italic"
            android:text="@string/remaining"/>
        <TextView
            android:id="@+id/lbl_Cell_Number"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="right"
            android:textColor="#000000"
            android:textSize="@dimen/coin_size"
            android:text="99"
            android:textStyle="italic" />
</LinearLayout>
</LinearLayout>

Any idea?!
in the emulator, I do not get what I expect… otherwise I would not even care what I see in the Graphical-layout!

This is my first question on stackOverflow, please be nice with me! 🙂

Thomas.

  • 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-06-11T00:41:45+00:00Added an answer on June 11, 2026 at 12:41 am

    It’s one of the long standing bugs in the Graphical layout.

    You have to remove italics to see it in the Graphical Layout (a major annoyance).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I cannot figure out how to get rid of errors that should not be
I cannot figure out why in the following code (a larger page with all
I cannot figure out why my array is not working, I have $carrier coming
I cannot figure out why this is not working. Can anyone explain to me
I cannot figure out where to place the ORDER BY statement below... Any help
I cannot figure out how to get the all the ItemDetail nodes in the
I cannot figure out how to prove an existence is true or not; static
Cannot figure this out, how to find the translated position of the background relative
I cannot figure out why rails/ruby cannot see this gem, despite each telling me
Cannot figure out, where to change EOF in PyCharm. My scripts start with :

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.