Hi,

below  is the textview and i want to use it in multiple layout files.but i 
want to change the text of  the textview when i use it in multiple layout 
files?

<?xml version="1.0" encoding="utf-8"?>
<TextView
        xmlns:android="http://schemas.android.com/apk/res/android";
        android:layout_width="45dip"
        android:layout_height="50dip"
        android:text="2"
        android:textColor="#ffffff"
        android:gravity="center"
       />

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to