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:
Finn M Glas 2020-06-23 22:11:45 +02:00
parent 0d85501d52
commit 7245834138
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
11 changed files with 11 additions and 11 deletions

View file

@ -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.*

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"