Started activity and icon

This commit is contained in:
RicomenPL
2017-03-09 21:29:23 +01:00
parent de7e035db2
commit 317535d4e0
47 changed files with 701 additions and 79 deletions

View File

@ -0,0 +1,17 @@
package leszcz_team.wulkanowy;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}