File tree Expand file tree Collapse file tree 8 files changed +8
-11
lines changed
androidTest/java/dk/blekinge/dicerolla
java/dk/blekinge/dicerolla
test/java/dk/blekinge/dicerolla Expand file tree Collapse file tree 8 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ android {
4
4
compileSdkVersion 24
5
5
buildToolsVersion " 26.0.1"
6
6
defaultConfig {
7
- applicationId " dk.blekinge.diceroller "
7
+ applicationId " dk.blekinge.dicerolla "
8
8
minSdkVersion 14
9
9
targetSdkVersion 24
10
10
versionCode 1
Original file line number Diff line number Diff line change 1
- package dk .blekinge .diceroller ;
1
+ package dk .blekinge .dicerolla ;
2
2
3
3
import android .content .Context ;
4
4
import android .support .test .InstrumentationRegistry ;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" dk.blekinge.diceroller " >
3
+ package =" dk.blekinge.dicerolla " >
4
4
5
5
<application
6
6
android : allowBackup =" true"
Original file line number Diff line number Diff line change 1
- package dk .blekinge .diceroller ;
1
+ package dk .blekinge .dicerolla ;
2
2
3
3
import android .content .Intent ;
4
4
import android .graphics .Color ;
Original file line number Diff line number Diff line change 1
- package dk .blekinge .diceroller ;
1
+ package dk .blekinge .dicerolla ;
2
2
3
3
import android .content .Intent ;
4
4
import android .support .v7 .app .AppCompatActivity ;
5
5
import android .os .Bundle ;
6
6
import android .view .View ;
7
7
import android .widget .EditText ;
8
8
9
- import static android .R .id .message ;
10
- import static android .provider .AlarmClock .EXTRA_MESSAGE ;
11
-
12
9
public class MainActivity extends AppCompatActivity {
13
10
14
11
public static final String DICEPOOL = "dicepool" ;
Original file line number Diff line number Diff line change 4
4
xmlns : tools =" http://schemas.android.com/tools"
5
5
android : layout_width =" match_parent"
6
6
android : layout_height =" match_parent"
7
- tools : context =" dk.blekinge.diceroller .Buckets"
7
+ tools : context =" dk.blekinge.dicerolla .Buckets"
8
8
tools : layout_editor_absoluteY =" 81dp"
9
9
tools : layout_editor_absoluteX =" 0dp" >
10
10
Original file line number Diff line number Diff line change 4
4
xmlns : tools =" http://schemas.android.com/tools"
5
5
android : layout_width =" match_parent"
6
6
android : layout_height =" match_parent"
7
- tools : context =" dk.blekinge.diceroller .MainActivity" >
7
+ tools : context =" dk.blekinge.dicerolla .MainActivity" >
8
8
9
9
<EditText
10
10
android : id =" @+id/editText"
Original file line number Diff line number Diff line change 1
- package dk .blekinge .diceroller ;
1
+ package dk .blekinge .dicerolla ;
2
2
3
3
import org .junit .Test ;
4
4
You can’t perform that action at this time.
0 commit comments