Merge branch 'master' of https://github.com/FWGS/xash3d-android-project
This commit is contained in:
commit
05ff89f1a3
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
====
|
====
|
||||||
Xash3D Android
|
Xash3D Android
|
||||||
====
|
====
|
||||||
[](https://travis-ci.org/SDLash3D/xash3d-android-project)
|
[](https://travis-ci.org/FWGS/xash3d-android-project)
|
||||||
### Users
|
### Users
|
||||||
#### Installation guide
|
#### Installation guide
|
||||||
0. Download the APK and extras.7z from Github Releases. https://github.com/SDLash3D/xash3d-android-project/releases/latest
|
0. Download the APK and extras.7z from Github Releases. https://github.com/SDLash3D/xash3d-android-project/releases/latest
|
||||||
|
|
|
@ -127,8 +127,8 @@ public class LauncherActivity extends Activity {
|
||||||
"32 bit (RGBA8888)",
|
"32 bit (RGBA8888)",
|
||||||
"24 bit (RGB888)",
|
"24 bit (RGB888)",
|
||||||
"16 bit (RGB565)",
|
"16 bit (RGB565)",
|
||||||
"15 bit (RGBA5551)",
|
"16 bit (RGBA5551)",
|
||||||
"12 bit (RGBA4444)",
|
"16 bit (RGBA4444)",
|
||||||
"8 bit (RGB332)"
|
"8 bit (RGB332)"
|
||||||
};
|
};
|
||||||
ArrayAdapter<String> adapter = new ArrayAdapter<String>(this,android.R.layout.simple_spinner_item, list);
|
ArrayAdapter<String> adapter = new ArrayAdapter<String>(this,android.R.layout.simple_spinner_item, list);
|
||||||
|
|
Loading…
Add table
Reference in a new issue