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() { |
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" |
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" /> |
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" /> |
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" /> |