2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-23 10:20:08 +01:00
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
====
[![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
#### Installation guide
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)",
"24 bit (RGB888)",
"16 bit (RGB565)",
"15 bit (RGBA5551)",
"12 bit (RGBA4444)",
"16 bit (RGBA5551)",
"16 bit (RGBA4444)",
"8 bit (RGB332)"
};
ArrayAdapter<String> adapter = new ArrayAdapter<String>(this,android.R.layout.simple_spinner_item, list);