Re: [android-developers] Error with app:layout_behavior

2016-06-18 Thread TreKing
On Thu, Jun 16, 2016 at 12:31 AM, Kevin Chen wrote: > > The error appears to be associated with the "app:layout_behavior" > attribute in the following section of code: > This attribute and the scrolling view behavior string is defined in the design support library, so

Re: [android-developers] Error with app:layout_behavior

2016-06-16 Thread Kevin Chen
Hello, Thank you for your response. However, based on my intuition/inference, @string/appbar_scrolling_view_ behavior, is a special string resource object that the Android OS would automatically recognize. This is because this value is used in many other contexts. Here are just a couple

Re: [android-developers] Error with app:layout_behavior

2016-06-15 Thread sardar khan
you should add a string resource in the res/values/string folder . check below in the tutorial to show how to add string resource https://developer.android.com/training/basics/firstapp/building-ui.html On Thu, Jun 16, 2016 at 10:31 AM, Kevin Chen wrote: > Hello, > > I

[android-developers] Error with app:layout_behavior

2016-06-15 Thread Kevin Chen
Hello, I am a new android programmer trying to complete this tutorial: https://developer.android.com/training/basics/firstapp/building-ui.html After following all the instructions on the above page and running the code, I get the following error: Error:(2) No resource identifier found for