Add new changes GeoFencing-GeoTaging and hide Manual Inword Option etc
@@ -0,0 +1,7 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:startColor="#4CAF50"
|
||||
android:endColor="#8BC34A" />
|
||||
<corners android:radius="8dp"/>
|
||||
</shape>
|
||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="@android:color/holo_green_dark"/>
|
||||
<stroke android:color="@android:color/white" />
|
||||
<size
|
||||
android:width="20dp"
|
||||
android:height="20dp"/>
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@android:color/transparent" />
|
||||
<stroke
|
||||
android:width="@dimen/margin1dp"
|
||||
android:color="#4B4442" />
|
||||
<corners android:radius="@dimen/padding_10dp" />
|
||||
<padding
|
||||
android:bottom="0dp"
|
||||
android:left="0dp"
|
||||
android:right="0dp"
|
||||
android:top="0dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:state_pressed="true" >
|
||||
<shape android:shape="oval" >
|
||||
|
||||
</shape>
|
||||
</item>
|
||||
<item android:state_focused="true">
|
||||
<shape android:shape="oval" >
|
||||
<stroke android:width="1.5dip" android:color="@color/default_button_press" />
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item >
|
||||
<shape android:shape="oval" >
|
||||
<stroke android:width="1.5dip" android:color="@color/default_button_press" />
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item >
|
||||
<shape android:shape="oval" >
|
||||
<solid android:color="@color/default_button_press"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
|
After Width: | Height: | Size: 64 KiB |
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:padding="10dp"
|
||||
android:shape="rectangle">
|
||||
|
||||
<stroke
|
||||
android:width="1px"
|
||||
android:color="@color/red_dark" />
|
||||
<corners
|
||||
android:bottomLeftRadius="5dp"
|
||||
android:bottomRightRadius="5dp"
|
||||
android:topLeftRadius="5dp"
|
||||
android:topRightRadius="5dp" />
|
||||
</shape>
|
||||
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 683 B |
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#65ffffff" />
|
||||
<stroke
|
||||
android:width="1dip"
|
||||
android:color="@color/white" />
|
||||
<corners android:radius="10dip" />
|
||||
<padding
|
||||
android:bottom="0dip"
|
||||
android:left="0dip"
|
||||
android:right="0dip"
|
||||
android:top="0dip" />
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/black" /> <!-- Change color as per your need -->
|
||||
<size android:width="@dimen/appbar_padding_top" android:height="@dimen/appbar_padding_top" />
|
||||
<corners android:radius="8dp" /> <!-- Circular shape -->
|
||||
</shape>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white" />
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/custom_layout_margin11"
|
||||
android:topRightRadius="@dimen/custom_layout_margin11"
|
||||
android:bottomLeftRadius="@dimen/custom_layout_margin11"
|
||||
android:bottomRightRadius="@dimen/custom_layout_margin11" />
|
||||
<padding />
|
||||
</shape>
|
||||
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/circular_progress_default_subtitle" />
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
android:bottom="1.5dp"
|
||||
android:left="1.5dp"
|
||||
android:right="1.5dp"
|
||||
android:top="1.5dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#fff" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true" android:state_focused="true">
|
||||
<shape android:padding="10dp" android:shape="rectangle">
|
||||
<stroke android:width="0.5dp" android:color="#FF0000" />
|
||||
<solid android:color="#fff" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:padding="10dp" android:shape="rectangle">
|
||||
<stroke android:width="0.5dp" android:color="#FF0000" />
|
||||
<solid android:color="#E1E2E2" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false">
|
||||
<shape android:padding="10dp" android:shape="rectangle">
|
||||
<solid android:color="#aaa" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:state_enabled="true" android:state_focused="true">
|
||||
<shape android:padding="10dp" android:shape="rectangle">
|
||||
<stroke android:width="0.5dp" android:color="#888888" />
|
||||
<solid android:color="#f9d1d2" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:padding="10dp" android:shape="rectangle">
|
||||
<stroke android:width="0.5dp" android:color="#888888" />
|
||||
<solid android:color="#FFF" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
|
||||
|
After Width: | Height: | Size: 294 B |
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
|
||||
<gradient
|
||||
android:angle="-90"
|
||||
android:endColor="#e3e9f6"
|
||||
android:startColor="#ffffff"
|
||||
android:type="linear" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#bac6e4"/>
|
||||
|
||||
<corners
|
||||
android:radius="@dimen/custom_margin"/>
|
||||
</shape>
|
||||
|
After Width: | Height: | Size: 3.6 KiB |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/applied_leave" /> <!-- Change color as per your need -->
|
||||
<size android:width="16dp" android:height="16dp" />
|
||||
<corners android:radius="8dp" /> <!-- Circular shape -->
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/approved_leave" /> <!-- Change color as per your need -->
|
||||
<size android:width="16dp" android:height="16dp" />
|
||||
<corners android:radius="8dp" /> <!-- Circular shape -->
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/reject_leave" /> <!-- Change color as per your need -->
|
||||
<size android:width="16dp" android:height="16dp" />
|
||||
<corners android:radius="8dp" /> <!-- Circular shape -->
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/white" />
|
||||
<corners android:radius="@dimen/custom_margin" />
|
||||
</shape>
|
||||
@@ -0,0 +1,42 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1036dp"
|
||||
android:height="841.89dp"
|
||||
android:viewportWidth="1036"
|
||||
android:viewportHeight="841.89">
|
||||
<path
|
||||
android:pathData="M974.5,471.95c0,5.52 -4.48,10 -10,10h-893c-5.52,0 -10,-4.48 -10,-10v-102c0,-5.52 4.48,-10 10,-10h893c5.52,0 10,4.48 10,10V471.95z"
|
||||
android:fillColor="#EC2327"/>
|
||||
<path
|
||||
android:pathData="M238.94,447.02v-52.16h10.53v52.16H238.94z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
<path
|
||||
android:pathData="M259.37,447.02v-52.16h15.76l9.46,35.58l9.36,-35.58h15.8v52.16h-9.78v-41.06l-10.35,41.06h-10.14l-10.32,-41.06v41.06H259.37z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
<path
|
||||
android:pathData="M367.24,447.02h-11.46l-4.55,-11.85H330.38l-4.3,11.85h-11.17l20.32,-52.16h11.14L367.24,447.02zM347.85,426.39l-7.19,-19.35l-7.05,19.35H347.85z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
<path
|
||||
android:pathData="M397.09,427.85v-8.79h22.7v20.78c-2.2,2.13 -5.4,4.01 -9.59,5.64c-4.19,1.62 -8.43,2.44 -12.72,2.44c-5.46,0 -10.21,-1.14 -14.27,-3.43c-4.06,-2.29 -7.1,-5.56 -9.14,-9.82s-3.06,-8.89 -3.06,-13.89c0,-5.43 1.14,-10.26 3.42,-14.48c2.28,-4.22 5.61,-7.46 10,-9.71c3.35,-1.73 7.51,-2.6 12.49,-2.6c6.47,0 11.53,1.36 15.17,4.07c3.64,2.72 5.98,6.47 7.03,11.26l-10.46,1.96c-0.74,-2.56 -2.12,-4.58 -4.14,-6.07c-2.03,-1.48 -4.56,-2.22 -7.6,-2.22c-4.6,0 -8.26,1.46 -10.98,4.38s-4.07,7.25 -4.07,12.99c0,6.19 1.38,10.83 4.13,13.93c2.75,3.1 6.36,4.64 10.81,4.64c2.21,0 4.42,-0.43 6.64,-1.3s4.12,-1.92 5.71,-3.15v-6.62H397.09z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
<path
|
||||
android:pathData="M429.5,447.02v-52.16h38.67v8.82h-28.14v11.56h26.19v8.79h-26.19v14.2h29.14v8.79H429.5z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
<path
|
||||
android:pathData="M498.27,394.87h10.53v28.25c0,4.48 0.13,7.39 0.39,8.72c0.45,2.13 1.52,3.85 3.22,5.14c1.7,1.29 4.01,1.94 6.96,1.94c2.99,0 5.24,-0.61 6.76,-1.83c1.52,-1.22 2.43,-2.72 2.74,-4.5c0.31,-1.78 0.46,-4.73 0.46,-8.86v-28.85h10.53v27.4c0,6.26 -0.28,10.69 -0.85,13.27c-0.57,2.59 -1.62,4.77 -3.15,6.55c-1.53,1.78 -3.58,3.2 -6.14,4.25c-2.56,1.05 -5.91,1.58 -10.03,1.58c-4.98,0 -8.76,-0.57 -11.33,-1.73c-2.57,-1.15 -4.61,-2.64 -6.1,-4.48s-2.48,-3.77 -2.95,-5.78c-0.69,-2.99 -1.03,-7.4 -1.03,-13.24V394.87z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
<path
|
||||
android:pathData="M550.96,447.02v-52.16h16.9c6.4,0 10.58,0.26 12.52,0.78c2.99,0.78 5.49,2.48 7.51,5.11c2.02,2.62 3.02,6.01 3.02,10.16c0,3.2 -0.58,5.89 -1.74,8.08c-1.16,2.18 -2.64,3.9 -4.43,5.14s-3.61,2.07 -5.46,2.47c-2.52,0.5 -6.16,0.75 -10.92,0.75h-6.87v19.67H550.96zM561.49,403.69v14.8h5.76c4.15,0 6.93,-0.27 8.32,-0.82c1.4,-0.55 2.5,-1.4 3.29,-2.56c0.8,-1.16 1.19,-2.51 1.19,-4.06c0,-1.9 -0.56,-3.46 -1.67,-4.7c-1.12,-1.23 -2.53,-2 -4.23,-2.31c-1.26,-0.24 -3.78,-0.36 -7.58,-0.36H561.49z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
<path
|
||||
android:pathData="M599.85,447.02v-51.73h10.53v42.94h26.18v8.79H599.85z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
<path
|
||||
android:pathData="M641.94,421.27c0,-5.31 0.8,-9.77 2.38,-13.38c1.19,-2.66 2.81,-5.04 4.86,-7.15c2.05,-2.11 4.3,-3.68 6.74,-4.7c3.25,-1.38 7,-2.06 11.24,-2.06c7.68,0 13.83,2.38 18.45,7.15c4.61,4.77 6.92,11.4 6.92,19.89c0,8.42 -2.29,15.01 -6.87,19.76c-4.58,4.76 -10.7,7.13 -18.36,7.13c-7.76,0 -13.92,-2.37 -18.5,-7.1C644.22,436.08 641.94,429.57 641.94,421.27zM652.79,420.91c0,5.91 1.36,10.38 4.09,13.43c2.73,3.05 6.19,4.57 10.39,4.57s7.64,-1.51 10.34,-4.54c2.69,-3.02 4.04,-7.56 4.04,-13.61c0,-5.98 -1.31,-10.44 -3.93,-13.38c-2.62,-2.94 -6.1,-4.41 -10.44,-4.41s-7.84,1.49 -10.49,4.47C654.11,410.42 652.79,414.91 652.79,420.91z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
<path
|
||||
android:pathData="M747.78,447.02h-11.46l-4.55,-11.85h-20.85l-4.3,11.85h-11.17l20.32,-52.16h11.14L747.78,447.02zM728.39,426.39l-7.19,-19.35l-7.05,19.35H728.39z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
<path
|
||||
android:pathData="M753.33,394.87h19.25c4.34,0 7.65,0.33 9.93,1c3.06,0.9 5.68,2.5 7.86,4.8c2.18,2.3 3.84,5.12 4.98,8.45c1.14,3.33 1.71,7.44 1.71,12.33c0,4.29 -0.53,7.99 -1.6,11.1c-1.3,3.8 -3.17,6.87 -5.59,9.22c-1.83,1.78 -4.29,3.17 -7.4,4.16c-2.33,0.74 -5.43,1.1 -9.32,1.1H753.33V394.87zM763.86,403.69v34.55h7.86c2.94,0 5.06,-0.17 6.37,-0.5c1.71,-0.43 3.13,-1.15 4.25,-2.17c1.13,-1.02 2.05,-2.7 2.76,-5.03c0.71,-2.34 1.07,-5.52 1.07,-9.55s-0.35,-7.13 -1.07,-9.29c-0.71,-2.16 -1.71,-3.84 -2.99,-5.05c-1.28,-1.21 -2.9,-2.03 -4.87,-2.45c-1.47,-0.33 -4.35,-0.5 -8.65,-0.5H763.86z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,170 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path
|
||||
android:fillColor="#008577"
|
||||
android:pathData="M0,0h108v108h-108z" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M9,0L9,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,0L19,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M29,0L29,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M39,0L39,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M49,0L49,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M59,0L59,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M69,0L69,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M79,0L79,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M89,0L89,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M99,0L99,108"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,9L108,9"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,19L108,19"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,29L108,29"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,39L108,39"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,49L108,49"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,59L108,59"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,69L108,69"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,79L108,79"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,89L108,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M0,99L108,99"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,29L89,29"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,39L89,39"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,49L89,49"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,59L89,59"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,69L89,69"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M19,79L89,79"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M29,19L29,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M39,19L39,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M49,19L49,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M59,19L59,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M69,19L69,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:pathData="M79,19L79,89"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#33FFFFFF" />
|
||||
</vector>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke android:width="1.6dp"
|
||||
android:color="#E5E5E5"/>
|
||||
<corners android:radius="@dimen/text_margin" />
|
||||
<gradient
|
||||
android:startColor="@color/white"
|
||||
android:endColor="@color/white"
|
||||
android:type="linear"
|
||||
android:angle="180"/>
|
||||
</shape>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item >
|
||||
<shape android:shape="oval" >
|
||||
<stroke android:width="1dip" android:color="@color/default_indicator" />
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item >
|
||||
<shape android:shape="oval" >
|
||||
<solid android:color="@color/default_indicator"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#888" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:bottom="@dimen/custom_margin2dp"
|
||||
android:left="@dimen/custom_margin2dp"
|
||||
android:right="@dimen/custom_margin2dp"
|
||||
android:top="@dimen/custom_margin2dp">
|
||||
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#fff" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid android:color="@color/white" />
|
||||
<corners android:radius="500dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/red_dark" />
|
||||
<corners android:bottomRightRadius="@dimen/custom_margin"
|
||||
android:bottomLeftRadius="@dimen/custom_margin"
|
||||
android:topRightRadius="@dimen/custom_margin"
|
||||
android:topLeftRadius="@dimen/custom_margin"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/dashboard_ach" />
|
||||
<corners android:bottomRightRadius="@dimen/custom_margin"
|
||||
android:bottomLeftRadius="@dimen/custom_margin"
|
||||
android:topRightRadius="@dimen/custom_margin"
|
||||
android:topLeftRadius="@dimen/custom_margin"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" android:padding="5dp">
|
||||
<stroke android:width="1px" android:color="@color/colorPrimary"/>
|
||||
<corners
|
||||
android:bottomRightRadius="@dimen/custom_margin3dp"
|
||||
android:bottomLeftRadius="@dimen/custom_margin3dp"
|
||||
android:topLeftRadius="@dimen/custom_margin3dp"
|
||||
android:topRightRadius="@dimen/custom_margin3dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:padding="10dp"
|
||||
android:shape="rectangle">
|
||||
|
||||
<stroke
|
||||
android:width="1px"
|
||||
android:color="@color/colorPrimary" />
|
||||
<corners
|
||||
android:bottomLeftRadius="5dp"
|
||||
android:bottomRightRadius="5dp"
|
||||
android:topLeftRadius="5dp"
|
||||
android:topRightRadius="5dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/background_color" />
|
||||
<corners android:bottomRightRadius="@dimen/padding_10dp"
|
||||
android:bottomLeftRadius="@dimen/padding_10dp"
|
||||
android:topRightRadius="@dimen/padding_10dp"
|
||||
android:topLeftRadius="@dimen/padding_10dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/green" />
|
||||
<corners android:bottomRightRadius="@dimen/custom_margin"
|
||||
android:bottomLeftRadius="@dimen/custom_margin"
|
||||
android:topRightRadius="@dimen/custom_margin"
|
||||
android:topLeftRadius="@dimen/custom_margin"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:padding="10dp"
|
||||
android:shape="rectangle">
|
||||
|
||||
<stroke
|
||||
android:width="1px"
|
||||
android:color="@color/colorPrimaryDark" />
|
||||
<corners
|
||||
android:bottomLeftRadius="5dp"
|
||||
android:bottomRightRadius="5dp"
|
||||
android:topLeftRadius="5dp"
|
||||
android:topRightRadius="5dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" android:padding="10dp">
|
||||
|
||||
<stroke android:width="3px" android:color="@color/white"/>
|
||||
<corners
|
||||
android:bottomRightRadius="10dp"
|
||||
android:bottomLeftRadius="10dp"
|
||||
android:topLeftRadius="10dp"
|
||||
android:topRightRadius="10dp"/>
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:padding="10dp"
|
||||
android:shape="rectangle">
|
||||
|
||||
<stroke
|
||||
android:width="1px"
|
||||
android:color="@color/colorPrimary" />
|
||||
<corners
|
||||
android:bottomLeftRadius="5dp"
|
||||
android:bottomRightRadius="5dp"
|
||||
android:topLeftRadius="5dp"
|
||||
android:topRightRadius="5dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
<corners
|
||||
android:bottomLeftRadius="7dp"
|
||||
android:bottomRightRadius="7dp"
|
||||
android:topLeftRadius="7dp"
|
||||
android:topRightRadius="7dp" />
|
||||
<solid android:color="#06A19E" />
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke android:width="@dimen/margin1dp" android:color="@color/gray"/>
|
||||
<corners
|
||||
android:bottomRightRadius="@dimen/custom_margin"
|
||||
android:bottomLeftRadius="@dimen/custom_margin"
|
||||
android:topLeftRadius="@dimen/custom_margin"
|
||||
android:topRightRadius="@dimen/custom_margin"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<size
|
||||
android:width="@dimen/padding_10dp"
|
||||
android:height="@dimen/padding_10dp" />
|
||||
<corners android:radius="@dimen/padding_10dp" />
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:color="#BAC6E4" />
|
||||
<gradient
|
||||
android:angle="-90"
|
||||
android:centerColor="@color/white"
|
||||
android:endColor="@color/white"
|
||||
android:startColor="@color/white" />
|
||||
</shape>
|
||||
@@ -0,0 +1,11 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
|
||||
<!-- <corners android:radius="10dp" /> -->
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/text_14sp"
|
||||
android:bottomRightRadius="@dimen/text_14sp"
|
||||
android:topLeftRadius="@dimen/text_25dp"
|
||||
android:topRightRadius="@dimen/text_25dp" />
|
||||
<solid android:color="#C0C0C0" />
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/red_dark" />
|
||||
<corners android:bottomRightRadius="@dimen/custom_margin"
|
||||
android:bottomLeftRadius="@dimen/custom_margin"
|
||||
android:topRightRadius="@dimen/custom_margin"
|
||||
android:topLeftRadius="@dimen/custom_margin"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/grey_background" />
|
||||
|
||||
<corners android:radius="@dimen/custom_margin" />
|
||||
|
||||
</shape>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 439 B |
@@ -0,0 +1,9 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="135"
|
||||
android:centerColor="@color/gray"
|
||||
android:endColor="@color/gray"
|
||||
android:startColor="@color/colorPrimary"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
|
After Width: | Height: | Size: 7.5 KiB |
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:state_pressed="true" >
|
||||
<shape android:shape="oval" >
|
||||
|
||||
</shape>
|
||||
</item>
|
||||
<item android:state_focused="true">
|
||||
<shape android:shape="oval" >
|
||||
<stroke android:width="1dip" android:color="@color/default_button_press" />
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item >
|
||||
<shape android:shape="oval" >
|
||||
<stroke android:width="1dip" android:color="@color/default_button_press" />
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item >
|
||||
<shape android:shape="oval" >
|
||||
<solid android:color="@color/default_button_press"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,7 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:startColor="#FF5722"
|
||||
android:endColor="#FFC107" />
|
||||
<corners android:radius="8dp"/>
|
||||
</shape>
|
||||