android显示出现黑边,系统要怎么修改
1、找到style.xml,添加如下代码:<style name="SampleTheme.Light" parent="android:Theme.Holo.Light.DarkActionBar">

3、再在AndroidManifest.xml中找到此dialog所在的activity添加如下代码:android:theme="@style/SampleTheme.Light"

5、 android:screenOrientation="portrait" android:them髫潋啜缅e="@style/SampleTheme.Light" > </activity>
