Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
TeamPrinterV2
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr
TeamPrinterV2
Commits
a3a5aba6
Commit
a3a5aba6
authored
Jul 23, 2024
by
Aleksandr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some errors
parent
243a655b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
app/src/main/AndroidManifest.xml
+16
-0
app/src/main/java/com/isidroid/c23/ui/screen/details/component/v2.kt
+2
-2
No files found.
app/src/main/AndroidManifest.xml
View file @
a3a5aba6
...
...
@@ -33,6 +33,22 @@
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.SEND"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:mimeType=
"image/*"
/>
<data
android:mimeType=
"application/pdf"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.SEND_MULTIPLE"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:mimeType=
"image/*"
/>
<data
android:mimeType=
"application/pdf"
/>
</intent-filter>
</activity>
...
...
app/src/main/java/com/isidroid/c23/ui/screen/details/component/v2.kt
View file @
a3a5aba6
...
...
@@ -137,8 +137,8 @@ private fun ColumnScope.SpotInfoComponent(
.
fillMaxWidth
()
.
padding
(
vertical
=
24
.
dp
)
.
weight
(
1f
),
shape
=
RoundedCornerShape
(
topStart
=
16
.
dp
,
topEnd
=
16
.
dp
,
bottomStart
=
0
.
dp
,
bottomEnd
=
0
.
dp
),
elevation
=
CardDefaults
.
cardElevation
(
defaultElevation
=
12
.
dp
)
shape
=
RoundedCornerShape
(
16
.
dp
),
elevation
=
CardDefaults
.
cardElevation
(
defaultElevation
=
4
.
dp
)
)
{
TPMapComponent
(
modifier
=
Modifier
,
...
...
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