in resourse values I have one xml file, here i have facebook_app_id value:
<string name="facebook_app_id">1769573166657682</string>
I need to reuse this values in another tag
<string name="fb_login_protocol_scheme">fb1769573166657682</string>
Can I use value of facebook_app_id like this?
<string name="fb_login_protocol_scheme">fb@string/facebook_app_id</string>