-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd762f5
commit 2f33c16
Showing
6 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
19 changes: 19 additions & 0 deletions
19
HizariDropDown/src/main/java/com/hizaridropdown/TestClass.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,19 @@ | ||
package com.hizaridropdown | ||
|
||
import android.util.Log | ||
|
||
/** | ||
* hizari-ui - com.hizaridropdown | ||
* | ||
* Created by Hudio Hizari on 01/03/23. | ||
* https://github.com/hudiohizari | ||
* | ||
*/ | ||
|
||
object TestClass { | ||
|
||
fun test() { | ||
Log.d("TestClass HDD", "test") | ||
} | ||
|
||
} |
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
19 changes: 19 additions & 0 deletions
19
HizariEditText/src/main/java/com/hizariedittext/TestClass.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,19 @@ | ||
package com.hizariedittext | ||
|
||
import android.util.Log | ||
|
||
/** | ||
* hizari-ui - com.hizaridropdown | ||
* | ||
* Created by Hudio Hizari on 01/03/23. | ||
* https://github.com/hudiohizari | ||
* | ||
*/ | ||
|
||
object TestClass { | ||
|
||
fun test() { | ||
Log.d("TestClass HET", "test") | ||
} | ||
|
||
} |
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,2 @@ | ||
jdk: | ||
- openjdk11 |