mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
Rename launcher.tutorial.tab
to launcher.tutorial.tabs
As plural fits better. As this changes many files, it is a separate commit.
This commit is contained in:
parent
0d85501d52
commit
7245834138
11 changed files with 11 additions and 11 deletions
|
@ -10,7 +10,7 @@ import androidx.fragment.app.FragmentManager
|
|||
import androidx.fragment.app.FragmentPagerAdapter
|
||||
import androidx.viewpager.widget.ViewPager
|
||||
import com.finnmglas.launcher.*
|
||||
import com.finnmglas.launcher.tutorial.tab.*
|
||||
import com.finnmglas.launcher.tutorial.tabs.*
|
||||
import com.google.android.material.tabs.TabLayout
|
||||
import kotlinx.android.synthetic.main.tutorial.*
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.finnmglas.launcher.tutorial.tab
|
||||
package com.finnmglas.launcher.tutorial.tabs
|
||||
|
||||
import android.os.Bundle
|
||||
import androidx.fragment.app.Fragment
|
|
@ -1,4 +1,4 @@
|
|||
package com.finnmglas.launcher.tutorial.tab
|
||||
package com.finnmglas.launcher.tutorial.tabs
|
||||
|
||||
import android.os.Bundle
|
||||
import androidx.fragment.app.Fragment
|
|
@ -1,4 +1,4 @@
|
|||
package com.finnmglas.launcher.tutorial.tab
|
||||
package com.finnmglas.launcher.tutorial.tabs
|
||||
|
||||
import android.os.Bundle
|
||||
import androidx.fragment.app.Fragment
|
|
@ -1,4 +1,4 @@
|
|||
package com.finnmglas.launcher.tutorial.tab
|
||||
package com.finnmglas.launcher.tutorial.tabs
|
||||
|
||||
import android.os.Bundle
|
||||
import androidx.fragment.app.Fragment
|
|
@ -1,4 +1,4 @@
|
|||
package com.finnmglas.launcher.tutorial.tab
|
||||
package com.finnmglas.launcher.tutorial.tabs
|
||||
|
||||
import android.os.Bundle
|
||||
import androidx.fragment.app.Fragment
|
|
@ -9,7 +9,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/colorPrimary"
|
||||
tools:context=".tutorial.tab.TutorialFragmentConcept">
|
||||
tools:context=".tutorial.tabs.TutorialFragmentConcept">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tutorial_concept_title"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/colorPrimary"
|
||||
tools:context=".tutorial.tab.TutorialFragmentFinish">
|
||||
tools:context=".tutorial.tabs.TutorialFragmentFinish">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tutorial_finish_title"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
android:background="?attr/colorPrimary"
|
||||
android:paddingLeft="32sp"
|
||||
android:paddingRight="32sp"
|
||||
tools:context=".tutorial.tab.TutorialFragmentSetup">
|
||||
tools:context=".tutorial.tabs.TutorialFragmentSetup">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tutorial_setup_title"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/colorPrimary"
|
||||
tools:context=".tutorial.tab.TutorialFragmentStart">
|
||||
tools:context=".tutorial.tabs.TutorialFragmentStart">
|
||||
|
||||
<com.finnmglas.launcher.libraries.FontAwesome
|
||||
android:id="@+id/tutorial_start_icon_right_2"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
android:background="?attr/colorPrimary"
|
||||
android:paddingLeft="32sp"
|
||||
android:paddingRight="32sp"
|
||||
tools:context=".tutorial.tab.TutorialFragmentUsage">
|
||||
tools:context=".tutorial.tabs.TutorialFragmentUsage">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tutorial_usage_title"
|
||||
|
|
Loading…
Add table
Reference in a new issue