1

私の horizo​​ntalScrollView が表示されます noraml.今、画面をロックしてから開くと、 horizo​​ntalScrollView が消えます.しかし、ジンジャーブレッドではうまく機能します.理由は何ですか?誰かが私を助けることができますか?

ここにJavaコードがあります:

    View view = LayoutInflater.from(this).inflate(R.layout.shop_bottom_tips, null);
    RelativeLayout shopLayout (RelativeLayout)view.findViewById(R.id.shop_tips_layout_id);
    AsyncImageView imageView = (AsyncImageView) view.findViewById(R.id.shop_tips_img_id);
    for(...) {
      //add child to the view.
   }

レイアウトコード:

<HorizontalScrollView
    android:id="@+id/horizontalScrollView"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:scrollbars="none" >

    <LinearLayout
        android:id="@+id/poster_shop_layout"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:orientation="horizontal" >
    </LinearLayout>
</HorizontalScrollView>
4

0 に答える 0