More fixes to key remap dialog

This commit is contained in:
pelya
2013-01-15 21:03:54 +02:00
parent 20a8f192d9
commit 06ee4ffa40
9 changed files with 14 additions and 0 deletions

View File

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