File tree 4 files changed +3
-47
lines changed
androidTest/java/com/enofeb/socially
java/com/example/socially
test/java/com/enofeb/socially
4 files changed +3
-47
lines changed Load Diff This file was deleted.
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 =" com.enofeb .socially" >
3
+ package =" com.example .socially" >
4
4
5
5
<application
6
6
android : allowBackup =" true"
10
10
android : supportsRtl =" true"
11
11
android : theme =" @style/Theme.Socially" >
12
12
<activity
13
- android : name =" .MainActivity"
13
+ android : name =" com.example.socially .MainActivity"
14
14
android : exported =" true" >
15
15
<intent-filter >
16
16
<action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change 1
- package com.enofeb .socially
1
+ package com.example .socially
2
2
3
3
import androidx.appcompat.app.AppCompatActivity
4
4
import android.os.Bundle
5
- import android.util.Log
6
- import android.util.Patterns
7
5
import android.widget.Toast
8
6
import com.enofeb.socially.rule.Rule
9
7
import com.enofeb.socially.view.SocialTextView
10
- import java.util.regex.Pattern
11
8
12
9
class MainActivity : AppCompatActivity () {
13
10
override fun onCreate (savedInstanceState : Bundle ? ) {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments