Commit 5a435c13 authored by jianglx's avatar jianglx

删除不必要的资源文件

parent 6d4ef4dd
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@android:integer/config_shortAnimTime">
<objectAnimator
android:propertyName="alpha"
android:valueType="floatType"
android:valueFrom="0.2"
android:valueTo="1.0"/>
<objectAnimator
android:propertyName="rotation"
android:valueType="floatType"
android:valueFrom="0"
android:valueTo="180"/>
</set>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center|top"
android:orientation="vertical">
<Button
android:id="@+id/frame_switch_language"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="切换语言" />
<Button
android:id="@+id/frame_app_exception"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="异常捕获" />
<Button
android:id="@+id/frame_version_update"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="软件版本" />
<Button
android:id="@+id/frame_server_dict_config"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="服务端字典配置更新" />
<Button
android:id="@+id/frame_device_keep_wake"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="开启屏幕常亮" />
<Button
android:id="@+id/frame_device_release_wake"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="关闭屏幕常亮" />
<Button
android:id="@+id/animset"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="动画演示" />
<Button
android:id="@+id/date_time_picker"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="日期选择器Picker和Selector" />
<Button
android:id="@+id/sweet"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="Sweet Dialog" />
<Button
android:id="@+id/snack"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="顶部提示" />
<Button
android:id="@+id/widget_style"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="控件风格" />
<Button
android:id="@+id/zoom"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="zoom下拉放缩" />
<Button
android:id="@+id/anim_refresh"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="Anim下拉刷新" />
<Button
android:id="@+id/circle_refresh"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="圆形下拉刷新" />
<Button
android:id="@+id/sample_water_drop"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="仿iOS下拉刷新" />
<Button
android:id="@+id/wave"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="2dp"
android:onClick="onSampleFrameClick"
android:text="水波纹翻动" />
</LinearLayout>
</ScrollView>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="@dimen/ui_dimen_common"
android:background="@drawable/resource_drawable_shape_stroke_primary"
android:layout_marginTop="@dimen/ui_dimen_margin_h7"
android:text="@string/client_title_dialog_download_new_version_ing"
android:textColor="@color/uiColorPrimary"
android:textSize="@dimen/ui_text_size_h3" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/ui_dimen_margin_h2"
android:gravity="center"
android:orientation="vertical">
<TextView
android:id="@+id/download_apk_progress_text"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginTop="@dimen/ui_dimen_margin_h8"
android:background="@drawable/resource_drawable_shape_circle_primary"
android:gravity="center"
android:text="0%"
android:textColor="@color/uiTextColorWhite"
android:textSize="@dimen/ui_text_size_h6" />
<SeekBar
android:id="@+id/download_apk_progress_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/ui_dimen_margin_h4"
android:max="100"
android:progress="0" />
</LinearLayout>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@mipmap/resource_about_normal" android:state_pressed="false" />
<item android:drawable="@mipmap/resource_about_pressed" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@mipmap/resource_add_normal" android:state_pressed="false" />
<item android:drawable="@mipmap/resource_add_pressed" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_bottom_48" android:state_pressed="false" />
<item android:drawable="@drawable/ic_arrow_bottom_48_" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_bottom_48" android:state_pressed="true" />
<item android:drawable="@drawable/ic_arrow_bottom_48_" android:state_pressed="false" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_bottom_64" android:state_pressed="false" />
<item android:drawable="@drawable/ic_arrow_bottom_64_" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_bottom_64" android:state_pressed="true" />
<item android:drawable="@drawable/ic_arrow_bottom_64_" android:state_pressed="false" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_bottom_96" android:state_pressed="false" />
<item android:drawable="@drawable/ic_arrow_bottom_96_" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_bottom_96" android:state_pressed="true" />
<item android:drawable="@drawable/ic_arrow_bottom_96_" android:state_pressed="false" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_right_48" android:state_pressed="false" />
<item android:drawable="@drawable/ic_arrow_right_48_" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_right_48" android:state_pressed="true" />
<item android:drawable="@drawable/ic_arrow_right_48_" android:state_pressed="false" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_right_64" android:state_pressed="false" />
<item android:drawable="@drawable/ic_arrow_right_64_" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_right_64" android:state_pressed="true" />
<item android:drawable="@drawable/ic_arrow_right_64_" android:state_pressed="false" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_right_96" android:state_pressed="false" />
<item android:drawable="@drawable/ic_arrow_right_96_" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/ic_arrow_right_96" android:state_pressed="true" />
<item android:drawable="@drawable/ic_arrow_right_96_" android:state_pressed="false" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@mipmap/resource_back_normal" android:state_pressed="false" />
<item android:drawable="@mipmap/resource_back_pressed" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@mipmap/resource_personal_logout_normal" android:state_pressed="false" />
<item android:drawable="@mipmap/resource_personal_logout_pressed" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@mipmap/resource_menu_more_normal" android:state_pressed="false" />
<item android:drawable="@mipmap/resource_menu_more_pressed" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@mipmap/resource_personal_account_normal" android:state_pressed="false" />
<item android:drawable="@mipmap/resource_personal_account_pressed" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@mipmap/resource_personal_password_login_normal" android:state_pressed="false" />
<item android:drawable="@mipmap/resource_personal_password_login_pressed" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@mipmap/resource_personal_password_safety_normal" android:state_pressed="false" />
<item android:drawable="@mipmap/resource_personal_password_safety_pressed" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@mipmap/resource_true_normal" android:state_pressed="false" />
<item android:drawable="@mipmap/resource_true_pressed" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:enterFadeDuration="@integer/selector_duration"
android:exitFadeDuration="@integer/selector_duration"
>
<!--
选择器》圆形
主要绿色 按下去是深色
-->
<item android:state_pressed="false">
<shape android:shape="oval">
<stroke android:width="@dimen/ui_dimen_stroke" android:color="@color/uiColorPrimary" />
<solid android:color="@color/uiColorPrimary" />
</shape>
</item>
<item android:state_pressed="true">
<shape android:shape="oval">
<stroke android:width="@dimen/ui_dimen_stroke" android:color="@color/uiColorBlack" />
<solid android:color="@color/uiColorBlack" />
</shape>
</item>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<!--
选择器》 圆角矩形框
分割线色
-->
<item android:drawable="@drawable/resource_drawable_shape_stroke_line" android:state_pressed="false" />
<item android:drawable="@drawable/resource_drawable_shape_stroke_line_" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<!--
圆角矩形框
少量红色
-->
<item android:drawable="@drawable/resource_drawable_shape_stroke_little" android:state_pressed="false" />
<item android:drawable="@drawable/resource_drawable_shape_stroke_little_" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<!--
圆角矩形框
主要绿色
-->
<item android:drawable="@drawable/resource_drawable_shape_stroke_primary" android:state_pressed="false" />
<item android:drawable="@drawable/resource_drawable_shape_stroke_primary_" android:state_pressed="true" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/ui_dimen_stroke"
android:color="@color/uiBackground" />
<solid android:color="@color/uiBackground" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<!--
圆形实心框
少量红色
-->
<stroke
android:width="@dimen/ui_dimen_stroke"
android:color="@color/uiColorLittle" />
<solid android:color="@color/uiColorLittle" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<!--实心圆 少量红 按下-->
<stroke
android:width="@dimen/ui_dimen_stroke"
android:color="@color/uiColorLittle_" />
<solid android:color="@color/uiColorLittle_" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/ui_dimen_stroke"
android:color="@color/uiColorPrimary" />
<solid android:color="@color/uiColorPrimary" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/ui_dimen_stroke"
android:color="@color/uiBackground" />
<solid android:color="@color/uiBackground" />
<corners android:radius="@dimen/ui_dimen_radius" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/ui_dimen_stroke"
android:color="@color/uiBackgroundPrimaryAbove" />
<solid android:color="@color/uiBackgroundPrimaryAbove" />
<corners android:radius="@dimen/ui_dimen_radius" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/ui_dimen_stroke"
android:color="@color/uiColorLittle" />
<solid android:color="@color/uiColorLittle" />
<corners android:radius="@dimen/ui_dimen_radius" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/ui_dimen_stroke"
android:color="@color/uiColorPrimary" />
<solid android:color="@color/uiColorPrimary" />
<corners android:radius="@dimen/ui_dimen_radius" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--空心框 圆角框 分割线 按下-->
<corners android:radius="@dimen/ui_dimen_radius" />
<stroke
android:width="@dimen/ui_dimen_stroke"
android:color="@color/uiBackgroundLine_" />
<solid android:color="@color/uiColorTransparency" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--空心框 圆角 少量红 按下-->
<corners android:radius="@dimen/ui_dimen_radius" />
<stroke
android:width="@dimen/ui_dimen_stroke"
android:color="@color/uiColorLittle_" />
<solid android:color="@color/uiColorTransparency" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--空心框 圆角 主要绿按下-->
<corners android:radius="@dimen/ui_dimen_radius" />
<stroke
android:width="@dimen/ui_dimen_stroke"
android:color="@color/uiColorPrimary_" />
<solid android:color="@color/uiColorTransparency" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:color="@color/uiTextColorH1"
android:state_enabled="true"
android:state_focused="false"
android:state_pressed="false" /><!--选择器的默认颜色-->
<item android:color="@color/uiTextColorH1"
android:state_enabled="false" /><!--控件是否接受触摸或者点击事件时的颜色,false不接受-->
<item android:color="@color/uiTextColorH3"
android:state_pressed="true" /><!--是否按下,如一个按钮触摸或者点击,true按下-->
<item android:color="@color/uiTextColorH3"
android:state_focused="true" /><!--是否取得焦点,true取的焦点-->
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:color="@color/uiTextColorH1"
android:state_enabled="true"
android:state_focused="false"
android:state_pressed="false" /><!--选择器的默认颜色-->
<item android:color="@color/uiTextColorH1"
android:state_enabled="false" /><!--控件是否接受触摸或者点击事件时的颜色,false不接受-->
<item android:color="@color/uiTextColorPrimary"
android:state_pressed="true" /><!--是否按下,如一个按钮触摸或者点击,true按下-->
<item android:color="@color/uiTextColorPrimary"
android:state_focused="true" /><!--是否取得焦点,true取的焦点-->
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:color="@color/uiTextColorH2"
android:state_enabled="true"
android:state_focused="false"
android:state_pressed="false" /><!--选择器的默认颜色-->
<item android:color="@color/uiTextColorH2"
android:state_enabled="false" /><!--控件是否接受触摸或者点击事件时的颜色,false不接受-->
<item android:color="@color/uiTextColorPrimary"
android:state_pressed="true" /><!--是否按下,如一个按钮触摸或者点击,true按下-->
<item android:color="@color/uiTextColorPrimary"
android:state_focused="true" /><!--是否取得焦点,true取的焦点-->
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:color="@color/uiTextColorPrimary"
android:state_enabled="true"
android:state_focused="false"
android:state_pressed="false" /><!--选择器的默认颜色-->
<item android:color="@color/uiTextColorPrimary"
android:state_enabled="false" /><!--控件是否接受触摸或者点击事件时的颜色,false不接受-->
<item android:color="@color/uiTextColorH2"
android:state_pressed="true" /><!--是否按下,如一个按钮触摸或者点击,true按下-->
<item android:color="@color/uiTextColorH2"
android:state_focused="true" /><!--是否取得焦点,true取的焦点-->
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:color="@color/uiTextColorPrimary"
android:state_enabled="true"
android:state_focused="false"
android:state_pressed="false" /><!--选择器的默认颜色-->
<item android:color="@color/uiTextColorPrimary"
android:state_enabled="false" /><!--控件是否接受触摸或者点击事件时的颜色,false不接受-->
<item android:color="@color/uiTextColorWhite"
android:state_pressed="true" /><!--是否按下,如一个按钮触摸或者点击,true按下-->
<item android:color="@color/uiTextColorWhite"
android:state_focused="true" /><!--是否取得焦点,true取的焦点-->
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:color="@color/uiTextColorWhite"
android:state_enabled="true"
android:state_focused="false"
android:state_pressed="false" /><!--选择器的默认颜色-->
<item android:color="@color/uiTextColorWhite"
android:state_enabled="false" /><!--控件是否接受触摸或者点击事件时的颜色,false不接受-->
<item android:color="@color/uiTextColorH3"
android:state_pressed="true" /><!--是否按下,如一个按钮触摸或者点击,true按下-->
<item android:color="@color/uiTextColorH3"
android:state_focused="true" /><!--是否取得焦点,true取的焦点-->
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:color="@color/uiTextColorWhite"
android:state_enabled="true"
android:state_focused="false"
android:state_pressed="false" /><!--选择器的默认颜色-->
<item android:color="@color/uiTextColorWhite"
android:state_enabled="false" /><!--控件是否接受触摸或者点击事件时的颜色,false不接受-->
<item android:color="@color/uiTextColorPrimary"
android:state_pressed="true" /><!--是否按下,如一个按钮触摸或者点击,true按下-->
<item android:color="@color/uiTextColorPrimary"
android:state_focused="true" /><!--是否取得焦点,true取的焦点-->
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<com.zhy.autolayout.AutoLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="@dimen/ui_dimen_title"
android:gravity="center|start"
android:background="@color/uiColorPrimary"
android:orientation="horizontal">
<ImageView
android:id="@+id/back"
android:layout_width="wrap_content"
android:src="@drawable/resource_icon_back"
android:layout_marginLeft="@dimen/ui_dimen_margin_h2"
android:layout_marginRight="@dimen/ui_dimen_margin_h2"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:textColor="@color/uiTextColorWhite"
android:textSize="@dimen/ui_text_size_h1"
android:layout_height="wrap_content" />
</com.zhy.autolayout.AutoLinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/image_add"
android:layout_width="@dimen/ui_dimen_height_h6"
android:layout_height="@dimen/ui_dimen_height_h6"
android:background="@drawable/resource_drawable_selector_circle_primary"
android:orientation="vertical"
android:padding="@dimen/ui_dimen_padding_h2"
android:src="@drawable/resource_icon_add" />
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/image_close"
android:layout_width="@dimen/ui_dimen_height_h6"
android:layout_height="@dimen/ui_dimen_height_h6"
android:background="@drawable/resource_drawable_selector_circle_primary"
android:orientation="vertical"
android:padding="@dimen/ui_dimen_padding_h2"
android:src="@drawable/resource_icon_false" />
\ No newline at end of file
......@@ -13,9 +13,5 @@
<string name="resource_prompt_dialog_system_setting_time_zone_not_gmt8">请设置为中国标准时区[GMT+08:00]</string>
<string name="resource_prompt_dialog_system_setting_date_time_not_auto">请设置为自动确定日期和时间</string>
<!--当前网络无连接-->
<string name="resource_prompt_dialog_network_is_no_connected_title">无网络</string>
<string name="resource_prompt_dialog_network_is_no_connected_connect">您无法访问互联网。</string>
<string name="resource_prompt_dialog_network_is_no_connected_wifi_confirm">设置WiFi网络</string>
<string name="resource_prompt_dialog_network_is_no_connected_roaming_confirm">设置移动网络</string>
</resources>
\ No newline at end of file
<resources>
<!--异常、错误提示-->
<string name="resource_prompt_refresh_ssc_period_error">刷新期数失败</string>
</resources>
<resources>
<!--暗示-->
<string name="resource_hint_mobile">手机</string>
<string name="resource_hint_account">帐户(手机、邮箱)</string>
<string name="resource_hint_password">密码</string>
<string name="resource_hint_nickname">昵称(用于展示)</string>
</resources>
<resources>
<!--标签-->
<string name="resource_label_register_submit">注册</string>
<string name="resource_label_login_submit">登录</string>
<string name="resource_label_logout_submit">登出</string>
<string name="resource_label_language">语言</string>
<string name="resource_label_forget">忘记密码</string>
<string name="resource_label_remember">记住</string>
</resources>
......@@ -2,38 +2,18 @@
<!--提示-->
<!--验证帐户、密码-->
<string name="resource_prompt_verify_account_valid">请输入有效帐户(手机、邮箱)</string>
<string name="resource_prompt_verify_mobile_valid">请输入正确的手机号码</string>
<string name="resource_prompt_verify_mobile_empty">请输入手机号</string>
<string name="resource_prompt_verify_account_empty">请输入帐户</string>
<string name="resource_prompt_verify_nickname_empty">请输入昵称</string>
<string name="resource_prompt_verify_password_empty">请输入密码</string>
<string name="resource_prompt_verify_password_length">密码长度最少6位</string>
<!--多设备-->
<string name="resource_prompt_user_login_success">登录成功</string>
<string name="resource_prompt_user_login_progress">登录中..</string>
<string name="resource_prompt_user_login_another_device_title">强制下线</string>
<string name="resource_prompt_user_login_another_device_content">您的帐户在其他设备上登录</string>
<string name="resource_prompt_user_login_another_device_anew_login">重新登录</string>
<!--退出-->
<string name="resource_prompt_user_logout_progress">登出中..</string>
<string name="resource_prompt_user_logout_success">登出成功..</string>
<string name="resource_prompt_user_logout_title">登出提示</string>
<string name="resource_prompt_user_logout_content">真的要登出此帐户,并返回到登录吗?</string>
<!--在被强制下线-->
<string name="resource_prompt_user_forced_title">强制下线</string>
<string name="resource_prompt_user_forced_offline_content">您的帐户已经被强制下线!</string>
<string name="resource_prompt_user_forced_content">您的帐户已经被强制下线!</string>
<!--被手动删除-->
<string name="resource_prompt_user_removed_title">删除下线</string>
<string name="resource_prompt_user_remove_offline_content">您的帐户已经被强制下线!</string>
<string name="resource_prompt_user_removed_content">您的帐户已经被强制下线!</string>
<!--帐户开设-->
<string name="resource_prompt_register_progress">帐户注册中..</string>
<string name="resource_prompt_register_success">恭喜您,注册成功!</string>
<string name="resource_prompt_login_error">登录时遇到问题!</string>
<string name="resource_prompt_register_error">注册帐户时遇到问题!</string>
</resources>
......@@ -2,39 +2,12 @@
<!--公共-->
<string name="resource_public_on"></string>
<string name="resource_public_off"></string>
<string name="resource_public_close">关闭</string>
<string name="resource_public_cancel">取消</string>
<string name="resource_public_confirm">确定</string>
<string name="resource_public_yes"></string>
<string name="resource_public_no"></string>
<string name="resource_public_new">新增</string>
<string name="resource_public_modify">修改</string>
<string name="resource_public_query">查询</string>
<string name="resource_public_delete">删除</string>
<string name="resource_public_submit">提交</string>
<string name="resource_public_copy">复制</string>
<string name="resource_public_save">保存</string>
<string name="resource_public_all">全部</string>
<string name="resource_public_retry">重试</string>
<string name="resource_public_wait">请等待..</string>
<string name="resource_public_upgrade_now">立即升级</string>
<string name="resource_public_ok">OK</string>
<string name="resource_public_edit">编辑</string>
<string name="resource_public_reset">重置</string>
<string name="resource_public_back">返回</string>
<string name="resource_public_exit">退出</string>
<string name="resource_public_next">下一步</string>
<string name="resource_public_share">分享</string>
<string name="resource_public_setting">设置</string>
<string name="resource_public_setting_ok">已设置</string>
<string name="resource_public_setting_no">未设置</string>
<string name="resource_public_know">知道了</string>
<string name="resource_public_input">请输入</string>
<string name="resource_public_select">请选择</string>
</resources>
......@@ -2,10 +2,7 @@
<!--用户相关-->
<!--登录-->
<string name="resource_label_user_login">登录相关</string>
<!--注册-->
<string name="resource_label_user_register">注册相关</string>
<!--修改密码-->
<string name="resource_label_user_password">修改密码相关</string>
</resources>
<resources>
<!--值-->
<string name="resource_label_user_verify_email_input">去填写邮箱</string>
<string name="resource_label_user_verify_mobile_input">去填写手机</string>
<string name="resource_label_user_verify_email_verify">去验证邮箱</string>
<string name="resource_label_user_verify_mobile_verify">去验证手机</string>
<string name="resource_label_user_verify_email_already">邮箱已验证</string>
<string name="resource_label_user_verify_mobile_already">手机已验证</string>
<string name="resource_label_user_verify_email_already_toast">你已经绑定邮箱了,安全棒棒哒!</string>
<string name="resource_label_user_verify_mobile_already_toast">你已经绑定手机了,安全棒棒哒!</string>
<string name="resource_label_user_reset_pwd_input">重置密码(请先填写邮箱)</string>
<string name="resource_label_user_reset_pwd_verify">重置密码(请先验证邮箱)</string>
<string name="resource_label_user_reset_pwd">重置密码(邮箱)</string>
<string name="resource_label_user_modify_pwd">修改密码</string>
<string name="resource_label_user_invalid">本次需重新登录。</string>
<string name="resource_label_language_zh">中文</string>
<string name="resource_label_language_en">英文</string>
<string name="digits_account_edit_text">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@.</string>
<string name="digits_password_edit_text">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789</string>
</resources>
......@@ -11,19 +11,22 @@
<!--<color name="colorAccent">#191211</color>-->
<!--UI规范-->
<color name="uiColorTransparency">@android:color/transparent</color> 透明
<color name="uiColorWhite">#FFFFFF</color> 纯白
<color name="uiColorBlack">#707070</color> 淡黑
<color name="uiColorTransparency">@android:color/transparent</color>
透明
纯白
淡黑
<color name="uiColorPrimary">#04BE02</color> 主要色
<color name="uiColorPrimary_">#5604BE02</color> 主要色按下
<color name="uiColorLittle">#EF4F4F</color> 少量的色
<color name="uiColorLittle_">#95EF4F4F</color> 少量的色按下
<color name="uiBackground1">#FFF0F5</color> 小麦色 时彩掘金使用
<color name="uiColorLittle_">#95EF4F4F</color>
少量的色按下
小麦色 时彩掘金使用
<color name="uiBackground">#E7E7E7</color> P2P使用
<color name="uiBackgroundPrimary">#F2F2F2</color> 主要底色
<color name="uiBackgroundPrimaryAbove">#95FFFFFF</color> 主要底色之上
<color name="uiBackgroundBar">#F8F8F8</color> 标题、tab背景等
<color name="uiBackgroundLineModel">#05000000</color> 分割模块标题背景
<color name="uiBackgroundPrimaryAbove">#95FFFFFF</color>
主要底色之上
标题、tab背景等
分割模块标题背景
<color name="uiBackgroundLine">#30000000</color> 分割线
<color name="uiBackgroundLine_">#60000000</color> 分割线按下
......@@ -34,13 +37,14 @@
<color name="uiTextColorPrimary">#FF4081</color> 点缀
<color name="uiTextColorH1">#333333</color> 一级
<color name="uiTextColorH2">#666666</color> 2级
<color name="uiTextColorH3">#888888</color> 3级
<color name="uiTextColorH4">#999999</color> 4级
<color name="uiTextColorH5">#B2B2B2</color> 5级
<color name="uiTextColorH6">#CCCCCC</color> 6级
<color name="colorConstant">#3036b643</color> <!--常量色-->
<color name="colorFiveStar">#affdd6</color> <!--5星布局-->
<color name="uiTextColorH3">#888888</color>
3级
4级
5级
6级
<!--常量色-->
<!--5星布局-->
</resources>
......@@ -14,9 +14,5 @@
<string name="resource_prompt_dialog_system_setting_time_zone_not_gmt8">Please set to China standard time zone[GMT+08:00]</string>
<string name="resource_prompt_dialog_system_setting_date_time_not_auto">Please set to automatically determine the date and time</string>
<!--当前网络无连接-->
<string name="resource_prompt_dialog_network_is_no_connected_title">There is no network</string>
<string name="resource_prompt_dialog_network_is_no_connected_connect">You do not have access to the Internet</string>
<string name="resource_prompt_dialog_network_is_no_connected_wifi_confirm">WiFi </string>
<string name="resource_prompt_dialog_network_is_no_connected_roaming_confirm">Mobile network</string>
</resources>
\ No newline at end of file
<resources>
<!--异常、错误提示-->
<string name="resource_prompt_refresh_ssc_period_error">Refresh period failure</string>
</resources>
<resources>
<!--暗示-->
<string name="resource_hint_mobile">Mobile</string>
<string name="resource_hint_account">Account(phone or email)</string>
<string name="resource_hint_password">Password</string>
<string name="resource_hint_nickname">Nickname</string>
</resources>
<resources>
<!--标签-->
<string name="resource_label_register_submit">Register</string>
<string name="resource_label_login_submit">Login</string>
<string name="resource_label_logout_submit">Logout</string>
<string name="resource_label_language">Language</string>
<string name="resource_label_forget">Forget</string>
<string name="resource_label_remember">Remember</string>
</resources>
......@@ -2,35 +2,16 @@
<!--提示-->
<!--验证帐户、密码-->
<string name="resource_prompt_verify_account_valid">请输入有效帐户(手机、邮箱)</string>
<string name="resource_prompt_verify_mobile_valid">请输入正确的手机号码</string>
<string name="resource_prompt_verify_mobile_empty">No input account</string>
<string name="resource_prompt_verify_account_empty">No input account</string>
<string name="resource_prompt_verify_nickname_empty">No input nickname</string>
<string name="resource_prompt_verify_password_empty">No input password</string>
<string name="resource_prompt_verify_password_length">Password length at least six</string>
<!--多设备-->
<string name="resource_prompt_user_login_success">登录成功</string>
<string name="resource_prompt_user_login_progress">Logging..</string>
<string name="resource_prompt_user_login_another_device_title">Forced offline</string>
<string name="resource_prompt_user_login_another_device_content">Your account login on other devices</string>
<string name="resource_prompt_user_login_another_device_anew_login">Re Login</string>
<!--退出-->
<string name="resource_prompt_user_logout_progress">Logout..</string>
<string name="resource_prompt_user_logout_success">Logout success</string>
<string name="resource_prompt_user_logout_title">Logout tip</string>
<string name="resource_prompt_user_logout_content">Really want to logout the account, and return to the login?</string>
<!--在被强制下线-->
<string name="resource_prompt_user_forced_title">Forced offline</string>
<string name="resource_prompt_user_forced_offline_content">Your account has already been forced offline!</string>
<string name="resource_prompt_user_forced_content">Your account has already been Forced offline!</string>
<!--被手动删除-->
<string name="resource_prompt_user_removed_title">Remove offline</string>
<string name="resource_prompt_user_remove_offline_content">Your account has already been Remove offline!</string>
<string name="resource_prompt_user_removed_content">Your account has already been deleted!</string>
<!--帐户开设-->
<string name="resource_prompt_register_progress">Account opening..</string>
<string name="resource_prompt_register_success">Congratulations, success at a lower level!</string>
<string name="resource_prompt_login_error">登录时遇到问题!</string>
<string name="resource_prompt_register_error">注册帐户时遇到问题!</string>
</resources>
......@@ -2,39 +2,12 @@
<!--公共-->
<string name="resource_public_on">ON</string>
<string name="resource_public_off">OFF</string>
<string name="resource_public_close">Close</string>
<string name="resource_public_cancel">Cancel</string>
<string name="resource_public_confirm">Confirm</string>
<string name="resource_public_yes">Yes</string>
<string name="resource_public_no">No</string>
<string name="resource_public_new">New</string>
<string name="resource_public_modify">Modify</string>
<string name="resource_public_query">Query</string>
<string name="resource_public_delete">Delete</string>
<string name="resource_public_submit">Submit</string>
<string name="resource_public_copy">Copy</string>
<string name="resource_public_save">Save</string>
<string name="resource_public_all">All</string>
<string name="resource_public_retry">Retry</string>
<string name="resource_public_wait">Wait..</string>
<string name="resource_public_upgrade_now">Upgrade Now</string>
<string name="resource_public_ok">OK</string>
<string name="resource_public_edit">Edit</string>
<string name="resource_public_reset">Reset</string>
<string name="resource_public_back">Back</string>
<string name="resource_public_exit">Exit</string>
<string name="resource_public_next">Next</string>
<string name="resource_public_share">Share</string>
<string name="resource_public_setting">设置</string>
<string name="resource_public_setting_ok">已设置</string>
<string name="resource_public_setting_no">未设置</string>
<string name="resource_public_know">I know</string>
<string name="resource_public_input">Please input</string>
<string name="resource_public_select">请选择</string>
</resources>
......@@ -2,10 +2,7 @@
<!--用户相关-->
<!--登录-->
<string name="resource_label_user_login">登录相关</string>
<!--注册-->
<string name="resource_label_user_register">注册相关</string>
<!--修改密码-->
<string name="resource_label_user_password">修改密码相关</string>
</resources>
<resources>
<!--值-->
<string name="resource_label_user_verify_email_input">去填写邮箱</string>
<string name="resource_label_user_verify_mobile_input">去填写手机</string>
<string name="resource_label_user_verify_email_verify">去验证邮箱</string>
<string name="resource_label_user_verify_mobile_verify">去验证手机</string>
<string name="resource_label_user_verify_email_already">邮箱已验证</string>
<string name="resource_label_user_verify_mobile_already">手机已验证</string>
<string name="resource_label_user_verify_email_already_toast">你已经绑定邮箱了,安全棒棒哒!</string>
<string name="resource_label_user_verify_mobile_already_toast">你已经绑定手机了,安全棒棒哒!</string>
<string name="resource_label_user_reset_pwd_input">重置密码(请先填写邮箱)</string>
<string name="resource_label_user_reset_pwd_verify">重置密码(请先验证邮箱)</string>
<string name="resource_label_user_reset_pwd">重置密码(邮箱)</string>
<string name="resource_label_user_modify_pwd">修改密码</string>
<string name="resource_label_user_invalid">本次需重新登录。</string>
<string name="resource_label_language_zh">Chinese</string>
<string name="resource_label_language_en">English</string>
<string name="digits_account_edit_text">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@.</string>
<string name="digits_password_edit_text">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789</string>
</resources>
......@@ -16,10 +16,10 @@
<!--&lt;!&ndash; App启动样式 &ndash;&gt;-->
<!--<style name="SplashTheme" parent="ResourceBaseAppTheme">-->
<!--<item name="android:windowBackground">@color/colorPrimary</item>-->
<!--<item name="android:windowFullscreen">true</item>-->
<!--<item name="windowNoTitle">true</item>-->
<!--<item name="windowActionBar">false</item>-->
<!--<item name="android:windowIsTranslucent">true</item>-->
<!--<item name="android:windowBackground">@color/colorPrimary</item>-->
<!--<item name="android:windowFullscreen">true</item>-->
<!--<item name="windowNoTitle">true</item>-->
<!--<item name="windowActionBar">false</item>-->
<!--<item name="android:windowIsTranslucent">true</item>-->
<!--</style>-->
</resources>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillType="evenOdd"
android:pathData="M32,64C32,64 38.39,52.99 44.13,50.95C51.37,48.37 70.14,49.57 70.14,49.57L108.26,87.69L108,109.01L75.97,107.97L32,64Z"
android:strokeWidth="1"
android:strokeColor="#00000000">
<aapt:attr name="android:fillColor">
<gradient
android:endX="78.5885"
android:endY="90.9159"
android:startX="48.7653"
android:startY="61.0927"
android:type="linear">
<item
android:color="#44000000"
android:offset="0.0" />
<item
android:color="#00000000"
android:offset="1.0" />
</gradient>
</aapt:attr>
</path>
<path
android:fillColor="#FFFFFF"
android:fillType="nonZero"
android:pathData="M66.94,46.02L66.94,46.02C72.44,50.07 76,56.61 76,64L32,64C32,56.61 35.56,50.11 40.98,46.06L36.18,41.19C35.45,40.45 35.45,39.3 36.18,38.56C36.91,37.81 38.05,37.81 38.78,38.56L44.25,44.05C47.18,42.57 50.48,41.71 54,41.71C57.48,41.71 60.78,42.57 63.68,44.05L69.11,38.56C69.84,37.81 70.98,37.81 71.71,38.56C72.44,39.3 72.44,40.45 71.71,41.19L66.94,46.02ZM62.94,56.92C64.08,56.92 65,56.01 65,54.88C65,53.76 64.08,52.85 62.94,52.85C61.8,52.85 60.88,53.76 60.88,54.88C60.88,56.01 61.8,56.92 62.94,56.92ZM45.06,56.92C46.2,56.92 47.13,56.01 47.13,54.88C47.13,53.76 46.2,52.85 45.06,52.85C43.92,52.85 43,53.76 43,54.88C43,56.01 43.92,56.92 45.06,56.92Z"
android:strokeWidth="1"
android:strokeColor="#00000000" />
</vector>
<?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>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:enterFadeDuration="@integer/selector_duration" android:exitFadeDuration="@integer/selector_duration">
<item android:drawable="@drawable/rv_common_icon_back_dark" />
<item android:drawable="@drawable/rv_common_icon_back_white" android:state_pressed="true" tools:ignore="StateListReachable" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:enterFadeDuration="@integer/selector_duration"
android:exitFadeDuration="@integer/selector_duration"
>
<!--
选择器》 圆角矩形
主要绿色
-->
<item android:state_pressed="false" android:drawable="@drawable/ui_shape_radius_common_primary">
</item>
<item android:state_pressed="true" android:drawable="@drawable/ui_shape_radius_common_primary_">
</item>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:enterFadeDuration="@integer/selector_duration"
android:exitFadeDuration="@integer/selector_duration"
>
<!--
选择器》 圆角矩形
主要绿色
-->
<item android:state_pressed="false" android:drawable="@drawable/ui_shape_radius_common_primary_h2">
</item>
<item android:state_pressed="true" android:drawable="@drawable/ui_shape_radius_common_primary_h2_">
</item>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:enterFadeDuration="@integer/selector_duration"
android:exitFadeDuration="@integer/selector_duration"
>
<!--
选择器》 圆角矩形
主要绿色
-->
<item android:state_pressed="false" android:drawable="@drawable/ui_shape_radius_larger_dark">
</item>
<item android:state_pressed="true" android:drawable="@drawable/ui_shape_radius_larger_dark_">
</item>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:enterFadeDuration="@integer/selector_duration"
android:exitFadeDuration="@integer/selector_duration"
>
<!--
选择器》 圆角矩形
主要绿色
-->
<item android:state_pressed="false" android:drawable="@drawable/ui_shape_radius_larger_primary">
</item>
<item android:state_pressed="true" android:drawable="@drawable/ui_shape_radius_larger_primary_">
</item>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/_ui_stroke_width1"
android:color="@color/colorPrimary" />
<corners android:radius="@dimen/_ui_radius_common" />
<solid android:color="@color/colorPrimary" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/_ui_stroke_width1"
android:color="@color/colorPrimary_" />
<corners android:radius="@dimen/_ui_radius_common" />
<solid android:color="@color/colorPrimary_" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/_ui_stroke_width1"
android:color="@color/colorH2" />
<corners android:radius="@dimen/_ui_radius_common" />
<solid android:color="@color/colorH2" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/_ui_stroke_width1"
android:color="@color/colorH2_" />
<corners android:radius="@dimen/_ui_radius_common" />
<solid android:color="@color/colorH2_" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/_ui_stroke_width1"
android:color="@color/colorDark" />
<corners android:radius="@dimen/_ui_radius_larger" />
<solid android:color="@color/colorDark" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/_ui_stroke_width1"
android:color="@color/colorDark_" />
<corners android:radius="@dimen/_ui_radius_larger" />
<solid android:color="@color/colorDark_" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/_ui_stroke_width1"
android:color="@color/colorPrimary" />
<corners android:radius="@dimen/_ui_radius_larger" />
<solid android:color="@color/colorPrimary" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/_ui_stroke_width1"
android:color="@color/colorPrimary_" />
<corners android:radius="@dimen/_ui_radius_larger" />
<solid android:color="@color/colorPrimary_" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="@dimen/_ui_stroke_width1"
android:color="@color/colorPrimary" />
<corners android:radius="@dimen/_ui_radius_common" />
<solid android:color="@android:color/transparent" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--
圆形实心框
主要色
-->
<stroke
android:width="1dp"
android:color="@color/colorPrimary" />
<corners android:radius="@dimen/_ui_radius_larger" />
<solid android:color="@android:color/transparent" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/rv_common_icon_back_white" android:state_checked="false" />
<item android:drawable="@drawable/rv_common_icon_back_dark" android:state_checked="true" />
</selector>
<?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="10px" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#f2f2f2" />
<corners android:radius="10px" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/colorMain"
/>
<corners android:radius="@dimen/size_30" />
<size
android:width="@dimen/size_30"
android:height="@dimen/size_30" />
</shape>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/colorAuxiliaryYellow" />
<corners android:radius="@dimen/size_30" />
<size
android:width="@dimen/size_30"
android:height="@dimen/size_30" />
</shape>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/switch_custom_thumb_on" android:state_checked="true" />
<item android:drawable="@drawable/switch_custom_thumb_off" android:state_checked="false" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/colorAuxiliaryYellow" />
<stroke
android:color="#00000000" />
<corners android:radius="@dimen/size_30" />
<!--<corners-->
<!--android:topLeftRadius="8dp"-->
<!--android:topRightRadius="8dp"-->
<!--android:bottomRightRadius="0dp"-->
<!--android:bottomLeftRadius="0dp"-->
<!--/>-->
<size
android:width="@dimen/size_50"
android:height="@dimen/size_20" />
</shape>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/colorMain" />
<stroke
android:color="#00000000" />
<corners android:radius="@dimen/size_30" />
<size
android:width="@dimen/size_50"
android:height="@dimen/size_20" />
</shape>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/switch_custom_track_on" android:state_checked="true" />
<item android:drawable="@drawable/switch_custom_track_off" android:state_checked="false" />
</selector>
......@@ -21,8 +21,8 @@
<!--       <item   name="android:maxHeight">20dp</item>-->
<!--</style>-->
<style name="fiveRatingBar" parent="@android:style/Widget.RatingBar">
<item name="android:progressDrawable">@drawable/layer_stars</item>
<item name="android:minHeight">@dimen/size_15</item>
<item name="android:progressDrawable">@drawable/layer_stars</item>
<item name="android:minHeight">@dimen/size_15</item>
<item name="android:minWidth">@dimen/size_15</item>
</style>
......
......@@ -19,8 +19,6 @@
<color name="sweet_title_text_color">#575757</color>
<color name="sweet_content_text_color">#797979</color>
<color name="sweet_material_blue_grey_80">#ff37474f</color>
<color name="sweet_material_blue_grey_90">#ff263238</color>
<color name="sweet_material_blue_grey_95">#ff21272b</color>
<color name="sweet_material_deep_teal_20">#ff80cbc4</color>
<color name="sweet_material_deep_teal_50">#ff009688</color>
</resources>
<?xml version="1.0" encoding="utf-8"?><!-- 左上角扩大-->
<scale xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="300"
android:fromXScale="0.001"
android:fromYScale="0.001"
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
android:pivotX="100%"
android:pivotY="10%"
android:toXScale="1.0"
android:toYScale="1.0" />
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?><!-- 左上角缩小 -->
<scale xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="300"
android:fromXScale="1.0"
android:fromYScale="1.0"
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
android:pivotX="100%"
android:pivotY="10%"
android:toXScale="0.001"
android:toYScale="0.001" />
\ No newline at end of file
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="300"
android:propertyName="x"
android:valueFrom="0"
android:valueTo="-720" />
\ No newline at end of file
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="300"
android:propertyName="x"
android:valueFrom="720"
android:valueTo="0" />
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<gradient
android:startColor="@android:color/transparent"
android:endColor="#88333333"
android:angle="90"/>
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@id/date_picker_header"
android:layout_width="@dimen/date_picker_component_width"
android:layout_height="@dimen/date_picker_header_height"
android:background="@color/calendar_header"
android:gravity="center"
android:importantForAccessibility="no"
android:includeFontPadding="false"
android:textColor="@color/white"
android:textSize="@dimen/date_picker_header_text_size" />
\ No newline at end of file
<resources>
<string name="utils_title_catch_exception">捕获异常</string>
<string name="utils_prompt_loading">正在加载..</string>
<string name="auto_screen_tips">提示</string>
<string name="auto_screen_content">你的手机暂不支持高级截图功能..</string>
<string name="auto_screen_success">截屏成功</string>
<string name="auto_screen_fail">截屏失败</string>
<string name="prompt_verify_default_text">获取验证码</string>
<string name="prompt_verify_wait_for">请等待</string>
<string name="prompt_verify_wait_for_unit"></string>
<string name="prompt_verify_mobile_invalid">手机号码不对</string>
<!--Crop-->
<string name="prompt_no_camera">没有找到摄像头</string>
<string name="prompt_handle_ing">图片处理中..</string>
<string name="prompt_handle_finish">裁剪..</string>
<string name="value_photo">相册</string>
<string name="value_camera">相机</string>
<string name="label_crop_text">图片裁剪</string>
<string name="label_crop_source">选择来源</string>
<!--剪贴版提示-->
<string name="prompt_copy_success">已复制内容</string>
<string name="prompt_copy_fail">复制内容失败</string>
</resources>
......@@ -6,15 +6,12 @@
<color name="blue">#0000FF</color>
<color name="white">#f9f9fa</color>
<color name="black">#90000000</color>
<color name="date_white">#ffffffff</color>
<color name="circle_background">#fff2f2f2</color>
<color name="line_background">#ffcccccc</color>
<color name="done_text_color_normal">#ff333333</color>
<color name="done_text_color_disabled">#ffcccccc</color>
<color name="date_blue">#ff33b5e5</color>
<color name="darker_blue">#ff0099cc</color>
<color name="date_picker_text_normal">#ff999999</color>
<color name="calendar_header">#ff999999</color>
<color name="date_picker_view_animator">#fff2f2f2</color>
<color name="ampm_text_color">#8c8c8c</color>
<color name="numbers_text_color">#8c8c8c</color>
......
......@@ -3,7 +3,6 @@
<!--开源日历-->
<dimen name="done_label_size">14sp</dimen>
<dimen name="date_picker_component_width">270dip</dimen>
<dimen name="date_picker_header_height">30dip</dimen>
<dimen name="selected_calendar_layout_height">155dip</dimen>
<dimen name="date_picker_view_animator_height">270dip</dimen>
<dimen name="month_list_item_header_height">50dip</dimen>
......@@ -13,7 +12,6 @@
<dimen name="selected_date_year_size">30dip</dimen>
<dimen name="selected_date_day_size">75dip</dimen>
<dimen name="selected_date_month_size">30dip</dimen>
<dimen name="date_picker_header_text_size">14dip</dimen>
<dimen name="month_label_size">16sp</dimen>
<dimen name="day_number_size">16sp</dimen>
<dimen name="year_label_height">64dip</dimen>
......@@ -26,8 +24,6 @@
<dimen name="separator_padding">4dip</dimen>
<dimen name="header_height">96dip</dimen>
<dimen name="picker_dimen">270dip</dimen>
<dimen name="minimum_margin_sides">48dip</dimen>
<dimen name="minimum_margin_top_bottom">24dip</dimen>
<item name="circle_radius_multiplier" format="float" type="string">0.82</item>
<item name="circle_radius_multiplier_24HourMode" format="float" type="string">0.85</item>
......
......@@ -13,8 +13,6 @@
<item name="android:textStyle">bold</item>
</style>
<style name="day_of_week_label_condensed" />
<style name="time_selector_dialog" parent="android:style/Theme.Dialog">
<item name="android:windowFrame">@null</item>
<item name="android:windowNoTitle">true</item>
......
<resources>
<string name="utils_title_catch_exception">Catch Exception</string>
<string name="utils_prompt_loading">loading..</string>
<string name="auto_screen_tips">提示</string>
<string name="auto_screen_content">你的手机暂不支持高级截图功能..</string>
<string name="auto_screen_success">截屏成功</string>
<string name="auto_screen_fail">截屏失败</string>
<string name="prompt_verify_default_text">获取验证码</string>
<string name="prompt_verify_wait_for">请等待</string>
<string name="prompt_verify_wait_for_unit"></string>
<string name="prompt_verify_mobile_invalid">手机号码是不对</string>
<!--Crop-->
<string name="prompt_no_camera">没有找到摄像头</string>
<string name="prompt_handle_ing">图片处理中..</string>
<string name="prompt_handle_finish">裁剪..</string>
<string name="value_photo">相册</string>
<string name="value_camera">相机</string>
<string name="label_crop_text">图片裁剪</string>
<string name="label_crop_source">选择来源</string>
<!--剪贴版提示-->
<string name="prompt_copy_success">已复制内容</string>
<string name="prompt_copy_fail">复制内容失败</string>
</resources>
<resources>
<string name="app_name">component_utils</string>
<!-- 时间显示 -->
<string name="to_this_day">至今</string>
<string name="friendly_time_just_now">刚刚</string>
<string name="friendly_time_before_seconds">秒前</string>
<string name="friendly_time_before_minute">分钟前</string>
......
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/linear_interpolator">
<rotate
android:duration="5"
android:fromDegrees="0"
android:pivotX="50%"
android:pivotY="50%"
android:toDegrees="-2" />
</set>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/linear_interpolator">
<rotate
android:duration="20"
android:fromDegrees="-2"
android:pivotX="50%"
android:pivotY="50%"
android:toDegrees="0" />
</set>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/jc_back_pressed" android:state_pressed="true" />
<item android:drawable="@drawable/jc_back_normal" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background">
<shape>
<solid android:color="#ffffffff" />
<corners android:radius="2.0dip" />
</shape>
</item>
<item android:id="@android:id/progress">
<clip
android:clipOrientation="vertical"
android:gravity="bottom">
<shape>
<solid android:color="#fff85959" />
<corners android:radius="2.0dip" />
</shape>
</clip>
</item>
</layer-list>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
android:descendantFocusability="blocksDescendants">
<FrameLayout
android:id="@+id/surface_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
</FrameLayout>
<ImageView
android:id="@+id/thumb"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:background="#000000"
android:scaleType="fitXY"/>
<LinearLayout
android:id="@+id/layout_bottom"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
android:background="@drawable/jc_bottom_bg"
android:gravity="center_vertical"
android:orientation="horizontal"
android:visibility="invisible">
<TextView
android:id="@+id/current"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="14dp"
android:text="00:00"
android:textColor="#ffffff"/>
<SeekBar
android:id="@+id/bottom_seek_progress"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_weight="1.0"
android:background="@null"
android:max="100"
android:maxHeight="1.0dip"
android:minHeight="1.0dip"
android:paddingBottom="8dp"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:paddingTop="8dp"
android:progressDrawable="@drawable/jc_bottom_seek_progress"
android:thumb="@drawable/jc_bottom_seek_thumb"/>
<TextView
android:id="@+id/total"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="00:00"
android:textColor="#ffffff"/>
<ImageView
android:id="@+id/fullscreen"
android:layout_width="24.5dp"
android:layout_height="fill_parent"
android:layout_marginLeft="14.0dip"
android:layout_marginRight="14.0dip"
android:scaleType="centerInside"
android:src="@drawable/jc_enlarge"/>
</LinearLayout>
<ProgressBar
android:id="@+id/bottom_progress"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="1.5dp"
android:layout_alignParentBottom="true"
android:max="100"
android:progressDrawable="@drawable/jc_bottom_progress"/>
<ImageView
android:id="@+id/back_tiny"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginLeft="6dp"
android:layout_marginTop="6dp"
android:background="@drawable/jc_click_back_tiny_selector"
android:visibility="visible"/>
<LinearLayout
android:id="@+id/layout_top"
android:layout_width="match_parent"
android:layout_height="60dp"
android:background="@drawable/jc_title_bg"
android:gravity="center_vertical">
<ImageView
android:id="@+id/back"
android:layout_width="23dp"
android:layout_height="match_parent"
android:background="@android:color/transparent"
android:paddingLeft="14dp"
android:scaleType="centerInside"/>
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="10dp"
android:textColor="@android:color/white"
android:textSize="18sp"/>
</LinearLayout>
<ProgressBar
android:id="@+id/loading"
android:layout_width="@dimen/jc_start_button_w_h_normal"
android:layout_height="@dimen/jc_start_button_w_h_normal"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:indeterminateDrawable="@drawable/jc_loading"
android:visibility="invisible"/>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true">
<ImageView
android:id="@+id/start"
android:layout_width="@dimen/jc_start_button_w_h_normal"
android:layout_height="@dimen/jc_start_button_w_h_normal"
android:layout_alignLeft="@+id/loading"
android:layout_alignStart="@+id/loading"
android:layout_alignTop="@+id/loading"
android:layout_gravity="center"
android:src="@drawable/jc_click_play_selector"/>
</FrameLayout>
</RelativeLayout>
......@@ -13,18 +13,6 @@
<item name="android:windowExitAnimation">@android:anim/fade_out</item>
</style>
<style name="jc_vertical_progressBar">
<item name="android:maxWidth">12dp</item>
<item name="android:indeterminateOnly">false</item>
<item name="android:indeterminateDrawable">
@android:drawable/progress_indeterminate_horizontal
</item>
<item name="android:progressDrawable">@drawable/jc_volume_progress_bg</item>
<item name="android:indeterminateDuration">3500</item>
<item name="android:indeterminateBehavior">repeat</item>
<item name="android:minWidth">1dp</item>
</style>
<style name="BottomDialog.Animation" parent="Animation.AppCompat.Dialog">
<item name="android:windowEnterAnimation">@anim/translate_dialog_in</item>
<item name="android:windowExitAnimation">@anim/translate_dialog_out</item>
......
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<scale
android:duration="200"
android:fillAfter="false"
android:fromXScale="1.0"
android:fromYScale="1.0"
android:pivotX="50.0%"
android:pivotY="50.0%"
android:toXScale="1.0"
android:toYScale="1.0"/>
</set>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<scale
android:duration="200"
android:fillAfter="false"
android:fromXScale="0.8"
android:fromYScale="0.8"
android:pivotX="50.0%"
android:pivotY="50.0%"
android:toXScale="1.0"
android:toYScale="1.0"/>
<alpha
android:duration="200"
android:fillAfter="false"
android:fromAlpha="0.0"
android:toAlpha="1.0"/>
</set>
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<scale
android:duration="200"
android:fillAfter="false"
android:fromXScale="1.0"
android:fromYScale="1.0"
android:pivotX="50.0%"
android:pivotY="50.0%"
android:toXScale="0.8"
android:toYScale="0.8"/>
<alpha
android:duration="200"
android:fillAfter="false"
android:fromAlpha="1.0"
android:toAlpha="0.0"/>
</set>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/actionbar_selector_color" android:state_selected="true" />
<item android:drawable="@color/actionbar_selector_color" android:state_focused="true" />
<item android:drawable="@color/actionbar_selector_color" android:state_focused="false" android:state_pressed="true" />
<item android:drawable="@color/transparent" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/photopicker_toolbar"/>
<com.sk.weichat.view.photopicker.widget.ViewPagerFixed
android:id="@+id/vp_photos"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>
\ No newline at end of file
......@@ -5,7 +5,6 @@
<color name="colorAccent">#FF4081</color>
<color name="normal_bg">#fff0eff4</color>
<color name="actionbar_selector_color">#4d000000</color>
<color name="transparent">#00000000</color>
<color name="hint_text_color">#ff999999</color>
<color name="white">#ffffffff</color>
......@@ -15,7 +14,6 @@
<color name="grey">#ffa7a7a7</color>
<color name="dark_grey">#ff7a7a7a</color>
<color name="light_grey">#ffcccccc</color>
<color name="text_black">#ff2d2f32</color>
<color name="gray">#ff999999</color>
<!-- <color name="yellow">#ffffba00</color>-->
<color name="blue">#ff3db4ff</color>
......@@ -25,7 +23,6 @@
<color name="action_text_color_normal">#cfcfcf</color>
<color name="action_text_color_pressed">#353535</color>
<color name="dialog_normal">@color/black</color>
<color name="app_white">#ffffffff</color>
<color name="app_black">#ff000000</color>
<color name="color_text_white">#FCFCFC</color>
......
<resources>
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
<item name="android:buttonStyle">@android:style/Widget.Button</item>
<item name="android:windowAnimationStyle">@style/IMAnimationStyle</item>
<!--<item name="actionBarStyle">@style/IMActionBar</item>-->
<item name="android:actionBarStyle">@style/myActionBar</item> <!--设置ActionBarStyle-->
<item name="homeAsUpIndicator">@drawable/ic_title_back_arrow</item>
<item name="actionBarItemBackground">@drawable/actionbar_menu_selector</item>
<item name="android:listViewStyle">@style/IMListView</item>
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
<style name="IMAnimationStyle" parent="@android:style/Animation.Activity">
<item name="android:activityOpenEnterAnimation">@anim/pop_in</item>
<item name="android:activityOpenExitAnimation">@anim/anim_not_change</item>
<item name="android:activityCloseEnterAnimation">@anim/anim_not_change</item>
<item name="android:activityCloseExitAnimation">@anim/pop_out</item>
</style>
<style name="myActionBar" parent="@android:style/Widget.Holo.Light.ActionBar">
<item name="android:background">#54BA42</item>
<item name="android:backgroundStacked">#54BA42</item>
<item name="actionOverflowButtonStyle">@style/OverflowButtonStyle</item>
<item name="android:titleTextStyle">@style/actionBarTitle</item> <!--设置titleTextStyle-->
</style>
<style name="OverflowButtonStyle" parent="@android:style/Widget.ActionButton.Overflow">
<item name="android:src">@mipmap/icon</item>
</style>
<style name="actionBarTitle">
<item name="android:textColor">#FFFFFF</item>
<item name="android:textSize">20sp</item>
</style>
<style name="IMListView">
<item name="android:scrollbars">vertical</item>
<item name="android:listSelector">@color/transparent</item>
<item name="android:divider">@color/transparent</item>
<item name="android:dividerHeight">1dp</item>
</style>
<!-- App Tab Style -->
<style name="BossGreenBtn">
......@@ -56,19 +16,6 @@
<item name="android:padding">8dp</item>
</style>
<style name="CustomDialog" parent="android:style/Theme.Dialog">
<!--背景颜色及和透明程度-->
<item name="android:windowBackground">@android:color/transparent</item>
<!--是否去除标题 -->
<item name="android:windowNoTitle">true</item>
<!--是否去除边框-->
<item name="android:windowFrame">@null</item>
<!--是否浮现在activity之上-->
<item name="android:windowIsFloating">true</item>
<!--是否模糊-->
<item name="android:backgroundDimEnabled">true</item>
</style>
<style name="CustomCheckBoxTheme" parent="@android:style/Widget.CompoundButton.CheckBox">
<item name="android:button">@drawable/circle_group_see</item>
</style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment