Skeleton for ApplicationPlatformUI
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
*
|
||||
* * Copyright © 2019 by Navi Technologies Private Limited
|
||||
* * All rights reserved. Strictly confidential
|
||||
*
|
||||
*/
|
||||
|
||||
package com.navi.common.applicationplatform.ui.activity
|
||||
|
||||
import com.navi.common.model.ModuleNameV2
|
||||
import com.navi.common.ui.activity.BaseActivity
|
||||
|
||||
/**
|
||||
* Copyright © 2021 by Navi Technologies Private Limited
|
||||
* All rights reserved. Strictly confidential
|
||||
*/
|
||||
class ApplicationPlatformActivity : BaseActivity() {
|
||||
override val screenName: String
|
||||
get() = TODO("Not yet implemented")
|
||||
override val moduleName: ModuleNameV2
|
||||
get() = TODO("Not yet implemented")
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
*
|
||||
* * Copyright © 2019 by Navi Technologies Private Limited
|
||||
* * All rights reserved. Strictly confidential
|
||||
*
|
||||
*/
|
||||
|
||||
package com.navi.common.applicationplatform.ui.fragment
|
||||
|
||||
import com.navi.common.ui.fragment.BaseFragment
|
||||
|
||||
/**
|
||||
* Copyright © 2021 by Navi Technologies Private Limited
|
||||
* All rights reserved. Strictly confidential
|
||||
*/
|
||||
class ApplicationPlatformFormFragment : BaseFragment() {
|
||||
override val screenName: String
|
||||
get() = TODO("Not yet implemented")
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ /*
|
||||
~ * Copyright © 2019 by Navi Technologies Private Limited
|
||||
~ * All rights reserved. Strictly confidential
|
||||
~ */
|
||||
-->
|
||||
|
||||
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</View>
|
||||
Reference in New Issue
Block a user