-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add suggestions order by drag and drop
- Loading branch information
Showing
9 changed files
with
151 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,7 @@ Simple app that helps track how much time you spend on all the useless activitie | |
|
||
**Android App** | ||
|
||
Copyright (C) 2020-2024 | ||
Copyright (C) 2020-2025 | ||
Anton Razinkov [email protected] | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
|
@@ -128,7 +128,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. | |
|
||
**Wear OS App** | ||
|
||
Copyright (C) 2023-2024 | ||
Copyright (C) 2023-2025 | ||
Joseph Hale https://jhale.dev, [@kantahrek](https://github.com/kantahrek), Anton Razinkov [email protected] | ||
|
||
This Source Code Form is subject to the terms of the Mozilla Public | ||
|
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
6 changes: 6 additions & 0 deletions
6
core/src/main/java/com/example/util/simpletimetracker/core/utils/ViewConsts.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,6 @@ | ||
package com.example.util.simpletimetracker.core.utils | ||
|
||
const val ITEM_ALPHA_SELECTED = 0.7f | ||
const val ITEM_ALPHA_DEFAULT = 1.0f | ||
const val ITEM_SCALE_SELECTED = 1.1f | ||
const val ITEM_SCALE_DEFAULT = 1.0f |
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
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