@@ -20,11 +20,11 @@ import java.util.ArrayList; | |||
public class ProductPublishPJActivity extends AppActivity { | |||
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 | |||
protected View getLayoutView() { |
@@ -11,14 +11,10 @@ | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:background="@color/white" | |||
app:leftIcon="@mipmap/back_three" | |||
app:leftIcon="@mipmap/back_black" | |||
app:title="满意度评价" | |||
app:lineVisible="false" | |||
app:titleColor="@color/black01" /> | |||
<LinearLayout | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:orientation="vertical"> | |||
<RadioGroup | |||
android:layout_width="match_parent" | |||
@@ -118,8 +114,6 @@ | |||
app:icon_height_right="7dp" | |||
app:icon_width_right="@dimen/dp_13" | |||
style="@style/gray02TextStyle12"/> | |||
</LinearLayout> | |||
<com.huntersun.vkyes.etcopencard.src.widget.StatusLayout | |||
android:id="@+id/hl_status_hint" | |||
android:layout_width="match_parent" |
@@ -11,7 +11,7 @@ | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:background="@color/white" | |||
app:leftIcon="@mipmap/back_three" | |||
app:leftIcon="@mipmap/back_black" | |||
app:title="问题和意见" | |||
app:lineVisible="false" | |||
app:titleColor="@color/black01" /> |
@@ -11,7 +11,7 @@ | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:background="@color/white" | |||
app:leftIcon="@mipmap/back_three" | |||
app:leftIcon="@mipmap/back_black" | |||
app:title="满意度评价" | |||
app:lineVisible="false" | |||
app:titleColor="@color/black01" /> |
@@ -11,7 +11,7 @@ | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content" | |||
android:background="@color/white" | |||
app:leftIcon="@mipmap/back_three" | |||
app:leftIcon="@mipmap/back_black" | |||
app:title="满意度评价" | |||
app:lineVisible="false" | |||
app:titleColor="@color/black01" /> |