[2.8.0-f] 屏幕适配

This commit is contained in:
yangyakun
2022-10-28 20:44:07 +08:00
parent 27f40d2d2c
commit 20509fce0c
449 changed files with 5435 additions and 6549 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#4192FF"/>
<corners android:radius="55px"/>
<corners android:radius="55dp"/>
</shape>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="6px" />
<corners android:radius="6dp" />
<gradient
android:angle="180"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#2B6EFF"/>
<corners android:radius="55px"/>
<corners android:radius="55dp"/>
</shape>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/check_list_item_back"/>
<corners android:radius="30px"/>
<corners android:radius="30dp"/>
</shape>

View File

@@ -8,7 +8,7 @@
<solid android:color="@color/check_little_btn_solid" />
//描边
<stroke
android:width="2px"
android:width="2dp"
android:color="@color/check_little_btn" />
</shape>

View File

@@ -8,7 +8,7 @@
<solid android:color="@color/check_little_btn_solid_green" />
//描边
<stroke
android:width="2px"
android:width="2dp"
android:color="@color/check_little_btn_green" />
</shape>

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="3px"
android:width="3dp"
android:color="@color/check_info_shape_color" />
<padding
android:bottom="2px"
android:left="2px"
android:right="2px"
android:top="0px" />
android:bottom="2dp"
android:left="2dp"
android:right="2dp"
android:top="0dp" />
</shape>

View File

@@ -7,9 +7,9 @@
</item>
<item
android:left="@dimen/dp_2"
android:right="0px"
android:top="0px"
android:bottom="0px">
android:right="0dp"
android:top="0dp"
android:bottom="0dp">
<shape>
<solid android:color="@color/check_info_title_back" />
</shape>

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:bottom="0px"
android:left="0px"
android:right="0px"
android:top="0px">
android:bottom="0dp"
android:left="0dp"
android:right="0dp"
android:top="0dp">
<shape>
<solid android:color="@color/check_info_title_back" />
</shape>

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="3px"
android:width="3dp"
android:color="@color/check_info_shape_color" />
<padding
android:bottom="0px"
android:left="2px"
android:right="2px"
android:top="2px" />
android:bottom="0dp"
android:left="2dp"
android:right="2dp"
android:top="2dp" />
</shape>

View File

@@ -2,8 +2,8 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="1529px"
android:layout_height="720px"
android:layout_width="1529dp"
android:layout_height="720dp"
android:layout_gravity="center"
android:background="@drawable/check_dialog_back">

View File

@@ -2,8 +2,8 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="1900px"
android:layout_height="1140px"
android:layout_width="1900dp"
android:layout_height="1140dp"
android:layout_gravity="center"
android:background="@drawable/check_dialog_back">
@@ -44,7 +44,7 @@
<View
android:id="@+id/line_top"
android:layout_width="3px"
android:layout_width="3dp"
android:layout_height="@dimen/dp_127"
android:layout_marginTop="@dimen/dp_66"
android:background="@color/check_info_shape_color"
@@ -67,7 +67,7 @@
app:layout_constraintTop_toBottomOf="@+id/check_title_item" />
<View
android:layout_width="3px"
android:layout_width="3dp"
android:layout_height="0dp"
android:background="@color/check_info_shape_color"
app:layout_constraintBottom_toBottomOf="@+id/check_list_recycler"

View File

@@ -8,7 +8,7 @@
<TextView
android:id="@+id/title_one"
android:layout_width="0px"
android:layout_width="0dp"
android:layout_height="match_parent"
android:background="@drawable/check_top_item_no_line_shape"
android:gravity="left"
@@ -26,7 +26,7 @@
<TextView
android:id="@+id/title_two"
android:layout_width="0px"
android:layout_width="0dp"
android:layout_height="match_parent"
android:background="@drawable/check_top_item_left_shape"
android:paddingLeft="@dimen/dp_40"
@@ -43,7 +43,7 @@
<TextView
android:id="@+id/title_thr"
android:layout_width="0px"
android:layout_width="0dp"
android:layout_height="match_parent"
android:background="@drawable/check_top_item_left_shape"
android:paddingLeft="@dimen/dp_40"
@@ -60,7 +60,7 @@
<TextView
android:id="@+id/title_for"
android:layout_width="0px"
android:layout_width="0dp"
android:layout_height="match_parent"
android:background="@drawable/check_top_item_left_shape"
android:paddingLeft="@dimen/dp_40"

