Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TangKuPos
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王海
TangKuPos
Commits
60d3f91a
Commit
60d3f91a
authored
Jan 15, 2018
by
王海
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跳转UI
parent
ed767994
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
app/src/main/res/layout/item_bale.xml
app/src/main/res/layout/item_bale.xml
+6
-6
app/src/main/res/layout/item_bale_edit.xml
app/src/main/res/layout/item_bale_edit.xml
+2
-2
No files found.
app/src/main/res/layout/item_bale.xml
View file @
60d3f91a
...
@@ -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=
"1
8
0dp"
android:layout_height=
"1
5
0dp"
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=
"
10
0dp"
android:layout_height=
"0dp"
android:layout_height=
"
10
0dp"
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"
...
...
app/src/main/res/layout/item_bale_edit.xml
View file @
60d3f91a
...
@@ -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=
"1
8
0dp"
android:layout_height=
"1
5
0dp"
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment