Commit 60d3f91a authored by 王海's avatar 王海

跳转UI

parent ed767994
...@@ -11,10 +11,9 @@ ...@@ -11,10 +11,9 @@
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto" xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="180dp" android:layout_height="150dp"
android:background="@color/white" android:background="@color/white"
android:foreground="?android:attr/selectableItemBackground" android:foreground="?android:attr/selectableItemBackground">
android:padding="@dimen/all_margin">
<!--<com.xingdata.zzdhd.ui.manager.bale.view.NineGridImageView--> <!--<com.xingdata.zzdhd.ui.manager.bale.view.NineGridImageView-->
<!--android:id="@+id/iv_pic"--> <!--android:id="@+id/iv_pic"-->
...@@ -31,14 +30,14 @@ ...@@ -31,14 +30,14 @@
<com.xingdata.zzdpos.ui.manage.bale.view.TribeAvatar <com.xingdata.zzdpos.ui.manage.bale.view.TribeAvatar
android:id="@+id/iv_pic" android:id="@+id/iv_pic"
android:layout_width="0dp" android:layout_width="100dp"
android:layout_height="0dp" android:layout_height="100dp"
android:layout_margin="@dimen/all_margin" android:layout_margin="@dimen/all_margin"
android:background="@drawable/shape_black" android:background="@drawable/shape_black"
android:padding="2dp" android:padding="2dp"
card_view:layout_constraintBottom_toBottomOf="parent"
card_view:layout_constraintHorizontal_weight="1" card_view:layout_constraintHorizontal_weight="1"
card_view:layout_constraintLeft_toLeftOf="parent" card_view:layout_constraintLeft_toLeftOf="parent"
card_view:layout_constraintBottom_toBottomOf="parent"
card_view:layout_constraintRight_toLeftOf="@id/ll_shop_message" card_view:layout_constraintRight_toLeftOf="@id/ll_shop_message"
card_view:layout_constraintTop_toTopOf="parent"> card_view:layout_constraintTop_toTopOf="parent">
...@@ -50,6 +49,7 @@ ...@@ -50,6 +49,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
android:orientation="vertical" android:orientation="vertical"
android:gravity="center"
android:padding="@dimen/all_padding" android:padding="@dimen/all_padding"
card_view:layout_constraintBottom_toBottomOf="parent" card_view:layout_constraintBottom_toBottomOf="parent"
card_view:layout_constraintHorizontal_weight="1.5" card_view:layout_constraintHorizontal_weight="1.5"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="180dp" android:layout_height="150dp"
android:layout_marginBottom="@dimen/all_padding" android:layout_marginBottom="@dimen/all_padding"
android:foreground="?android:attr/selectableItemBackground" android:foreground="?android:attr/selectableItemBackground"
android:padding="@dimen/all_margin"> android:padding="@dimen/all_margin">
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
style="@style/other_select_smallstyle" style="@style/other_select_smallstyle"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/all_padding" android:layout_marginTop="@dimen/all_margin"
android:text="进价:" android:text="进价:"
android:textStyle="bold" android:textStyle="bold"
app:layout_constraintStart_toStartOf="@id/tv_no_hint" app:layout_constraintStart_toStartOf="@id/tv_no_hint"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment