More fixes to key remap dialog
@@ -2223,6 +2223,20 @@ class Settings
|
||||
boundary.setImageBitmap(boundaryBmp);
|
||||
layout.addView(boundary);
|
||||
currentButton = 0;
|
||||
if( Globals.TouchscreenKeyboardTheme == 2 )
|
||||
{
|
||||
int buttons2[] = {
|
||||
R.drawable.sun_dpad,
|
||||
R.drawable.sun_keyboard,
|
||||
R.drawable.sun_b1,
|
||||
R.drawable.sun_b2,
|
||||
R.drawable.sun_b3,
|
||||
R.drawable.sun_b4,
|
||||
R.drawable.sun_b5,
|
||||
R.drawable.sun_b6
|
||||
};
|
||||
buttons = buttons2;
|
||||
}
|
||||
setupButton(true);
|
||||
}
|
||||
|
||||
|
||||
BIN
project/res/drawable/sun_b1.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
project/res/drawable/sun_b2.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
project/res/drawable/sun_b3.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
project/res/drawable/sun_b4.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
project/res/drawable/sun_b5.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
project/res/drawable/sun_b6.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
project/res/drawable/sun_dpad.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
project/res/drawable/sun_keyboard.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |