mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-11 09:00:15 -07:00
Vector Right Click image
This commit is contained in:
parent
407710f61d
commit
d5f9db0446
8 changed files with 7 additions and 16 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 488 B |
6
app_2009scape/src/main/res/drawable/ic_rightclick.xml
Normal file
6
app_2009scape/src/main/res/drawable/ic_rightclick.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<vector android:height="24dp" android:viewportHeight="31.99997"
|
||||
android:tint="#d9d9d9"
|
||||
android:viewportWidth="21.750898" android:width="16.313189dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white"
|
||||
android:pathData="m9.0294,31.9676c-0.6169,-0.0735 -1.4956,-0.2663 -2.0342,-0.4463 -3.3117,-1.1065 -5.8242,-3.7877 -6.6877,-7.1365 -0.3207,-1.2439 -0.3074,-0.8818 -0.3074,-8.3777 0,-6.2835 0.006,-6.811 0.0845,-7.3128 0.6874,-4.4017 3.9574,-7.7538 8.357,-8.5671 0.4596,-0.085 0.7739,-0.1032 2.092,-0.1214 1.0221,-0.0141 1.7279,-0.0023 2.0692,0.0345 4.8758,0.5261 8.6528,4.3619 9.1001,9.2418 0.0642,0.7004 0.0639,12.7549 -0.0004,13.4499 -0.4277,4.6273 -3.804,8.298 -8.4171,9.1508 -0.473,0.0875 -0.7502,0.1018 -2.2103,0.1148 -0.9182,0.008 -1.8388,-0.005 -2.0457,-0.03zM12.0627,29.9984c0.3751,-0.0245 0.8833,-0.086 1.1295,-0.1368 3.2547,-0.6716 5.7065,-3.1323 6.4025,-6.4256l0.109,-0.5159 0.0138,-5.3729 0.0137,-5.3729h-2.7001,-2.7001l-0.0218,0.7642c-0.0241,0.8468 -0.0994,1.1462 -0.4095,1.6296 -0.1922,0.2996 -0.6179,0.6947 -0.9307,0.8639 -0.46,0.2488 -0.8651,0.3165 -1.8897,0.3156 -0.6191,-0.0005 -1.026,-0.023 -1.2404,-0.0684 -0.9035,-0.1914 -1.6388,-0.8675 -1.9197,-1.7648 -0.0705,-0.2254 -0.1028,-0.4941 -0.1229,-1.0229l-0.0273,-0.7172h-2.8851,-2.8851v5.1762c0,5.7377 -0.002,5.6891 0.3078,6.773 0.8322,2.909 3.2206,5.1164 6.2055,5.7352 0.8011,0.1661 2.2634,0.2236 3.5506,0.1397zM12.138,13.5663 L12.2979,13.4064v-2.5379c0,-2.4887 -0.002,-2.5402 -0.0966,-2.6606 -0.1522,-0.1935 -0.3628,-0.229 -1.2554,-0.2115l-0.8097,0.0159 -0.1537,0.1537 -0.1537,0.1537 -0.013,2.4789c-0.0138,2.637 -0.0123,2.6572 0.2138,2.8351 0.1077,0.0847 0.194,0.0925 1.033,0.0925h0.9154zM7.7973,9.1528c0.0146,-0.5496 0.0504,-1.0946 0.0796,-1.211 0.1034,-0.4124 0.3379,-0.8112 0.6805,-1.1574 0.5423,-0.548 1.0961,-0.7707 1.9162,-0.7707h0.4604v-2.0045,-2.0045l-0.9758,0.0251c-1.0841,0.0279 -1.5346,0.1009 -2.4102,0.3905 -3.1225,1.0327 -5.3679,3.9543 -5.5359,7.2029l-0.0274,0.5291h2.893,2.893z" android:strokeWidth="0.0470277"/>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
<corners
|
||||
android:radius="5dp"/>
|
||||
<solid
|
||||
android:color="#272727" />
|
||||
</shape>
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true" android:drawable="@drawable/mine_button_focused" />
|
||||
<item android:state_enabled="false" android:drawable="@drawable/mine_button_focused" />
|
||||
<item android:drawable="@drawable/mine_button_unfocused" />
|
||||
</selector>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 117 B |
Binary file not shown.
|
Before Width: | Height: | Size: 122 B |
Binary file not shown.
|
Before Width: | Height: | Size: 695 B |
|
|
@ -159,7 +159,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_mouse2" />
|
||||
android:src="@drawable/ic_rightclick" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue