我有一个嵌套的Scrollview,其中有一个GridView。 对于嵌套的scrollview,我得到了这个:
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
android:id="@+id/nestedscrollview"
android:layout_height="match_parent"
android:fillViewport="true"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
我查看了字符串目录,但没有名为&#34; appbar_scrolling_view_behavior&#34;的字符串。而且我没有任何错误。
我在哪里可以找到名为&#34的字符串; appbar_scrolling_view_behavior&#34;?