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
12f42526
Commit
12f42526
authored
Jan 16, 2018
by
陈前
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI
parent
008fe57d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
23 deletions
+30
-23
app/src/main/res/layout/item_inventory_goods.xml
app/src/main/res/layout/item_inventory_goods.xml
+1
-0
app/src/main/res/layout/item_menu_bottom.xml
app/src/main/res/layout/item_menu_bottom.xml
+1
-0
app/src/main/res/layout/item_replenishment.xml
app/src/main/res/layout/item_replenishment.xml
+1
-0
app/src/main/res/layout/item_replenishment_detail.xml
app/src/main/res/layout/item_replenishment_detail.xml
+27
-23
No files found.
app/src/main/res/layout/item_inventory_goods.xml
View file @
12f42526
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
<android.support.constraint.ConstraintLayout
<android.support.constraint.ConstraintLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:foreground=
"?attr/selectableItemBackground"
android:background=
"@drawable/singleline_white_gray"
android:background=
"@drawable/singleline_white_gray"
android:paddingBottom=
"@dimen/all_padding"
>
android:paddingBottom=
"@dimen/all_padding"
>
...
...
app/src/main/res/layout/item_menu_bottom.xml
View file @
12f42526
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@color/white_caocao"
android:background=
"@color/white_caocao"
android:gravity=
"center"
android:gravity=
"center"
android:foreground=
"?attr/selectableItemBackground"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
<ImageView
<ImageView
...
...
app/src/main/res/layout/item_replenishment.xml
View file @
12f42526
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:foreground=
"?attr/selectableItemBackground"
android:background=
"@drawable/singleline_white_gray"
>
android:background=
"@drawable/singleline_white_gray"
>
...
...
app/src/main/res/layout/item_replenishment_detail.xml
View file @
12f42526
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
<android.support.constraint.ConstraintLayout
<android.support.constraint.ConstraintLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:foreground=
"?attr/selectableItemBackground"
android:background=
"@drawable/singleline_white_gray"
android:background=
"@drawable/singleline_white_gray"
android:padding=
"@dimen/all_padding"
>
android:padding=
"@dimen/all_padding"
>
...
@@ -29,6 +30,7 @@
...
@@ -29,6 +30,7 @@
android:layout_marginEnd=
"@dimen/all_padding_left_right"
android:layout_marginEnd=
"@dimen/all_padding_left_right"
android:layout_marginStart=
"@dimen/all_padding_left_right"
android:layout_marginStart=
"@dimen/all_padding_left_right"
android:text=
"贝斯克莱因和美妖精生日巧克力蛋糕"
android:text=
"贝斯克莱因和美妖精生日巧克力蛋糕"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/img_goods"
app:layout_constraintStart_toEndOf=
"@id/img_goods"
app:layout_constraintTop_toTopOf=
"@id/img_goods"
/>
app:layout_constraintTop_toTopOf=
"@id/img_goods"
/>
...
@@ -61,6 +63,7 @@
...
@@ -61,6 +63,7 @@
android:padding=
"@dimen/dp_4"
android:padding=
"@dimen/dp_4"
android:text=
"规格"
android:text=
"规格"
android:textSize=
"@dimen/all_text_size_small"
android:textSize=
"@dimen/all_text_size_small"
android:layout_marginEnd=
"@dimen/all_padding_left_right"
app:layout_constraintBottom_toBottomOf=
"@id/tv_goods_code"
app:layout_constraintBottom_toBottomOf=
"@id/tv_goods_code"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"@id/tv_goods_code"
/>
app:layout_constraintTop_toTopOf=
"@id/tv_goods_code"
/>
...
@@ -94,6 +97,7 @@
...
@@ -94,6 +97,7 @@
android:id=
"@+id/linearLayout"
android:id=
"@+id/linearLayout"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"@dimen/dialog_cart_item_button_height"
android:layout_height=
"@dimen/dialog_cart_item_button_height"
android:layout_marginEnd=
"@dimen/all_padding"
android:gravity=
"center"
android:gravity=
"center"
android:orientation=
"horizontal"
android:orientation=
"horizontal"
app:layout_constraintBottom_toBottomOf=
"@id/tv_price_hint"
app:layout_constraintBottom_toBottomOf=
"@id/tv_price_hint"
...
@@ -103,7 +107,7 @@
...
@@ -103,7 +107,7 @@
android:id=
"@+id/btn_down"
android:id=
"@+id/btn_down"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:layout_marginEnd=
"@dimen/all_
margin
"
android:layout_marginEnd=
"@dimen/all_
padding
"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:background=
"@color/white"
android:background=
"@color/white"
android:src=
"@mipmap/but_reduce"
/>
android:src=
"@mipmap/but_reduce"
/>
...
@@ -127,7 +131,7 @@
...
@@ -127,7 +131,7 @@
android:id=
"@+id/btn_up"
android:id=
"@+id/btn_up"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:layout_marginStart=
"@dimen/all_
margin
"
android:layout_marginStart=
"@dimen/all_
padding
"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:background=
"@color/white"
android:background=
"@color/white"
android:src=
"@mipmap/but_add"
android:src=
"@mipmap/but_add"
...
@@ -158,27 +162,27 @@
...
@@ -158,27 +162,27 @@
app:layout_constraintStart_toEndOf=
"@id/tv_goods_code_hint"
app:layout_constraintStart_toEndOf=
"@id/tv_goods_code_hint"
app:layout_constraintTop_toTopOf=
"@id/tv_stock_hint"
/>
app:layout_constraintTop_toTopOf=
"@id/tv_stock_hint"
/>
<
TextView
<
!--<TextView-->
android:id=
"@+id/tv_traffic_hint"
<!--android:id="@+id/tv_traffic_hint"-->
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_marginStart=
"@dimen/all_margin_big"
<!--android:layout_marginStart="@dimen/all_margin_big"-->
android:text=
"在途:"
<!--android:text="在途:"-->
android:textStyle=
"bold"
<!--android:textStyle="bold"-->
app:layout_constraintBottom_toBottomOf=
"@id/tv_stock"
<!--app:layout_constraintBottom_toBottomOf="@id/tv_stock"-->
app:layout_constraintStart_toEndOf=
"@id/tv_stock"
<!--app:layout_constraintStart_toEndOf="@id/tv_stock"-->
app:layout_constraintTop_toTopOf=
"@id/tv_stock"
/
>
<!--app:layout_constraintTop_toTopOf="@id/tv_stock" />--
>
<
TextView
<
!--<TextView-->
android:id=
"@+id/tv_traffic"
<!--android:id="@+id/tv_traffic"-->
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:text=
"0个"
<!--android:text="0个"-->
android:textStyle=
"bold"
<!--android:textStyle="bold"-->
app:layout_constraintBottom_toBottomOf=
"@id/tv_traffic_hint"
<!--app:layout_constraintBottom_toBottomOf="@id/tv_traffic_hint"-->
app:layout_constraintStart_toEndOf=
"@id/tv_traffic_hint"
/
>
<!--app:layout_constraintStart_toEndOf="@id/tv_traffic_hint" />--
>
<TextView
<TextView
android:id=
"@+id/tv_price_hint"
android:id=
"@+id/tv_price_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