Browse Source

refactor(更新)
- 删除无用资源

周文健 2 months ago
parent
commit
bf5f1ea01a

+ 0 - 5
app/src/main/res/drawable/badge_style.xml

@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<badge xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    app:badgeHeight="30dp"
-    app:badgeWidth="30dp" />

+ 0 - 9
app/src/main/res/drawable/bg_btn_job_execute_normal.xml

@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
-    android:shape="rectangle">
-    <stroke
-        android:width="@dimen/divider_line_space"
-        android:color="?attr/colorBlack" />
-    <solid android:color="?attr/colorWhite" />
-    <corners android:radius="4dp" />
-</shape>

+ 0 - 7
app/src/main/res/drawable/bg_common_input_disable_land.xml

@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <stroke
-        android:width="0.5dp"
-        android:color="?attr/colorBlack" />
-    <solid android:color="?attr/colorLightGray" />
-</shape>

+ 0 - 5
app/src/main/res/drawable/bg_common_input_land.xml

@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:drawable="@drawable/bg_common_input_disable_land" android:state_enabled="false" />
-    <item android:drawable="@drawable/bg_common_input_normal_land" />
-</selector>

+ 0 - 6
app/src/main/res/drawable/bg_common_input_normal_land.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <stroke
-        android:width="0.5dp"
-        android:color="?attr/colorBlack" />
-</shape>

+ 0 - 6
app/src/main/res/drawable/bg_home_card_num_land.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
-    android:shape="rectangle">
-    <corners android:radius="@dimen/common_spacing_small" />
-    <solid android:color="?attr/colorWhite30" />
-</shape>

+ 0 - 5
app/src/main/res/drawable/bg_home_menu_item_land.xml

@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <solid android:color="?attr/colorWhite30" />
-    <corners android:radius="@dimen/common_spacing" />
-</shape>

+ 0 - 6
app/src/main/res/drawable/bg_main_nav_bar.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
-    android:shape="rectangle">
-    <solid android:color="?attr/colorWhite80" />
-    <corners android:radius="@dimen/common_spacing_2x" />
-</shape>

+ 0 - 7
app/src/main/res/drawable/icon_ticket_colock.xml

@@ -1,7 +0,0 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android" android:autoMirrored="true" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
-      
-    <path android:fillColor="@android:color/white" android:pathData="M6,20V10h12v1c0.7,0 1.37,0.1 2,0.29V10c0,-1.1 -0.9,-2 -2,-2h-1V6c0,-2.76 -2.24,-5 -5,-5S7,3.24 7,6v2H6c-1.1,0 -2,0.9 -2,2v10c0,1.1 0.9,2 2,2h6.26c-0.42,-0.6 -0.75,-1.28 -0.97,-2H6zM9,6c0,-1.66 1.34,-3 3,-3s3,1.34 3,3v2H9V6z"/>
-      
-    <path android:fillColor="@android:color/white" android:pathData="M18,13c-2.76,0 -5,2.24 -5,5s2.24,5 5,5s5,-2.24 5,-5S20.76,13 18,13zM19.65,20.35l-2.15,-2.15V15h1v2.79l1.85,1.85L19.65,20.35z"/>
-    
-</vector>

+ 0 - 27
app/src/main/res/drawable/mask_vector_circle.xml

@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
-    android:width="24dp"
-    android:height="24dp"
-    android:viewportWidth="24"
-    android:viewportHeight="24">
-
-    <!-- 白色全图块 + 中心半径8dp的透明圆孔 -->
-    <path
-        android:fillColor="#FFFFFFFF"
-        android:fillType="evenOdd"
-        android:pathData="
-            M0,0
-            H24
-            V24
-            H0
-            Z
-            M12,12
-            m-8,0
-            a8,8 0 1,0 16,0
-            a8,8 0 1,0 -16,0" />
-    <path
-        android:fillType="nonZero"
-        android:pathData="M0,0L24,0L24,24L0,24L0,0Z"
-        android:strokeWidth="0.2"
-        android:strokeColor="?attr/colorBlack" />
-</vector>

+ 0 - 7
ui-base/src/main/res/drawable/black_stroke_bg.xml

@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
-    android:shape="rectangle">
-    <stroke
-        android:width="@dimen/divider_line_width"
-        android:color="?attr/colorBlack" />
-</shape>

+ 0 - 6
ui-base/src/main/res/drawable/common_back_btn.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
-    android:shape="rectangle">
-    <solid android:color="?attr/colorWhite30" />
-    <corners android:radius="4dp" />
-</shape>

+ 0 - 7
ui-base/src/main/res/drawable/common_divider_grid_black.xml

@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <size
-        android:width="1dp"
-        android:height="1dp" />
-    <solid android:color="?attr/colorBlack" />
-</shape>

+ 0 - 6
ui-base/src/main/res/drawable/common_divider_normal_space_horizontal_land.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <size
-        android:width="@dimen/common_spacing_small"
-        android:height="@dimen/divider_line_space" />
-</shape>

+ 0 - 6
ui-base/src/main/res/drawable/common_divider_normal_space_vertical_land.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <size
-        android:width="@dimen/divider_line_space"
-        android:height="@dimen/common_spacing_small" />
-</shape>

+ 0 - 6
ui-base/src/main/res/drawable/common_divider_small_space_horizontal_land.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <size
-        android:width="2.5dp"
-        android:height="@dimen/divider_line_space" />
-</shape>