Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
android_20250623
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
android_20250623
Commits
75f3091e
Commit
75f3091e
authored
Jun 23, 2025
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Androidek
parent
5aa5348f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
vcs.xml
Projekt1/.idea/vcs.xml
+4
-1
MainActivity.kt
...t1/app/src/main/java/com/example/projekt1/MainActivity.kt
+3
-2
No files found.
Projekt1/.idea/vcs.xml
View file @
75f3091e
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"VcsDirectoryMappings"
defaultProject=
"true"
/>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
"$PROJECT_DIR$/.."
vcs=
"Git"
/>
</component>
</project>
</project>
\ No newline at end of file
Projekt1/app/src/main/java/com/example/projekt1/MainActivity.kt
View file @
75f3091e
...
@@ -21,7 +21,7 @@ class MainActivity : ComponentActivity() {
...
@@ -21,7 +21,7 @@ class MainActivity : ComponentActivity() {
Projekt1Theme
{
Projekt1Theme
{
Scaffold
(
modifier
=
Modifier
.
fillMaxSize
())
{
innerPadding
->
Scaffold
(
modifier
=
Modifier
.
fillMaxSize
())
{
innerPadding
->
Greeting
(
Greeting
(
name
=
"Android"
,
name
=
"Android
ek
"
,
modifier
=
Modifier
.
padding
(
innerPadding
)
modifier
=
Modifier
.
padding
(
innerPadding
)
)
)
}
}
...
@@ -42,6 +42,6 @@ fun Greeting(name: String, modifier: Modifier = Modifier) {
...
@@ -42,6 +42,6 @@ fun Greeting(name: String, modifier: Modifier = Modifier) {
@Composable
@Composable
fun
GreetingPreview
()
{
fun
GreetingPreview
()
{
Projekt1Theme
{
Projekt1Theme
{
Greeting
(
"Android"
)
Greeting
(
"Android
ek
"
)
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment