mirror of
https://github.com/status-im/status-react.git
synced 2025-01-13 04:24:40 +00:00
Fix drag icon
Former-commit-id: 96ef6c34a8a4e33cf0c470075c4db4a23405e397
This commit is contained in:
parent
81055c30bd
commit
cf897d235a
android/app/src/main/res
drawable-hdpi
drawable-mdpi
drawable-xhdpi
drawable-xxhdpi
drawable-xxxhdpi
src/status_im/chat
Binary file not shown.
Before ![]() (image error) Size: 244 B After ![]() (image error) Size: 151 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 178 B After ![]() (image error) Size: 120 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 250 B After ![]() (image error) Size: 145 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 426 B After ![]() (image error) Size: 187 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 482 B After ![]() (image error) Size: 223 B ![]() ![]() |
@ -13,10 +13,16 @@
|
||||
{:height 16
|
||||
:alignItems :center})
|
||||
|
||||
(def drag-down-icon
|
||||
{:width 16
|
||||
:height 16
|
||||
:opacity 0.4})
|
||||
(def drag-container
|
||||
{:width 16
|
||||
:height 16})
|
||||
|
||||
(def drag-icon
|
||||
{:position :absolute
|
||||
:top 6.5
|
||||
:left 1
|
||||
:width 14
|
||||
:height 3})
|
||||
|
||||
(def command-icon-container
|
||||
{:marginTop 1
|
||||
|
@ -16,8 +16,8 @@
|
||||
:onPress (fn []
|
||||
;; TODO drag up/down
|
||||
)}
|
||||
[view nil
|
||||
[icon :drag-white st/drag-down-icon]]])
|
||||
[view st/drag-container
|
||||
[icon :drag-white st/drag-icon]]])
|
||||
|
||||
(defn command-icon []
|
||||
[view st/command-icon-container
|
||||
|
Loading…
x
Reference in New Issue
Block a user