搜索页面UI

This commit is contained in:
zhangyuanzhen
2020-01-06 15:52:29 +08:00
parent 9ad9722cd2
commit dc2a65ce4a
16 changed files with 247 additions and 60 deletions

View File

@@ -0,0 +1,17 @@
package com.mogo.module.navi;
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() {
assertEquals(4, 2 + 2);
}
}