GEEKING
@@ -0,0 +1,7 @@
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false">
|
||||
<translate
|
||||
android:fromXDelta="-100%" android:toXDelta="0%"
|
||||
android:fromYDelta="0%" android:toYDelta="0%"
|
||||
android:duration="1400" />
|
||||
</set>
|
||||
@@ -0,0 +1,7 @@
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false">
|
||||
<translate
|
||||
android:fromXDelta="100%" android:toXDelta="0%"
|
||||
android:fromYDelta="0%" android:toYDelta="0%"
|
||||
android:duration="1400" />
|
||||
</set>
|
||||
@@ -0,0 +1,6 @@
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false">
|
||||
<translate android:fromXDelta="0%" android:toXDelta="-100%"
|
||||
android:fromYDelta="0%" android:toYDelta="0%"
|
||||
android:duration="1400"/>
|
||||
</set>
|
||||
@@ -0,0 +1,6 @@
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false">
|
||||
<translate android:fromXDelta="0%" android:toXDelta="100%"
|
||||
android:fromYDelta="0%" android:toYDelta="0%"
|
||||
android:duration="1400"/>
|
||||
</set>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/accelerate_decelerate"
|
||||
android:valueFrom="1.0"
|
||||
android:valueTo="0"
|
||||
android:propertyName="yFraction"
|
||||
android:duration="@integer/stdSlideDuration"/>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/accelerate_decelerate"
|
||||
android:valueFrom="-1.0"
|
||||
android:valueTo="0"
|
||||
android:propertyName="xFraction"
|
||||
android:duration="@integer/stdSlideDuration"/>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/accelerate_decelerate"
|
||||
android:valueFrom="1.0"
|
||||
android:valueTo="0"
|
||||
android:propertyName="xFraction"
|
||||
android:duration="@integer/stdSlideDuration"/>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/accelerate_decelerate"
|
||||
android:valueFrom="1.0"
|
||||
android:valueTo="0"
|
||||
android:propertyName="yFraction"
|
||||
android:duration="@integer/stdSlideDuration"/>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/accelerate_decelerate"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="1.0"
|
||||
android:propertyName="yFraction"
|
||||
android:duration="@integer/stdSlideDuration" />
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/accelerate_decelerate"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="-1.0"
|
||||
android:propertyName="xFraction"
|
||||
android:duration="@integer/stdSlideDuration" />
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/accelerate_decelerate"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="1.0"
|
||||
android:propertyName="xFraction"
|
||||
android:duration="@integer/stdSlideDuration" />
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/accelerate_decelerate"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="-1.0"
|
||||
android:propertyName="yFraction"
|
||||
android:duration="@integer/stdSlideDuration" />
|
||||
@@ -0,0 +1,4 @@
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_focused="true" android:color="@android:color/transparent" />
|
||||
<item android:color="@color/shell_text_hint_visible" />
|
||||
</selector>
|
||||
|
After Width: | Height: | Size: 639 B |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 457 B |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 827 B |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 1018 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1010 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 126 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 9.7 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
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>
|
||||