File tree Expand file tree Collapse file tree
androidTest/java/me/jerryhanks/demo
test/java/me/jerryhanks/demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ android {
77 compileSdkVersion 27
88 buildToolsVersion " 26.0.2"
99 defaultConfig {
10- applicationId " me.jerryhanks.stepviewapp "
10+ applicationId " me.jerryhanks.demo "
1111 minSdkVersion 16
1212 targetSdkVersion 27
1313 versionCode 1
Original file line number Diff line number Diff line change 1- package me.jerryhanks.stepviewapp
1+ package me.jerryhanks.demo
22
3- import android.content.Context
43import android.support.test.InstrumentationRegistry
54import android.support.test.runner.AndroidJUnit4
65
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" me.jerryhanks.stepviewapp " >
3+ package =" me.jerryhanks.demo " >
44
55 <application
66 android : allowBackup =" true"
99 android : roundIcon =" @mipmap/ic_launcher_round"
1010 android : supportsRtl =" true"
1111 android : theme =" @style/AppTheme" >
12- <activity android : name =" .MainActivity" >
12+ <activity android : name =" me.jerryhanks.demo .MainActivity" >
1313 <intent-filter >
1414 <action android : name =" android.intent.action.MAIN" />
1515
Original file line number Diff line number Diff line change 1- package me.jerryhanks.stepviewapp
1+ package me.jerryhanks.demo
22
33import android.os.Bundle
44import android.support.v7.app.AppCompatActivity
Original file line number Diff line number Diff line change 1- package me.jerryhanks.stepviewapp
1+ package me.jerryhanks.demo
22
33import me.jerryhanks.timelineview.model.Status
44import me.jerryhanks.timelineview.model.TimeLine
Original file line number Diff line number Diff line change 44 xmlns : tools =" http://schemas.android.com/tools"
55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
7- tools : context =" me.jerryhanks.stepviewapp .MainActivity" >
7+ tools : context =" me.jerryhanks.demo .MainActivity" >
88
99 <TextView
1010 android : id =" @+id/caption"
Original file line number Diff line number Diff line change 1- package me.jerryhanks.stepviewapp
1+ package me.jerryhanks.demo
22
33import org.junit.Test
44
You can’t perform that action at this time.
0 commit comments