mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-30 01:24:07 +00:00
Compare commits
1 Commits
jb_cln_boo
...
x7z4w-tap
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f60394f171 |
@@ -66,4 +66,13 @@
|
||||
</declare-styleable>
|
||||
|
||||
<attr name="accentColorSelector" format="color"/>
|
||||
<attr name="bookingFilterTitleColor" format="color"/>
|
||||
<attr name="adsRemovalOptionsBg" format="reference"/>
|
||||
<attr name="adsRemovalOptionsDivider" format="color"/>
|
||||
<attr name="icClearRounded" format="reference"/>
|
||||
<attr name="bookmarkSubscriptionScreenBg" format="reference"/>
|
||||
<attr name="bookmarkSubscriptionCardEdge" format="reference"/>
|
||||
<attr name="bookmarkSubscriptionCardBg" format="color"/>
|
||||
<attr name="bookmarkSubscriptionCardTextColor" format="color"/>
|
||||
<attr name="imgPromoBookingTitle" format="reference"/>
|
||||
</resources>
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
{
|
||||
"World": {
|
||||
"languages": ["int_name", "en", "default"]
|
||||
},
|
||||
"WorldCoasts": {
|
||||
"languages": ["int_name", "en", "default"]
|
||||
},
|
||||
"Abkhazia": {
|
||||
"languages": ["ab", "ru"]
|
||||
},
|
||||
|
||||
@@ -31,8 +31,8 @@ namespace df
|
||||
{
|
||||
namespace
|
||||
{
|
||||
uint64_t constexpr kDoubleTapPauseMs = 250;
|
||||
uint64_t constexpr kLongTouchMs = 500;
|
||||
uint64_t constexpr kDoubleTapPauseMs = 200;
|
||||
uint64_t constexpr kLongTouchMs = 700;
|
||||
uint64_t constexpr kKineticDelayMs = 500;
|
||||
|
||||
float constexpr kForceTapThreshold = 0.75;
|
||||
|
||||
Reference in New Issue
Block a user