generated from armorycodes/android-research-tech-deprecated
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from amirisback/develop/toggle-feature
SETUP :: TOGGLE FEATURE
- Loading branch information
Showing
33 changed files
with
400 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
app/src/main/java/com/frogobox/keyboard/model/KeyboardFeatureType.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package com.frogobox.keyboard.model | ||
|
||
/** | ||
* Created by Faisal Amir on 10/03/23 | ||
* https://github.com/amirisback | ||
*/ | ||
|
||
|
||
enum class KeyboardFeatureType(val id: String, val title: String) { | ||
NEWS("menu_news","News API"), | ||
MOVIE("menu_movie","Movie API"), | ||
WEB("menu_web","Search Website"), | ||
FORM("menu_form","Form"), | ||
AUTO_TEXT("menu_auto_text","Auto Text"), | ||
PLAY_STORE_APP("menu_play_store_app","App Play Store"), | ||
PLAY_STORE_GAME("menu_play_store_game","Game Play Store"), | ||
} |
17 changes: 0 additions & 17 deletions
17
app/src/main/java/com/frogobox/keyboard/model/KeyboardHeaderType.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.