运单相关页面

This commit is contained in:
2024-01-30 17:06:28 +08:00
parent 91656850c5
commit f17dde3f09
16 changed files with 1424 additions and 350 deletions
@@ -180,6 +180,7 @@ public abstract class BaseActivity<VB extends ViewBinding> extends AppCompatActi
@RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)
protected void setTitleBar(String title, View.OnClickListener listener, boolean isVisible, String right, View.OnClickListener rightListener) {
mToolbar = (Toolbar) findViewById(R.id.common_toolbar);
mToolbar.setBackgroundColor(Color.TRANSPARENT);
if (!TextUtils.isEmpty(title))
((TextView) findViewById(R.id.common_toolBar_title)).setText(title);
TextView mTextRight = (TextView) findViewById(R.id.common_toolBar_text_right);
@@ -29,7 +29,7 @@
android:layout_gravity="right"
android:layout_marginRight="10dp"
android:gravity="center"
android:textColor="@color/white"
android:textColor="@color/black"
android:textSize="@dimen/text_14sp"
android:visibility="gone" />