project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/TeamCreatorActivity.java
changeset 6842 2e6391f33204
parent 6727 b3160a49f02e
child 7476 2fb781bbdd51
equal deleted inserted replaced
6840:c61f842621b8 6842:2e6391f33204
   309 					+ "Forts/"
   309 					+ "Forts/"
   310 					+ fortName + "L.png");
   310 					+ fortName + "L.png");
   311 			imgFort.setImageDrawable(fortIconDrawable);
   311 			imgFort.setImageDrawable(fortIconDrawable);
   312 			scroller.fullScroll(ScrollView.FOCUS_DOWN);// Scroll the scrollview
   312 			scroller.fullScroll(ScrollView.FOCUS_DOWN);// Scroll the scrollview
   313 			// to the bottom, work
   313 			// to the bottom, work
   314 			// around for scollview
   314 			// around for scrollview
   315 			// invalidation (scrolls
   315 			// invalidation (scrolls
   316 			// back to top)
   316 			// back to top)
   317 		}
   317 		}
   318 
   318 
   319 		public void onNothingSelected(AdapterView<?> arg0) {
   319 		public void onNothingSelected(AdapterView<?> arg0) {