Kaynağa Gözat

修改视频选帧样式

Pq 6 ay önce
ebeveyn
işleme
e546f1aa25

+ 5 - 0
BaseLibrary/src/main/res/drawable/shape_2dc7aa_16dp.xml

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

+ 2 - 2
musicMerge/src/main/java/com/cooleshow/musicmerge/ui/SelectVideoFrameActivity.java

@@ -54,9 +54,9 @@ public class SelectVideoFrameActivity extends BaseMVPActivity<AcSelectVideoFrame
         viewBinding.toolbarInclude.tvRightText.setHeight(SizeUtils.dp2px(32));
         viewBinding.toolbarInclude.tvRightText.setVisibility(View.VISIBLE);
         viewBinding.toolbarInclude.tvRightText.setText("保存");
-        viewBinding.toolbarInclude.tvRightText.setBackground(getResources().getDrawable(com.cooleshow.base.R.drawable.shape_16dp_white));
+        viewBinding.toolbarInclude.tvRightText.setBackground(getResources().getDrawable(com.cooleshow.base.R.drawable.shape_2dc7aa_16dp));
         viewBinding.toolbarInclude.tvRightText.setGravity(Gravity.CENTER);
-        viewBinding.toolbarInclude.tvRightText.setTextColor(getResources().getColor(R.color.main_style_color));
+        viewBinding.toolbarInclude.tvRightText.setTextColor(getResources().getColor(com.cooleshow.base.R.color.white));
         viewBinding.toolbarInclude.tvRightText.setOnClickListener(this);