I would like to show the versionName to the user in a textview

<TextView
        android:id="@+id/verzion"
        android:text="@android:versionName"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content">
</TextView>

Is it possible to modify the value of android:text to have the
versionName in that without any java coding?

-- 
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

Reply via email to