Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、phonegap を使用して Android アプリを作成していますが、何をしても、ステータス バーの下に影があり、モックアップが添付されているようです。それを削除する方法についてのアイデアはありますか?ありがとう。
私はあなたがフェードエッジについて取っていると思います
あなたのレイアウトで試してみてください
android:fadingEdge="none"
Javacodeの線形レイアウトでこれを試してください
LinearLayout ll = findViewById(your linear layout id) ll.setVerticalFadingEdgeEnabled(false);