View File

@@ -2,7 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="2360px"
android:layout_width="2360dp"
android:layout_height="@dimen/dp_525"
android:layout_marginStart="@dimen/dp_100"
android:layout_marginBottom="@dimen/dp_24"

View File

@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="check_width">1900px</dimen>
<dimen name="check_height">730px</dimen>
<dimen name="check_item_space_vr">30px</dimen>
<dimen name="check_button_text_size">38px</dimen>
<dimen name="check_button_left">133px</dimen>
<dimen name="check_image_bottom">50px</dimen>
<dimen name="check_image_right">50px</dimen>
<dimen name="check_hard_ware_image_width">1452px</dimen>
<dimen name="check_hard_ware_image_height">715px</dimen>
<dimen name="check_little_btn_width">32px</dimen>
<dimen name="check_luyouqi_start">1078px</dimen>
<dimen name="check_obu_start">1660px</dimen>
<dimen name="check_scan_width">1162px</dimen>
<dimen name="check_scan_height">570px</dimen>
<dimen name="check_width">1900dp</dimen>
<dimen name="check_height">730dp</dimen>
<dimen name="check_item_space_vr">30dp</dimen>
<dimen name="check_button_text_size">38dp</dimen>
<dimen name="check_button_left">133dp</dimen>
<dimen name="check_image_bottom">50dp</dimen>
<dimen name="check_image_right">50dp</dimen>
<dimen name="check_hard_ware_image_width">1452dp</dimen>
<dimen name="check_hard_ware_image_height">715dp</dimen>
<dimen name="check_little_btn_width">32dp</dimen>
<dimen name="check_luyouqi_start">1078dp</dimen>
<dimen name="check_obu_start">1660dp</dimen>
<dimen name="check_scan_width">1162dp</dimen>
<dimen name="check_scan_height">570dp</dimen>
</resources>

View File

@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<dimen name="check_width">1900px</dimen>
<dimen name="check_height">730px</dimen>
<dimen name="check_item_space_vr">30px</dimen>
<dimen name="check_button_text_size">38px</dimen>
<dimen name="check_button_left">133px</dimen>
<dimen name="check_image_bottom">50px</dimen>
<dimen name="check_image_right">50px</dimen>
<dimen name="check_hard_ware_image_width">1452px</dimen>
<dimen name="check_hard_ware_image_height">715px</dimen>
<dimen name="check_little_btn_width">32px</dimen>
<dimen name="check_luyouqi_start">1078px</dimen>
<dimen name="check_obu_start">1660px</dimen>
<dimen name="check_scan_width">1162px</dimen>
<dimen name="check_scan_height">570px</dimen>
<dimen name="check_width">1900dp</dimen>
<dimen name="check_height">730dp</dimen>
<dimen name="check_item_space_vr">30dp</dimen>
<dimen name="check_button_text_size">38dp</dimen>
<dimen name="check_button_left">133dp</dimen>
<dimen name="check_image_bottom">50dp</dimen>
<dimen name="check_image_right">50dp</dimen>
<dimen name="check_hard_ware_image_width">1452dp</dimen>
<dimen name="check_hard_ware_image_height">715dp</dimen>
<dimen name="check_little_btn_width">32dp</dimen>
<dimen name="check_luyouqi_start">1078dp</dimen>
<dimen name="check_obu_start">1660dp</dimen>
<dimen name="check_scan_width">1162dp</dimen>
<dimen name="check_scan_height">570dp</dimen>
</resources>