File tree 3 files changed +5
-4
lines changed
java/net.minetest.minetest
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
public class MtNativeActivity extends NativeActivity {
11
11
12
12
static {
13
+ System .loadLibrary ("c++_shared" );
13
14
System .loadLibrary ("openal" );
14
15
System .loadLibrary ("ogg" );
15
16
System .loadLibrary ("vorbis" );
Original file line number Diff line number Diff line change 4
4
<style name =" AppTheme" parent =" @android:style/android:Theme.Material.Light.NoActionBar.Fullscreen" >
5
5
<item name =" android:windowNoTitle" >true</item >
6
6
<item name =" android:windowAnimationStyle" >@null</item >
7
- <item name =" android:background " >@drawable/bg</item >
7
+ <item name =" android:windowBackground " >@drawable/bg</item >
8
8
</style >
9
9
10
10
<style name =" Theme.Dialog" parent =" @android:style/Theme.Material.Light.Dialog.NoActionBar" />
11
11
12
- </resources >
12
+ </resources >
Original file line number Diff line number Diff line change 4
4
<style name =" AppTheme" parent =" @android:style/android:Theme.Holo.Light.NoActionBar.Fullscreen" >
5
5
<item name =" android:windowNoTitle" >true</item >
6
6
<item name =" android:windowAnimationStyle" >@null</item >
7
- <item name =" android:background " >@drawable/bg</item >
7
+ <item name =" android:windowBackground " >@drawable/bg</item >
8
8
</style >
9
9
10
10
<style name =" Theme.Dialog" parent =" @android:style/android:Theme.Holo.Light.Dialog.NoActionBar" />
11
11
12
- </resources >
12
+ </resources >
You can’t perform that action at this time.
0 commit comments