Browse Source

2023.03.15 10:00

master
lujin 2 years ago
parent
commit
e5dcfccf26

+ 5
- 5
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/activity/evaluate/ProductPublishPJActivity.java View File

public class ProductPublishPJActivity extends AppActivity { public class ProductPublishPJActivity extends AppActivity {


private ActivityProductPublishPjactivityBinding binding; private ActivityProductPublishPjactivityBinding binding;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_product_publish_pjactivity);
}
// @Override
// protected void onCreate(Bundle savedInstanceState) {
// super.onCreate(savedInstanceState);
// setContentView(R.layout.activity_product_publish_pjactivity);
// }


@Override @Override
protected View getLayoutView() { protected View getLayoutView() {

+ 1
- 7
app/src/main/res/layout-v4/activity_product_publish_pjactivity.xml View File

android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/white" android:background="@color/white"
app:leftIcon="@mipmap/back_three"
app:leftIcon="@mipmap/back_black"
app:title="满意度评价" app:title="满意度评价"
app:lineVisible="false" app:lineVisible="false"
app:titleColor="@color/black01" /> app:titleColor="@color/black01" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">


<RadioGroup <RadioGroup
android:layout_width="match_parent" android:layout_width="match_parent"
app:icon_height_right="7dp" app:icon_height_right="7dp"
app:icon_width_right="@dimen/dp_13" app:icon_width_right="@dimen/dp_13"
style="@style/gray02TextStyle12"/> style="@style/gray02TextStyle12"/>
</LinearLayout>

<com.huntersun.vkyes.etcopencard.src.widget.StatusLayout <com.huntersun.vkyes.etcopencard.src.widget.StatusLayout
android:id="@+id/hl_status_hint" android:id="@+id/hl_status_hint"
android:layout_width="match_parent" android:layout_width="match_parent"

+ 1
- 1
app/src/main/res/layout-v4/activity_quetion_and_suggestion.xml View File

android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/white" android:background="@color/white"
app:leftIcon="@mipmap/back_three"
app:leftIcon="@mipmap/back_black"
app:title="问题和意见" app:title="问题和意见"
app:lineVisible="false" app:lineVisible="false"
app:titleColor="@color/black01" /> app:titleColor="@color/black01" />

+ 1
- 1
app/src/main/res/layout-v4/activity_user_evaluate.xml View File

android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/white" android:background="@color/white"
app:leftIcon="@mipmap/back_three"
app:leftIcon="@mipmap/back_black"
app:title="满意度评价" app:title="满意度评价"
app:lineVisible="false" app:lineVisible="false"
app:titleColor="@color/black01" /> app:titleColor="@color/black01" />

+ 1
- 1
app/src/main/res/layout/activity_ywyservice_pjactivity.xml View File

android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/white" android:background="@color/white"
app:leftIcon="@mipmap/back_three"
app:leftIcon="@mipmap/back_black"
app:title="满意度评价" app:title="满意度评价"
app:lineVisible="false" app:lineVisible="false"
app:titleColor="@color/black01" /> app:titleColor="@color/black01" />

Loading…
Cancel
Save