嘿,我在一個Activity中實現了一個NestedScrollView,但是我不能像在ScrollView中那樣顯示滾動條,可以嗎?如何在NestedScrollView中顯示滾動條
我該如何展示它?
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/appBar">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipChildren="false"
android:clipToPadding="false"
android:orientation="vertical"
android:paddingLeft="@dimen/dimen_2"
android:paddingRight="@dimen/dimen_2">
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
你已經知道答案了,你寫了這個任務離子並同時回答。請不要這樣做! – rupinderjeet