-
Notifications
You must be signed in to change notification settings - Fork 24
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 #186 from myofficework000/develop_youtube_feature
Started Facebook Demo Screen UI
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
app/src/main/java/com/example/jetpack_compose_all_in_one/demos/facebook/FacebookDemoUI.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,8 @@ | ||
package com.example.jetpack_compose_all_in_one.demos.facebook | ||
|
||
import androidx.compose.runtime.Composable | ||
|
||
@Composable | ||
fun FacebookDemoUI() { | ||
// Implement Facebook Demo UI | ||
} |
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