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应用程序,无论我做什么,状态栏下似乎都有一个阴影,附加了一个模型。关于如何删除它的任何想法?谢谢。
试试这个在javacode中的线性布局
LinearLayout ll = findViewById(your linear layout id) ll.setVerticalFadingEdgeEnabled(false);
我想你正在考虑褪色的边缘
试试你的布局
android:fadingEdge="none"