This commit is contained in:
a1batross 2016-09-04 00:17:29 +03:00
commit 05ff89f1a3
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
==== ====
Xash3D Android Xash3D Android
==== ====
[![Build Status](https://travis-ci.org/SDLash3D/xash3d-android-project.svg)](https://travis-ci.org/SDLash3D/xash3d-android-project) [![Build Status](https://travis-ci.org/FWGS/xash3d-android-project.svg)](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

View file

@ -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);