mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02: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
|
@ -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
Add a link
Reference in a new issue