Added files to git
This commit is contained in:
parent
91b02fa3c2
commit
ed065c3108
6
.idea/copyright/Frajul.xml
generated
Normal file
6
.idea/copyright/Frajul.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<component name="CopyrightManager">
|
||||
<copyright>
|
||||
<option name="myName" value="Frajul" />
|
||||
<option name="notice" value="Created by Julian Mutter on &#36;today Copyright (c) &#36;today.year. All rights reserved. Last modified &#36;file.lastModified " />
|
||||
</copyright>
|
||||
</component>
|
7
.idea/copyright/profiles_settings.xml
generated
Normal file
7
.idea/copyright/profiles_settings.xml
generated
Normal file
@ -0,0 +1,7 @@
|
||||
<component name="CopyrightManager">
|
||||
<settings default="Frajul">
|
||||
<module2copyright>
|
||||
<element module="Project Files" copyright="Frajul" />
|
||||
</module2copyright>
|
||||
</settings>
|
||||
</component>
|
3
.idea/dictionaries/julian.xml
generated
Normal file
3
.idea/dictionaries/julian.xml
generated
Normal file
@ -0,0 +1,3 @@
|
||||
<component name="ProjectDictionaryState">
|
||||
<dictionary name="julian" />
|
||||
</component>
|
15
app/src/main/res/values/dimens.xml
Normal file
15
app/src/main/res/values/dimens.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Created by Julian Mutter on 7/10/18 3:58 PM
|
||||
~ Copyright (c) 2018. All rights reserved.
|
||||
~ Last modified 7/10/18 3:54 PM
|
||||
~
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<dimen name="credits_margin_between_categories">50dp</dimen>
|
||||
<dimen name="tool_inspector_width">170dp</dimen>
|
||||
<dimen name="shape_inspector_width">170dp</dimen>
|
||||
<dimen name="tool_button_width">70dp</dimen>
|
||||
<dimen name="tool_button_height">60dp</dimen>
|
||||
</resources>
|
27
app/src/test/java/de/frajul/endlessroll/ExampleUnitTest.java
Normal file
27
app/src/test/java/de/frajul/endlessroll/ExampleUnitTest.java
Normal file
@ -0,0 +1,27 @@
|
||||
/*
|
||||
* Created by Julian Mutter on 7/10/18 3:58 PM
|
||||
* Copyright (c) 2018. All rights reserved.
|
||||
* Last modified 7/10/18 3:54 PM
|
||||
*
|
||||
*/
|
||||
|
||||
package de.frajul.endlessroll;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
/**
|
||||
* To work on unit tests, switch the Test Artifact in the Build Variants view.
|
||||
*/
|
||||
public class ExampleUnitTest {
|
||||
@Test
|
||||
public void addition_isCorrect() {
|
||||
assertEquals(4, 2 + 2);
|
||||
}
|
||||
@Test
|
||||
public void myTest() {
|
||||
String s = String.format("test %d%%", 15);
|
||||
System.out.println(s);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user