首次提交
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#F5F5F5" />
|
||||
<corners android:radius="@dimen/dp_10" />
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#3321BEBD" />
|
||||
<corners android:radius="@dimen/dp_4" />
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<solid android:color="#E8EBF2" />
|
||||
<corners android:radius="5dp" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 选中状态-->
|
||||
<item android:drawable="@drawable/rectangle_round_corner10_theme" android:state_activated="true"/>
|
||||
<item android:drawable="@drawable/rectangle_round_corner10_dark_gray" android:state_selected="true"/>
|
||||
<!-- 默认状态-->
|
||||
<item android:drawable="@drawable/rectangle_round_corner10_gray_stroke_transparent"/>
|
||||
</selector>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
>
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:endColor="#5E000000"
|
||||
android:startColor="#80FFFFFF"
|
||||
/>
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#21BEBD" />
|
||||
<corners android:radius="@dimen/dp_20" />
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#21BEBD" />
|
||||
<corners android:radius="@dimen/dp_4" />
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 边 -->
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp" />
|
||||
<solid android:color="#00CCCCCC" />
|
||||
<corners android:bottomLeftRadius="@dimen/dp_8"
|
||||
android:bottomRightRadius="@dimen/dp_8"
|
||||
android:topLeftRadius="@dimen/dp_0"
|
||||
android:topRightRadius="@dimen/dp_0"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp" />
|
||||
<solid android:color="#0DCCCCCC" />
|
||||
<corners android:bottomLeftRadius="@dimen/dp_8"
|
||||
android:bottomRightRadius="@dimen/dp_8"
|
||||
android:topLeftRadius="@dimen/dp_0"
|
||||
android:topRightRadius="@dimen/dp_0" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp" />
|
||||
<solid android:color="#1ACCCCCC" />
|
||||
<corners android:bottomLeftRadius="@dimen/dp_8"
|
||||
android:bottomRightRadius="@dimen/dp_8"
|
||||
android:topLeftRadius="@dimen/dp_0"
|
||||
android:topRightRadius="@dimen/dp_0" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp" />
|
||||
<solid android:color="#26CCCCCC" />
|
||||
<corners android:radius="10dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp" />
|
||||
<solid android:color="#33CCCCCC" />
|
||||
<corners android:bottomLeftRadius="@dimen/dp_8"
|
||||
android:bottomRightRadius="@dimen/dp_8"
|
||||
android:topLeftRadius="@dimen/dp_0"
|
||||
android:topRightRadius="@dimen/dp_0" />
|
||||
</shape>
|
||||
</item>
|
||||
<!-- 中心背景 -->
|
||||
<item>
|
||||
<shape android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<!-- 实心 -->
|
||||
<solid android:color="#ffffff" />
|
||||
<corners android:bottomLeftRadius="@dimen/dp_8"
|
||||
android:bottomRightRadius="@dimen/dp_8"
|
||||
android:topLeftRadius="@dimen/dp_0"
|
||||
android:topRightRadius="@dimen/dp_0" />
|
||||
<padding android:left="5dp"
|
||||
android:right="5dp"
|
||||
android:bottom="5dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 边 -->
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="1dp" />
|
||||
<solid android:color="#00CCCCCC" />
|
||||
<corners android:radius="6dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="1dp" />
|
||||
<solid android:color="#10CCCCCC" />
|
||||
<corners android:radius="6dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="1dp" />
|
||||
<solid android:color="#20CCCCCC" />
|
||||
<corners android:radius="6dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="1dp" />
|
||||
<solid android:color="#30CCCCCC" />
|
||||
<corners android:radius="6dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="1dp" />
|
||||
<solid android:color="#50CCCCCC" />
|
||||
<corners android:radius="6dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<!-- 中心背景 -->
|
||||
<item>
|
||||
<shape android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<!-- 实心 -->
|
||||
<solid android:color="#ffffff" />
|
||||
<corners android:radius="6dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 选中状态-->
|
||||
<item android:drawable="@drawable/rectangle_round_corner20_theme" android:state_checked="true"/>
|
||||
<item android:drawable="@drawable/rectangle_round_corner20_theme" android:state_selected="true"/>
|
||||
<!-- 默认状态-->
|
||||
<item android:drawable="@drawable/rectangle_round_corner20_white"/>
|
||||
</selector>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 选中状态-->
|
||||
<item android:drawable="@drawable/bg_white_background_shap" android:state_checked="true"/>
|
||||
<item android:drawable="@drawable/bg_white_background_shap" android:state_selected="true"/>
|
||||
<!-- 默认状态-->
|
||||
<item android:drawable="@drawable/bg_action_grey_radius5"/>
|
||||
</selector>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 选中状态-->
|
||||
<item android:drawable="@drawable/rectangle_round_corner20_theme_home" android:state_checked="true"/>
|
||||
<item android:drawable="@drawable/rectangle_round_corner20_theme_home" android:state_selected="true"/>
|
||||
<!-- 默认状态-->
|
||||
<item android:drawable="@drawable/rectangle_round_corner20_white_home"/>
|
||||
</selector>
|
||||
@@ -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="#E3F2F9" />
|
||||
<corners android:radius="@dimen/dp_20" />
|
||||
</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="#FFEFF2" />
|
||||
<corners android:radius="@dimen/dp_20" />
|
||||
</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="#FFF3EB" />
|
||||
<corners android:radius="@dimen/dp_20" />
|
||||
</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="#F1B101" />
|
||||
<corners android:radius="@dimen/dp_4" />
|
||||
</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">
|
||||
|
||||
<corners android:radius="@dimen/dp_2" />
|
||||
<stroke
|
||||
android:width="@dimen/dp_1"
|
||||
android:color="#F24439" />
|
||||
</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="#21BEBD" />
|
||||
<corners android:radius="@dimen/dp_4" />
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/bg_follow_selected" android:state_selected="true"/>
|
||||
<!-- 默认状态-->
|
||||
<item android:drawable="@drawable/bg_follow_unselected"/>
|
||||
</selector>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/bg_follow_selected" android:state_selected="true"/>
|
||||
<item android:drawable="@drawable/bg_unfollow_white" android:state_selected="false"/>
|
||||
<!-- 默认状态-->
|
||||
<item android:drawable="@drawable/bg_unfollow_white"/>
|
||||
</selector>
|
||||
@@ -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="#EAECF1" />
|
||||
<corners android:radius="@dimen/dp_20" />
|
||||
</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/dp_20" />
|
||||
</shape>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<corners android:radius="8dp"/>
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#DEDEDE " />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<corners android:radius="8dp"/>
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#21BEBD " />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<corners android:radius="@dimen/dp_17"/>
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#21BEBD " />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<corners android:radius="5dp"/>
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#DDDDDD " />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#EDEDED" />
|
||||
<corners android:radius="7dp" />
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#DDDDDD" />
|
||||
<corners android:radius="@dimen/dp_20" />
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#EEEEEE" />
|
||||
<corners android:radius="20dp" />
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
>
|
||||
<gradient
|
||||
android:angle="180"
|
||||
android:endColor="#21BEBD"
|
||||
android:startColor="#54ECCB"
|
||||
/>
|
||||
<corners android:radius="@dimen/dp_20" />
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 选中状态-->
|
||||
<item android:drawable="@drawable/rectangle_green_left_stroke_dark_green" android:state_checked="true"/>
|
||||
<!-- 不选中状态-->
|
||||
<item android:drawable="@drawable/rectangle_round_corner10_white" android:state_checked="false"/>
|
||||
<!-- 默认状态-->
|
||||
<item android:drawable="@drawable/rectangle_round_corner10_white"/>
|
||||
</selector>
|
||||
@@ -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="#F24439" />
|
||||
<corners android:radius="@dimen/dp_22" />
|
||||
</shape>
|
||||
@@ -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="#F51717"/>
|
||||
<corners android:radius="16dp"/>
|
||||
<!-- <size-->
|
||||
<!-- android:width="15dp"-->
|
||||
<!-- android:height="15dp"></size>-->
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#F1F1F1" />
|
||||
<corners android:radius="23dp" />
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
>
|
||||
<gradient
|
||||
android:angle="180"
|
||||
android:endColor="#666666"
|
||||
android:startColor="#C3C3C3"
|
||||
/>
|
||||
<corners android:radius="@dimen/dp_5"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#FFFFFF" />
|
||||
<corners android:radius="7dp" />
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#FFFFFF" />
|
||||
<corners android:radius="14dp" />
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#ccFFFFFF" />
|
||||
<corners android:radius="14dp" />
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#FFFFFF" />
|
||||
<corners android:topLeftRadius="@dimen/dp_7"
|
||||
android:topRightRadius="@dimen/dp_7"
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="0dp"
|
||||
/>
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
<solid android:color="#FFFFFF" />
|
||||
<corners android:topLeftRadius="@dimen/dp_20"
|
||||
android:topRightRadius="@dimen/dp_20"
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="0dp"
|
||||
/>
|
||||
<!--<padding android:left="15dp"-->
|
||||
<!--android:top="8dp"-->
|
||||
<!--android:right="15dp"-->
|
||||
<!--android:bottom="8dp"/>-->
|
||||
<!-- <size-->
|
||||
<!-- android:width="437dp"-->
|
||||
<!-- android:height="79dp" />-->
|
||||
</shape>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#FFFFFF" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#E0E0E0" />
|
||||
</shape>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#ff0000" />
|
||||
<corners android:radius="15dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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="8dp" />
|
||||
|
||||
<!-- <stroke-->
|
||||
<!-- android:color="#DDDDDD"-->
|
||||
<!-- android:width="0.96dp"/>-->
|
||||
|
||||
<!-- <padding-->
|
||||
<!-- android:bottom="5.4dp"-->
|
||||
<!-- android:top="5.4dp"-->
|
||||
<!-- android:left="5.4dp"-->
|
||||
<!-- android:right="5.4dp"/>-->
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 选中状态-->
|
||||
<item android:drawable="@drawable/ic_selected" android:state_checked="true"/>
|
||||
<!-- 不选中状态-->
|
||||
<item android:drawable="@drawable/ic_unselected" android:state_checked="false"/>
|
||||
<!-- 默认状态-->
|
||||
<item android:drawable="@drawable/ic_unselected"/>
|
||||
</selector>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<size android:height="@dimen/dp_0_5"/>
|
||||
<solid android:color="@color/cut_off_rule_color"/>
|
||||
</shape>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 798 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 220 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 122 KiB |
|
After Width: | Height: | Size: 1020 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 选中状态-->
|
||||
<item android:drawable="@drawable/icon_follow" android:state_checked="true"/>
|
||||
<!-- 不选中状态-->
|
||||
<item android:drawable="@drawable/rectangle_size0_transparent_color" android:state_checked="false"/>
|
||||
<item android:drawable="@drawable/icon_follow" android:state_pressed="true"/>
|
||||
<item android:drawable="@drawable/icon_follow" android:state_selected="true"/>
|
||||
<!-- 默认状态-->
|
||||
<item android:drawable="@drawable/rectangle_size0_transparent_color"/>
|
||||
</selector>
|
||||
|
After Width: | Height: | Size: 25 KiB |
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 选中状态-->
|
||||
<item android:drawable="@drawable/ic_marital_state_select" android:state_checked="true"/>
|
||||
<!-- 不选中状态-->
|
||||
<item android:drawable="@drawable/ic_marital_state_no_select" android:state_checked="false"/>
|
||||
<!-- 默认状态-->
|
||||
<item android:drawable="@drawable/ic_marital_state_no_select"/>
|
||||
</selector>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item
|
||||
android:width="@dimen/dp_3"
|
||||
android:gravity="left">
|
||||
<shape >
|
||||
<!-- 边框颜色 -->
|
||||
<solid android:color="@color/theme_color" />
|
||||
</shape>
|
||||
</item>
|
||||
<!-- 给View的上 左 右设置3dp的边框 -->
|
||||
<item android:left="@dimen/dp_3" >
|
||||
<shape
|
||||
>
|
||||
<!-- View填充颜色 -->
|
||||
<solid android:color="#1A21BEBD"
|
||||
/>
|
||||
</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
|
||||
android:width="@dimen/dp_3"
|
||||
android:gravity="left">
|
||||
<shape >
|
||||
<!-- 边框颜色 -->
|
||||
<solid android:color="@color/theme_color" />
|
||||
</shape>
|
||||
</item>
|
||||
<!-- 给View的上 左 右设置3dp的边框 -->
|
||||
<item android:left="@dimen/dp_3" >
|
||||
<shape
|
||||
>
|
||||
<!-- View填充颜色 -->
|
||||
<solid android:color="@android:color/transparent"
|
||||
/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item>
|
||||
<shape>
|
||||
<!-- 边框颜色 -->
|
||||
<solid android:color="#809999"/>
|
||||
</shape>
|
||||
</item>
|
||||
<!-- 给View的上 左 右设置3dp的边框 -->
|
||||
<item android:left="@dimen/dp_3" >
|
||||
<shape>
|
||||
<!-- View填充颜色 -->
|
||||
<solid android:color="#F3F3F5" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<corners android:bottomLeftRadius="@dimen/dp_10"
|
||||
android:bottomRightRadius="@dimen/dp_10"/>
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
|
||||
|
||||
<solid android:color="#DDDDDD" />
|
||||
<corners android:radius="@dimen/dp_10"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
|
||||
|
||||
<solid android:color="#F4F4F4" />
|
||||
<corners android:radius="@dimen/dp_10"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
|
||||
|
||||
<corners android:radius="@dimen/dp_10" />
|
||||
<solid android:color="@color/transparent" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#BBBBBB" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<corners android:radius="@dimen/dp_10" />
|
||||
<solid android:color="@color/theme_color" />
|
||||
</shape>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<corners android:radius="@dimen/dp_10" />
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
|
||||
|
||||
<corners android:radius="@dimen/dp_20" />
|
||||
<solid android:color="@color/transparent" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#BBBBBB" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
|
||||
|
||||
<corners android:radius="@dimen/dp_20" />
|
||||
<solid android:color="@color/white" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/theme_color" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
|
||||
|
||||
<corners android:radius="@dimen/dp_5" />
|
||||
<solid
|
||||
android:color="@color/transparent" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#BBBBBB" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<corners android:radius="@dimen/dp_5" />
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<corners android:topLeftRadius="@dimen/dp_8"
|
||||
android:topRightRadius="@dimen/dp_8"
|
||||
android:bottomLeftRadius="@dimen/dp_0"
|
||||
android:bottomRightRadius="@dimen/dp_0"/>
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
<corners android:topLeftRadius="@dimen/dp_8"
|
||||
android:topRightRadius="@dimen/dp_0"
|
||||
android:bottomLeftRadius="@dimen/dp_0"
|
||||
android:bottomRightRadius="@dimen/dp_0"/>
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<size android:width="@dimen/dp_0"
|
||||
android:height="@dimen/dp_0"/>
|
||||
<solid android:color="@color/transparent"
|
||||
/>
|
||||
</shape>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:innerRadius="1.0dip"
|
||||
android:shape="rectangle"
|
||||
android:useLevel="false">
|
||||
|
||||
|
||||
<solid android:color="@color/white" />
|
||||
<corners android:topLeftRadius="@dimen/dp_20"
|
||||
android:topRightRadius="@dimen/dp_7"
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="0dp"
|
||||
/>
|
||||
</shape>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="#ED2A26" />
|
||||
<size
|
||||
android:width="7dp"
|
||||
android:height="7dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:width="13dp"
|
||||
android:height="2dp"
|
||||
android:gravity="center">
|
||||
<shape>
|
||||
<corners android:radius="5dp" />
|
||||
<!--color无效,源码用tabIndicatorColor-->
|
||||
<solid android:color="@color/text_green_BD" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||