refactor(layout): 重构布局文件并优化控件命名
- 更新了多个布局文件中的控件ID,使用更通用的命名方式- 调整了部分控件的样式和间距
- 删除了未使用的背景资源文件
- 更新了相关代码中的控件引用
1 parent cce6d99 commit 37b69ac626d2e31331ea86c2fda069b7bc1fc9ed
pengxianhong authored on 25 Dec
Showing 66 changed files
View
app/build.gradle
View
app/src/main/java/com/casic/app/smartwell/adapter/ExpandableViewAdapter.kt
View
app/src/main/java/com/casic/app/smartwell/adapter/OrderCompletedAdapter.kt
View
app/src/main/java/com/casic/app/smartwell/adapter/OrderInHandleAdapter.kt
View
app/src/main/java/com/casic/app/smartwell/adapter/OrderNotConfirmedAdapter.kt
View
app/src/main/java/com/casic/app/smartwell/adapter/OrderNotProcessedAdapter.kt
View
app/src/main/java/com/casic/app/smartwell/adapter/SearchResultAdapter.kt
View
app/src/main/java/com/casic/app/smartwell/adapter/SensorListAdapter.kt 100644 → 0
View
app/src/main/java/com/casic/app/smartwell/adapter/SensorRecyclerViewAdapter.kt 0 → 100644
View
app/src/main/java/com/casic/app/smartwell/adapter/TopViewPagerAdapter.kt
View
app/src/main/java/com/casic/app/smartwell/fragment/HomePageHaveClusterFragment.kt
View
app/src/main/java/com/casic/app/smartwell/fragment/HomePageNoClusterFragment.kt
View
app/src/main/java/com/casic/app/smartwell/fragment/MinePageFragment.kt
View
app/src/main/java/com/casic/app/smartwell/fragment/NoticePageFragment.kt
View
app/src/main/java/com/casic/app/smartwell/fragment/OrderCompletedFragment.kt
View
app/src/main/java/com/casic/app/smartwell/fragment/OrderInHandleFragment.kt
View
app/src/main/java/com/casic/app/smartwell/fragment/OrderListFragment.kt
View
app/src/main/java/com/casic/app/smartwell/fragment/OrderNotConfirmedFragment.kt
View
app/src/main/java/com/casic/app/smartwell/fragment/OrderNotProcessedFragment.kt
View
app/src/main/java/com/casic/app/smartwell/fragment/OvertimeNotAcceptFragment.kt
View
app/src/main/java/com/casic/app/smartwell/fragment/OvertimeNotHandleFragment.kt
View
app/src/main/java/com/casic/app/smartwell/view/DeployedWellActivity.kt
View
app/src/main/java/com/casic/app/smartwell/view/MainActivity.kt
View
app/src/main/java/com/casic/app/smartwell/view/OvertimeOrderActivity.kt
View
app/src/main/java/com/casic/app/smartwell/view/SearchResultActivity.kt
View
app/src/main/java/com/casic/app/smartwell/view/UnDeployWellActivity.kt
View
app/src/main/java/com/casic/app/smartwell/view/WellMonitorActivity.kt
View
app/src/main/java/com/casic/app/smartwell/view/WellOperationActivity.kt
View
app/src/main/java/com/casic/app/smartwell/widgets/TimeLineBottomSheet.kt
View
app/src/main/java/com/casic/app/smartwell/widgets/WellTypePopupWindow.kt
View
app/src/main/res/drawable/bg_image_view.xml 100644 → 0
View
app/src/main/res/layout/activity_deployed_well.xml
View
app/src/main/res/layout/activity_main.xml
View
app/src/main/res/layout/activity_order_overtime.xml
View
app/src/main/res/layout/activity_order_search_result.xml
View
app/src/main/res/layout/activity_undeploy_well.xml
View
app/src/main/res/layout/activity_well_monitor.xml
View
app/src/main/res/layout/activity_well_operation.xml
View
app/src/main/res/layout/fragment_home.xml
View
app/src/main/res/layout/fragment_notice.xml
View
app/src/main/res/layout/fragment_order.xml
View
app/src/main/res/layout/fragment_order_completed.xml
View
app/src/main/res/layout/fragment_order_in_handle.xml
View
app/src/main/res/layout/fragment_order_not_confirmed.xml
View
app/src/main/res/layout/fragment_order_not_processed.xml
View
app/src/main/res/layout/item_deployed_rv.xml 100644 → 0
View
app/src/main/res/layout/item_deployed_rv_l.xml 0 → 100644
View
app/src/main/res/layout/item_expand_view_rv.xml 100644 → 0
View
app/src/main/res/layout/item_expand_view_rv_l.xml 0 → 100644
View
app/src/main/res/layout/item_home_page_rv.xml 100644 → 0
View
app/src/main/res/layout/item_home_page_rv_g.xml 0 → 100644
View
app/src/main/res/layout/item_order_completed_rv.xml 100644 → 0
View
app/src/main/res/layout/item_order_completed_rv_l.xml 0 → 100644
View
app/src/main/res/layout/item_order_flow_rv.xml 100644 → 0
View
app/src/main/res/layout/item_order_flow_rv_l.xml 0 → 100644
View
app/src/main/res/layout/item_order_in_handle_rv.xml 100644 → 0
View
app/src/main/res/layout/item_order_in_handle_rv_l.xml 0 → 100644
View
app/src/main/res/layout/item_order_not_confirmed_rv.xml 100644 → 0
View
app/src/main/res/layout/item_order_not_confirmed_rv_l.xml 0 → 100644
View
app/src/main/res/layout/item_order_not_processed_rv.xml 100644 → 0
View
app/src/main/res/layout/item_order_not_processed_rv_l.xml 0 → 100644
View
app/src/main/res/layout/item_search_result_rv.xml 100644 → 0
View
app/src/main/res/layout/item_search_result_rv_l.xml 0 → 100644
View
app/src/main/res/layout/item_sensor_list_rv.xml 100644 → 0
View
app/src/main/res/layout/item_sensor_rv_l.xml 0 → 100644
View
app/src/main/res/layout/popup_well_type.xml