GEEKING
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="false" android:drawable="@color/shell_dialog_background"></item>
|
||||
<item android:state_pressed="true" android:drawable="@color/shell_dialog_background_dark"></item>
|
||||
</selector>
|
||||
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 639 B |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 735 B |
|
After Width: | Height: | Size: 587 B |
|
After Width: | Height: | Size: 446 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 907 B |
|
After Width: | Height: | Size: 593 B |
|
After Width: | Height: | Size: 598 B |
|
After Width: | Height: | Size: 613 B |
|
After Width: | Height: | Size: 454 B |
|
After Width: | Height: | Size: 350 B |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 410 B |
|
After Width: | Height: | Size: 346 B |
|
After Width: | Height: | Size: 185 B |
|
After Width: | Height: | Size: 324 B |
|
After Width: | Height: | Size: 167 B |
|
After Width: | Height: | Size: 307 B |
|
After Width: | Height: | Size: 760 B |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 692 B |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 856 B |
|
After Width: | Height: | Size: 634 B |
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:startColor="#FFFFFFFF"
|
||||
android:endColor="#FFDDDDDD"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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/RbxShadow"/>
|
||||
<corners android:radius="1dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="0dp"
|
||||
android:bottom="2dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/white"/>
|
||||
<corners android:radius="1dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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/RbxShadow"/>
|
||||
<corners android:radius="3dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="0dp"
|
||||
android:bottom="2dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/RbxBlue3"/>
|
||||
<corners android:radius="3dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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/RbxShadow"/>
|
||||
<corners android:radius="3dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="0dp"
|
||||
android:bottom="2dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/RbxBlue1"/>
|
||||
<corners android:radius="3dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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/RbxShadow"/>
|
||||
<corners android:radius="3dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="0dp"
|
||||
android:bottom="2dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/RbxRed2"/>
|
||||
<corners android:radius="3dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/rbx_bg_flat_button_blue_up" />
|
||||
<item>
|
||||
<scale xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
|
||||
android:duration="400"
|
||||
android:fillAfter="true"
|
||||
android:fromXScale="0.0"
|
||||
android:fromYScale="0.0"
|
||||
android:toXScale="1.0"
|
||||
android:toYScale="1.0"
|
||||
android:drawable="@drawable/rbx_bg_flat_button_circle"
|
||||
/>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -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/FBBlue"/>
|
||||
<stroke android:width="0.5dip" android:color="@color/FBBlue"/>
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius"/>
|
||||
<padding android:bottom="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:top="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:left="@dimen/btnFlatStdPaddingLeftRight"
|
||||
android:right="@dimen/btnFlatStdPaddingLeftRight" />
|
||||
</shape>
|
||||
@@ -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/RbxBlue1"/>
|
||||
<stroke android:width="0.5dip" android:color="@color/RbxBlue1"/>
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius"/>
|
||||
<padding android:bottom="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:top="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:left="@dimen/btnFlatStdPaddingLeftRight"
|
||||
android:right="@dimen/btnFlatStdPaddingLeftRight" />
|
||||
</shape>
|
||||
@@ -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/RbxBlue2" />
|
||||
<stroke android:width="0.5dip" android:color="@color/RbxBlue2" />
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius" />
|
||||
<padding android:bottom="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:top="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:left="@dimen/btnFlatStdPaddingLeftRight"
|
||||
android:right="@dimen/btnFlatStdPaddingLeftRight" />
|
||||
</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">
|
||||
|
||||
<solid
|
||||
android:color="@color/RbxRed1"/>
|
||||
|
||||
<size
|
||||
android:width="600dp"
|
||||
android:height="600dp"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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/RbxShadow"/>
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="0dp"
|
||||
android:bottom="1.5dp">
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/RbxBlue3" />
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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/RbxShadow"/>
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="0dp"
|
||||
android:bottom="1.5dp">
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/RbxBlue2" />
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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/RbxShadow"/>
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="0dp"
|
||||
android:bottom="1.5dp">
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/RbxGreen1" />
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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/RbxShadow"/>
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="0dp"
|
||||
android:bottom="1.5dp">
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/RbxGreen2" />
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius" />
|
||||
</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="#FFFFFF"/>
|
||||
<stroke android:width="1dip" android:color="@color/RbxRed2"/>
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius"/>
|
||||
</shape>
|
||||
@@ -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/RbxGray5"/>
|
||||
<stroke android:width="0.5dip" android:color="@color/RbxGray5"/>
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius"/>
|
||||
<!--<padding android:bottom="@dimen/btnFlatStdPaddingTopBtm"-->
|
||||
<!--android:top="@dimen/btnFlatStdPaddingTopBtm"-->
|
||||
<!--android:left="@dimen/btnFlatStdPaddingLeftRight"-->
|
||||
<!--android:right="@dimen/btnFlatStdPaddingLeftRight" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF"/>
|
||||
<stroke android:width="0.5dip" android:color="@color/RbxGray2"/>
|
||||
<corners android:radius="@dimen/btnFlatStdCornerRadius"/>
|
||||
<!--<padding android:bottom="@dimen/btnFlatStdPaddingTopBtm"-->
|
||||
<!--android:top="@dimen/btnFlatStdPaddingTopBtm"-->
|
||||
<!--android:left="@dimen/btnFlatStdPaddingLeftRight"-->
|
||||
<!--android:right="@dimen/btnFlatStdPaddingLeftRight" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF"/>
|
||||
<stroke android:width="0.5dip" android:color="@color/RbxGray2"/>
|
||||
<corners android:radius="3dip"/>
|
||||
<padding android:bottom="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:top="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:left="@dimen/btnFlatStdPaddingLeftRight"
|
||||
android:right="@dimen/btnFlatStdPaddingLeftRight" />
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF"/>
|
||||
<stroke android:width="0.5dip" android:color="@color/RbxRed2"/>
|
||||
<corners android:radius="3dip"/>
|
||||
<padding android:bottom="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:top="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:left="@dimen/btnFlatStdPaddingLeftRight"
|
||||
android:right="@dimen/btnFlatStdPaddingLeftRight" />
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF"/>
|
||||
<stroke android:width="1dip" android:color="@color/RbxGreen1"/>
|
||||
<corners android:radius="3dip"/>
|
||||
<padding android:bottom="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:top="@dimen/btnFlatStdPaddingTopBtm"
|
||||
android:left="@dimen/btnFlatStdPaddingLeftRight"
|
||||
android:right="@dimen/btnFlatStdPaddingLeftRight" />
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF"/>
|
||||
<stroke android:width="0.5dip" android:color="@color/RbxGray4"/>
|
||||
<size android:width="2dp" />
|
||||
<!--<corners android:bottomLeftRadius="3dip" android:topLeftRadius="3dp" />-->
|
||||
<!--<padding android:left="@dimen/btnFlatStdPaddingLeftRight"-->
|
||||
<!--android:right="@dimen/btnFlatStdPaddingLeftRight" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF"/>
|
||||
<stroke android:width="0.5dip" android:color="@color/RbxGray2"/>
|
||||
<corners android:radius="3dp" />
|
||||
<!--<corners android:bottomLeftRadius="3dip" android:topLeftRadius="3dp" />-->
|
||||
<!--<padding-->
|
||||
<!--android:left="10dp"-->
|
||||
<!--android:right="@dimen/btnFlatStdPaddingLeftRight" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF"/>
|
||||
<stroke android:width="1dip" android:color="@color/RbxRed2"/>
|
||||
<corners android:radius="3dp" />
|
||||
<!--<corners android:bottomLeftRadius="3dip" android:topLeftRadius="3dp" />-->
|
||||
<!--<padding-->
|
||||
<!--android:left="10dp"-->
|
||||
<!--android:right="@dimen/btnFlatStdPaddingLeftRight" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF"/>
|
||||
<stroke android:width="1dip" android:color="@color/RbxGreen1"/>
|
||||
<corners android:radius="3dp" />
|
||||
<!--<corners android:bottomLeftRadius="3dip" android:topLeftRadius="3dp" />-->
|
||||
<!--<padding-->
|
||||
<!--android:left="10dp"-->
|
||||
<!--android:right="@dimen/btnFlatStdPaddingLeftRight" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromDegrees="-360"
|
||||
android:toDegrees="1080"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="50%">
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="ring"
|
||||
android:innerRadiusRatio="2.5"
|
||||
android:thickness="2dp"
|
||||
android:useLevel="false">
|
||||
<gradient
|
||||
android:endColor="@color/white"
|
||||
android:startColor="@color/RbxOrange"
|
||||
android:type="sweep"
|
||||
android:useLevel="false" />
|
||||
|
||||
</shape>
|
||||
</rotate>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF"/>
|
||||
<!--<stroke android:width="0.5dip" android:color="@color/RbxGray2"/>-->
|
||||
<!--<padding android:bottom="@dimen/btnFlatStdPaddingTopBtm"-->
|
||||
<!--android:top="@dimen/btnFlatStdPaddingTopBtm"-->
|
||||
<!--android:left="@dimen/btnFlatStdPaddingLeftRight"-->
|
||||
<!--android:right="@dimen/btnFlatStdPaddingLeftRight" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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/RbxGray4" />
|
||||
<corners android:topLeftRadius="2dp" android:topRightRadius="2dp" />
|
||||
<padding
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="1dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle" >
|
||||
<padding android:top="4dp" android:bottom="4dp" android:left="2dp" android:right="3dp"/>
|
||||
<corners android:topLeftRadius="2dp" android:topRightRadius="2dp" />
|
||||
<solid android:color="@color/RbxGray6" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_focused="true"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/rbx_bg_flat_button_blue_down" />
|
||||
<item android:state_focused="false"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/rbx_bg_flat_button_blue_down" />
|
||||
<item android:drawable="@drawable/rbx_bg_flat_button_blue_up" />
|
||||
</selector>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_focused="true"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/rbx_bg_flat_button_progress_blue_down" />
|
||||
<item android:state_focused="false"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/rbx_bg_flat_button_progress_blue_down" />
|
||||
<item android:drawable="@drawable/rbx_bg_flat_button_progress_blue_up" />
|
||||
</selector>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_focused="true"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/rbx_bg_flat_button_progress_green_down" />
|
||||
<item android:state_focused="false"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/rbx_bg_flat_button_progress_green_down" />
|
||||
<item android:drawable="@drawable/rbx_bg_flat_button_progress_green_up" />
|
||||
</selector>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_focused="true"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/rbx_bg_flat_button_white_down" />
|
||||
<item android:state_focused="false"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/rbx_bg_flat_button_white_down" />
|
||||
<item android:drawable="@drawable/rbx_bg_flat_button_white_up" />
|
||||
</selector>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromDegrees="-360"
|
||||
android:toDegrees="1080"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="50%">
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="ring"
|
||||
android:innerRadiusRatio="2.5"
|
||||
android:thickness="2dp"
|
||||
android:useLevel="false">
|
||||
<gradient
|
||||
android:endColor="@color/white"
|
||||
android:startColor="@color/RbxRed1"
|
||||
android:type="sweep"
|
||||
android:useLevel="false" />
|
||||
</shape>
|
||||
</rotate>
|
||||
</item>
|
||||
</layer-list>
|
||||
|
After Width: | Height: | Size: 376 B |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 539 B |
|
After Width: | Height: | Size: 641 B |
|
After Width: | Height: | Size: 929 B |
|
After Width: | Height: | Size: 733 B |
|
After Width: | Height: | Size: 548 B |
|
After Width: | Height: | Size: 502 B |
|
After Width: | Height: | Size: 808 B |
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- SELECTED TAB STATE -->
|
||||
<item android:state_selected="true" android:state_pressed="false">
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Bottom indicator color for the SELECTED tab state -->
|
||||
<item android:top="-5dp" android:left="-5dp" android:right="-5dp">
|
||||
<shape android:shape="rectangle">
|
||||
<stroke android:color="@color/black" android:width="4dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- SELECTED TAB STATE -->
|
||||
<item android:state_selected="true" android:state_pressed="false">
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Bottom indicator color for the SELECTED tab state -->
|
||||
<item android:top="-5dp" android:left="-5dp" android:right="-5dp">
|
||||
<shape android:shape="rectangle">
|
||||
<stroke android:color="@color/RbxBlue1" android:width="4dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- SELECTED TAB STATE -->
|
||||
<item android:state_selected="true" android:state_pressed="false">
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Bottom indicator color for the SELECTED tab state -->
|
||||
<item android:top="-5dp" android:left="-5dp" android:right="-5dp">
|
||||
<shape android:shape="rectangle">
|
||||
<stroke android:color="@color/RbxBlue3" android:width="4dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- SELECTED TAB STATE -->
|
||||
<item android:state_selected="true" android:state_pressed="false">
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Bottom indicator color for the SELECTED tab state -->
|
||||
<item android:top="-5dp" android:left="-5dp" android:right="-5dp">
|
||||
<shape android:shape="rectangle">
|
||||
<stroke android:color="@color/RbxGreen1" android:width="4dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_focused="true"
|
||||
android:drawable="@drawable/textfield_search_selected_holo_light" />
|
||||
<item android:drawable="@drawable/textfield_search_default_holo_light" />
|
||||
</selector>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_focused="true"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/white_button_down" />
|
||||
<item android:state_focused="false"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/white_button_down" />
|
||||
<item android:drawable="@drawable/white_button" />
|
||||
</selector>
|
||||