OneWhistle / whistle-xamarin

Whistle Xamarin project
0 stars 0 forks source link

Added Resources doesn't appear under Resource class (i.e: Resource.Layout.Test) #7

Closed talanta closed 10 years ago

talanta commented 10 years ago

Look at the project file (here: Whistle.Droid.csproj) You should have the MonoAndroidResourcePrefix property set like below:

  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<!-- Some nodes before -->
    <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<!-- Some nodes after -->
  </PropertyGroup>
rzee7 commented 10 years ago

I have added. What It means there?

talanta commented 10 years ago

Just to keep track. Do you remember when you want to change Layout to layout because inner resouces where not available under Resouce.Layout.XXXX ? We use to change the Build Action to "Android Resource" file by file. With the above modification, it's done once for all

rzee7 commented 10 years ago

Yeah, but It was done last week after your pushed changes I have took latest repo on my machine and then I haven't use this trick.

I have added that config setting inside my Whistle.Droid project you provided me on GitHub.

Thanks

On Wed, Aug 27, 2014 at 1:26 PM, talanta notifications@github.com wrote:

Just to keep track. Do you remember when you want to change Layout to layout because inner resouces where not available under Resouce.Layout.XXXX ? We use to change the Build Action to "Android Resource" file by file. With the above modification, it's done once for all

Reply to this email directly or view it on GitHub https://github.com/ramaprasanna/whistle-xamarin/issues/7#issuecomment-53537683 .

M. RIYAZ+918699276497 Chandigarh