project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/TeamSelectionActivity.java
equal
deleted
inserted
replaced
23 import java.util.ArrayList; |
23 import java.util.ArrayList; |
24 import java.util.HashMap; |
24 import java.util.HashMap; |
25 |
25 |
26 import org.hedgewars.hedgeroid.EngineProtocol.FrontendDataUtils; |
26 import org.hedgewars.hedgeroid.EngineProtocol.FrontendDataUtils; |
27 import org.hedgewars.hedgeroid.EngineProtocol.Team; |
27 import org.hedgewars.hedgeroid.EngineProtocol.Team; |
28 import org.hedgewars.mobile.R; |
|
29 |
28 |
30 import android.app.Activity; |
29 import android.app.Activity; |
31 import android.content.Intent; |
30 import android.content.Intent; |
32 import android.os.Bundle; |
31 import android.os.Bundle; |
33 import android.os.Parcelable; |
32 import android.os.Parcelable; |