[shuttle driver ui change]
This commit is contained in:
yangyakun
2024-04-19 20:49:21 +08:00
parent 99b872e26a
commit 2faa411866
10 changed files with 15 additions and 16 deletions

View File

@@ -48,7 +48,7 @@ class AutoPilotLaunchBeforeView: LinearLayout, IStatusListener {
constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : super(context, attrs, defStyleAttr) {
LayoutInflater.from(context).inflate(R.layout.layout_autopilot_launch_before, this, true)
background = ContextCompat.getDrawable(context, R.drawable.icon_bg_autopilot_status)
setPadding(AutoSizeUtils.dp2px(context, 27f), AutoSizeUtils.dp2px(context, 33f), AutoSizeUtils.dp2px(context, 30f), AutoSizeUtils.dp2px(context, 30f))
setPadding(AutoSizeUtils.dp2px(context, 29f), AutoSizeUtils.dp2px(context, 35f), AutoSizeUtils.dp2px(context, 30f), AutoSizeUtils.dp2px(context, 30f))
}

View File

@@ -2,13 +2,13 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:parentTag="android.widget.LinearLayout"
tools:layout_width="@dimen/dp_624"
tools:layout_width="@dimen/dp_618"
tools:layout_height="@dimen/dp_269"
tools:orientation="horizontal"
tools:background="@drawable/icon_bg_autopilot_status"
tools:paddingTop="@dimen/dp_33"
tools:paddingTop="@dimen/dp_35"
tools:paddingBottom="@dimen/dp_30"
tools:paddingStart="@dimen/dp_27"
tools:paddingStart="@dimen/dp_29"
tools:paddingEnd="@dimen/dp_30">
<LinearLayout