This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.IOException; | |
import java.lang.reflect.Method; | |
import java.util.AbstractCollection; | |
import java.util.ArrayList; | |
import java.util.EnumSet; | |
import java.util.HashMap; | |
import java.util.Iterator; | |
import java.util.Map; | |
import android.media.AudioManager; | |
import android.media.MediaPlayer; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app_name = BallPaper | |
app_description = Simulates a set of multi-coloured balls. | |
menuHeader = Settings | |
menuPhysicsHeader = Settings > Physics | |
menuGraphicsHeader = Settings > Graphics | |
menuMiscHeader = Settings > Misc. | |
themes_title = Settings > Themes | |
version_number = 1.5.4 | |
sdCardSaveButtonEnabled = Save | |
sdCardSaveButtonDisabled = SD card is not available |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<app_description> --> Simulates a set of multi-coloured balls. | |
<menuHeader> --> Settings | |
<menuPhysicsHeader> --> Settings --> Physics | |
<menuGraphicsHeader> --> Settings --> Graphics | |
<menuMiscHeader> --> Settings --> Misc. | |
<themes_title> --> Settings --> Themes | |
<version_number> --> 1.6.5 | |
<sdCardSaveButtonEnabled> --> Save to SD | |
<sdCardSaveButtonDisabled> --> SD card is not available | |
<sdCardThemeHasBeenApplied> --> Theme has been applied to current profile |