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 @@ ...@@ -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_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_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> </resources>
\ No newline at end of file
<resources> <resources>
<!--异常、错误提示--> <!--异常、错误提示-->
<string name="resource_prompt_refresh_ssc_period_error">刷新期数失败</string>
</resources> </resources>
<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>
<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_language">语言</string>
<string name="resource_label_forget">忘记密码</string>
<string name="resource_label_remember">记住</string>
</resources> </resources>
...@@ -2,38 +2,18 @@ ...@@ -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_title">强制下线</string>
<string name="resource_prompt_user_login_another_device_content">您的帐户在其他设备上登录</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_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_title">强制下线</string>
<string name="resource_prompt_user_forced_offline_content">您的帐户已经被强制下线!</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_removed_title">删除下线</string>
<string name="resource_prompt_user_remove_offline_content">您的帐户已经被强制下线!</string>
<string name="resource_prompt_user_removed_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> </resources>
...@@ -2,39 +2,12 @@ ...@@ -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_close">关闭</string>
<string name="resource_public_cancel">取消</string> <string name="resource_public_cancel">取消</string>
<string name="resource_public_confirm">确定</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_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_know">知道了</string>
<string name="resource_public_input">请输入</string>
<string name="resource_public_select">请选择</string>
</resources> </resources>
...@@ -2,10 +2,7 @@ ...@@ -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>
<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_zh">中文</string>
<string name="resource_label_language_en">英文</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> </resources>
...@@ -11,19 +11,22 @@ ...@@ -11,19 +11,22 @@
<!--<color name="colorAccent">#191211</color>--> <!--<color name="colorAccent">#191211</color>-->
<!--UI规范--> <!--UI规范-->
<color name="uiColorTransparency">@android:color/transparent</color> 透明 <color name="uiColorTransparency">@android:color/transparent</color>
<color name="uiColorWhite">#FFFFFF</color> 纯白 透明
<color name="uiColorBlack">#707070</color> 淡黑 纯白
淡黑
<color name="uiColorPrimary">#04BE02</color> 主要色 <color name="uiColorPrimary">#04BE02</color> 主要色
<color name="uiColorPrimary_">#5604BE02</color> 主要色按下 <color name="uiColorPrimary_">#5604BE02</color> 主要色按下
<color name="uiColorLittle">#EF4F4F</color> 少量的色 <color name="uiColorLittle">#EF4F4F</color> 少量的色
<color name="uiColorLittle_">#95EF4F4F</color> 少量的色按下 <color name="uiColorLittle_">#95EF4F4F</color>
<color name="uiBackground1">#FFF0F5</color> 小麦色 时彩掘金使用 少量的色按下
小麦色 时彩掘金使用
<color name="uiBackground">#E7E7E7</color> P2P使用 <color name="uiBackground">#E7E7E7</color> P2P使用
<color name="uiBackgroundPrimary">#F2F2F2</color> 主要底色 <color name="uiBackgroundPrimary">#F2F2F2</color> 主要底色
<color name="uiBackgroundPrimaryAbove">#95FFFFFF</color> 主要底色之上 <color name="uiBackgroundPrimaryAbove">#95FFFFFF</color>
<color name="uiBackgroundBar">#F8F8F8</color> 标题、tab背景等 主要底色之上
<color name="uiBackgroundLineModel">#05000000</color> 分割模块标题背景 标题、tab背景等
分割模块标题背景
<color name="uiBackgroundLine">#30000000</color> 分割线 <color name="uiBackgroundLine">#30000000</color> 分割线
<color name="uiBackgroundLine_">#60000000</color> 分割线按下 <color name="uiBackgroundLine_">#60000000</color> 分割线按下
...@@ -34,13 +37,14 @@ ...@@ -34,13 +37,14 @@
<color name="uiTextColorPrimary">#FF4081</color> 点缀 <color name="uiTextColorPrimary">#FF4081</color> 点缀
<color name="uiTextColorH1">#333333</color> 一级 <color name="uiTextColorH1">#333333</color> 一级
<color name="uiTextColorH2">#666666</color> 2级 <color name="uiTextColorH2">#666666</color> 2级
<color name="uiTextColorH3">#888888</color> 3级 <color name="uiTextColorH3">#888888</color>
<color name="uiTextColorH4">#999999</color> 4级 3级
<color name="uiTextColorH5">#B2B2B2</color> 5级 4级
<color name="uiTextColorH6">#CCCCCC</color> 6级 5级
6级
<color name="colorConstant">#3036b643</color> <!--常量色-->
<color name="colorFiveStar">#affdd6</color> <!--5星布局--> <!--常量色-->
<!--5星布局-->
</resources> </resources>
...@@ -14,9 +14,5 @@ ...@@ -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_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_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> </resources>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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