i have TextView with fix width and height and want to set String "._MealTracker_2-MAR-2012_02-20PM.apk" but in textview only display "." could not get it. why its happen ?
<TextView
android:id="@+id/TextView01"
android:layout_width="60dp"
android:layout_height="20dp"
android:layout_gravity="bottom|center_horizontal"
android:layout_marginBottom="@dimen/bottom_margin"
android:text="._MealTracker_2-MAR-2012_02-20PM.apk"
android:textColor="@color/bgblue" />
Set Your text property