Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
android
/
dayu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6003e671
authored
Jan 24, 2024
by
wukun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0124 ui调整
parent
b7c7c5f6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
27 deletions
saleCenter/src/main/res/layout/item_sale_product.xml
saleCenter/src/main/res/layout/item_sale_product.xml
View file @
6003e671
...
...
@@ -42,13 +42,35 @@
</LinearLayout>
<LinearLayout
android:id=
"@+id/ll_commision"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"@dimen/dp_10"
android:layout_marginTop=
"5dp"
android:orientation=
"horizontal"
>
<TextView
style=
"@style/sale_item_text"
android:textSize=
"@dimen/dp_12"
android:text=
"销售提成:"
/>
<TextView
android:id=
"@+id/tv_commision"
style=
"@style/sale_item_text2"
android:textSize=
"@dimen/dp_12"
android:text=
"00"
android:textColor=
"@color/common_red"
/>
</LinearLayout>
<RelativeLayout
android:id=
"@+id/rl_single_price"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_marginTop=
"5dp"
android:layout_marginRight=
"5dp"
android:visibility=
"
invisibl
e"
>
android:visibility=
"
gon
e"
>
<LinearLayout
android:layout_width=
"wrap_content"
...
...
@@ -79,31 +101,12 @@
android:layout_marginTop=
"15dp"
android:orientation=
"horizontal"
>
<LinearLayout
android:id=
"@+id/ll_commision"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<TextView
style=
"@style/sale_item_text"
android:textSize=
"@dimen/dp_12"
android:text=
"销售提成:"
/>
<TextView
android:id=
"@+id/tv_commision"
style=
"@style/sale_item_text2"
android:textSize=
"@dimen/dp_12"
android:text=
"00"
android:textColor=
"@color/common_red"
/>
</LinearLayout>
<LinearLayout
android:id=
"@+id/btn_share"
android:layout_width=
"80dp"
android:layout_height=
"wrap_content"
android:layout_alignParentRight=
"true"
android:background=
"@drawable/btn_green_commom"
android:gravity=
"center"
>
...
...
@@ -120,16 +123,15 @@
android:id=
"@+id/award"
android:layout_width=
"wrap_content"
android:layout_height=
"30dp"
android:layout_
centerHorizontal
=
"true"
android:layout_
alignParentRight
=
"true"
android:layout_gravity=
"right"
android:layout_marginStart=
"10dp"
android:background=
"@drawable/btn_blue_react_4"
android:gravity=
"center"
android:paddingStart=
"
5
dp"
android:paddingEnd=
"
5
dp"
android:text=
"贡献商机
拿奖金
"
android:
textColor=
"@color/white
"
android:
visibility=
"gon
e"
/>
android:paddingStart=
"
10
dp"
android:paddingEnd=
"
10
dp"
android:text=
"贡献商机"
android:
layout_marginRight=
"@dimen/dp_15
"
android:
textColor=
"@color/whit
e"
/>
</RelativeLayout>
...
...
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