Skip to content

Commit

Permalink
added categories
Browse files Browse the repository at this point in the history
  • Loading branch information
gilokimu committed Nov 2, 2019
1 parent 24c4549 commit 0b3045a
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 24 deletions.
110 changes: 107 additions & 3 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/src/main/res/layout/single_order_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:layout_marginTop="16dp"
>

<LinearLayout
<LinearLayou
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="top"
Expand Down Expand Up @@ -129,7 +129,7 @@
</LinearLayout>


</LinearLayout>
</LinearLayou>

<View
android:layout_width="match_parent"
Expand Down
17 changes: 0 additions & 17 deletions woodroid/src/test/java/me/gilo/woodroid/ExampleUnitTest.java

This file was deleted.

18 changes: 18 additions & 0 deletions woodroid/src/test/java/me/gilo/woodroid/ExampleUnitTest.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package me.gilo.woodroid

import org.junit.Test

import org.junit.Assert.*

/**
* Example local unit test, which will execute on the development machine (host).
*
* @see [Testing documentation](http://d.android.com/tools/testing)
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, (2 + 2).toLong())
}
}

0 comments on commit 0b3045a

Please sign in to comment.