File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
kotlin/com/zrcoding/hackertab Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
android : supportsRtl =" true"
13
13
android : theme =" @style/Theme.Hackertab" >
14
14
<activity
15
- android : name =" .activities. MainActivity"
15
+ android : name =" .MainActivity"
16
16
android : exported =" true"
17
17
android : theme =" @style/Theme.App.Starting" >
18
18
<intent-filter >
File renamed without changes.
Original file line number Diff line number Diff line change 1
- package com.zrcoding.hackertab.activities
1
+ package com.zrcoding.hackertab
2
2
3
3
import android.os.Bundle
4
4
import androidx.activity.ComponentActivity
@@ -7,7 +7,7 @@ import androidx.compose.runtime.Composable
7
7
import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen
8
8
import androidx.navigation.compose.rememberNavController
9
9
import com.zrcoding.hackertab.design.theme.HackertabTheme
10
- import com.zrcoding.hackertab.features. navigation.MainNavHost
10
+ import com.zrcoding.hackertab.navigation.MainNavHost
11
11
import dagger.hilt.android.AndroidEntryPoint
12
12
13
13
@AndroidEntryPoint
Original file line number Diff line number Diff line change 1
- package com.zrcoding.hackertab.features. navigation
1
+ package com.zrcoding.hackertab.navigation
2
2
3
3
import androidx.compose.animation.AnimatedContentTransitionScope
4
4
import androidx.compose.animation.core.tween
Original file line number Diff line number Diff line change 1
- package com.zrcoding.hackertab.features. navigation
1
+ package com.zrcoding.hackertab.navigation
2
2
3
3
enum class Screen (val route : String ) {
4
4
HOME (" home" ),
Original file line number Diff line number Diff line change 1
- package com.zrcoding.hackertab.features. navigation
1
+ package com.zrcoding.hackertab.navigation
2
2
3
3
import androidx.compose.animation.AnimatedContentTransitionScope
4
4
import androidx.compose.animation.core.tween
Original file line number Diff line number Diff line change 1
- package com.zrcoding.hackertab.features. navigation
1
+ package com.zrcoding.hackertab.navigation
2
2
3
3
enum class SettingScreen (val route : String ) {
4
4
SETTING_MASTER (" setting_master" ),
You can’t perform that action at this time.
0 commit comments