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
1cf8da31
Commit
1cf8da31
authored
Jan 15, 2018
by
陈前
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI
parent
0a124adb
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
313 additions
and
321 deletions
+313
-321
app/src/main/java/com/xingdata/zzdpos/ui/statistics/fragment/StatisticsFragment.java
...ata/zzdpos/ui/statistics/fragment/StatisticsFragment.java
+1
-1
app/src/main/java/com/xingdata/zzdpos/ui/vip/VipPresenter.java
...rc/main/java/com/xingdata/zzdpos/ui/vip/VipPresenter.java
+5
-5
app/src/main/java/com/xingdata/zzdpos/util/ConvertUtil.java
app/src/main/java/com/xingdata/zzdpos/util/ConvertUtil.java
+1
-1
app/src/main/res/layout/activity_statistics_detail.xml
app/src/main/res/layout/activity_statistics_detail.xml
+8
-8
app/src/main/res/layout/dialog_base.xml
app/src/main/res/layout/dialog_base.xml
+9
-10
app/src/main/res/layout/dialog_handover.xml
app/src/main/res/layout/dialog_handover.xml
+53
-45
app/src/main/res/layout/fragment_casher.xml
app/src/main/res/layout/fragment_casher.xml
+1
-10
app/src/main/res/layout/fragment_ms_main.xml
app/src/main/res/layout/fragment_ms_main.xml
+14
-18
app/src/main/res/layout/fragment_order_main.xml
app/src/main/res/layout/fragment_order_main.xml
+16
-20
app/src/main/res/layout/view_order_detail.xml
app/src/main/res/layout/view_order_detail.xml
+144
-147
app/src/main/res/layout/view_ticket.xml
app/src/main/res/layout/view_ticket.xml
+19
-17
app/src/main/res/layout/view_vip_recharge.xml
app/src/main/res/layout/view_vip_recharge.xml
+40
-39
app/src/main/res/values/dimens.xml
app/src/main/res/values/dimens.xml
+2
-0
No files found.
app/src/main/java/com/xingdata/zzdpos/ui/statistics/fragment/StatisticsFragment.java
View file @
1cf8da31
...
...
@@ -72,7 +72,7 @@ public class StatisticsFragment extends BaseFragment<StatisticsPresenter, Fragme
mViewBinding
.
setTodayAmt
(
ConvertUtil
.
fenToYuan
(
sta
.
getSaleAmt
(),
false
));
mViewBinding
.
setTodayOrder
(
String
.
valueOf
(
sta
.
getSaleCount
()));
mViewBinding
.
setTodayRecharge
(
ConvertUtil
.
fenToYuan
(
sta
.
getCardAmt
(),
false
));
mViewBinding
.
setTodayVipAdd
(
String
.
valueOf
(
sta
.
getVipCount
()));
mViewBinding
.
setTodayVipAdd
(
String
.
valueOf
(
sta
.
getVip
Add
Count
()));
}
}
app/src/main/java/com/xingdata/zzdpos/ui/vip/VipPresenter.java
View file @
1cf8da31
...
...
@@ -37,7 +37,7 @@ public class VipPresenter extends VipContract.Presenter {
public
VipTruleListFragment
vipMscardListFragment
=
new
VipTruleListFragment
();
public
VipSearchFragment
vipSearchFragment
=
new
VipSearchFragment
();
public
VipRechargeFragment
vipRechargeFragment
=
new
VipRechargeFragment
();
public
int
inVipState
=
0
;
//1 充值
public
int
inVipState
=
0
;
//1 充值
@Override
public
void
onAttached
()
{
...
...
@@ -198,18 +198,18 @@ public class VipPresenter extends VipContract.Presenter {
@Override
public
void
fullVip
(
Vip
vipOld
,
Long
amtPay
,
Long
amtSend
)
{
ApiFactory
.
Recard
.
fullVip
(
vipOld
.
getVipId
(),
amtPay
,
amtSend
).
subscribe
(
vip
->
{
VipRechargeOrder
mVipRechangeOrdervip
=
vip
.
getRctrace
();
VipRechargeOrder
mVipRechangeOrdervip
=
vip
.
getRctrace
();
mVipRechangeOrdervip
.
setCreateTime
(
vip
.
getUpdateTime
());
mVipRechangeOrdervip
.
setRechangeBefore
(
vipOld
.
getAcctCbal
());
mVipRechangeOrdervip
.
setRechangeAfter
(
vip
.
getAcctCbal
());
try
{
ZX_PrintPOS
.
getInstance
(
App
.
instance
).
printSave
(
1
,
mVipRechangeOrdervip
);
}
catch
(
Exception
e
)
{
ZX_PrintPOS
.
getInstance
(
App
.
instance
).
printSave
(
1
,
mVipRechangeOrdervip
);
}
catch
(
Exception
e
)
{
ToastUtils
.
showShort
(
"打印异常"
);
}
mView
.
rechangeSus
(
vip
);
},
throwable
->
{
mView
.
rechangeErr
(
vipOld
,
amtPay
,
amtSend
,
throwable
.
getMessage
());
mView
.
rechangeErr
(
vipOld
,
amtPay
,
amtSend
,
throwable
.
getMessage
());
});
}
...
...
app/src/main/java/com/xingdata/zzdpos/util/ConvertUtil.java
View file @
1cf8da31
...
...
@@ -24,7 +24,7 @@ public class ConvertUtil {
* @return 元
*/
public
static
String
fenToYuan
(
Long
fen
)
{
if
(
fen
==
null
)
return
"0.0"
;
if
(
fen
==
null
)
return
"0.0
0
"
;
return
String
.
valueOf
((
double
)
fen
/
100
);
}
...
...
app/src/main/res/layout/activity_statistics_detail.xml
View file @
1cf8da31
...
...
@@ -62,29 +62,29 @@
<Button
android:id=
"@+id/btn_print"
style=
"@style/button_passive"
android:layout_width=
"@dimen/layout_statistics_bottom_button_width"
android:layout_height=
"@dimen/layout_statistics_bottom_button_height"
android:layout_marginStart=
"@dimen/all_margin_big_big"
android:layout_width=
"@dimen/button1_width"
android:layout_height=
"@dimen/button1_height"
android:stateListAnimator=
"@null"
android:text=
"@string/settle_print_receipt"
android:textSize=
"@dimen/all_text_size"
android:gravity=
"center"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toLeftOf=
"@id/btn_
confirm
"
app:layout_constraintRight_toLeftOf=
"@id/btn_
return
"
app:layout_constraintTop_toTopOf=
"parent"
tools:targetApi=
"lollipop"
/>
<Button
android:id=
"@+id/btn_return"
style=
"@style/button_positive"
android:layout_width=
"@dimen/layout_statistics_bottom_button_width"
android:layout_height=
"@dimen/layout_statistics_bottom_button_height"
android:layout_marginEnd=
"@dimen/all_margin_big_big"
android:layout_width=
"@dimen/button1_width"
android:layout_height=
"@dimen/button1_height"
android:stateListAnimator=
"@null"
android:text=
"@string/pay_return"
android:gravity=
"center"
android:textSize=
"@dimen/all_text_size"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintLeft_toRightOf=
"@id/btn_
cancel
"
app:layout_constraintLeft_toRightOf=
"@id/btn_
print
"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_goneMarginStart=
"@dimen/all_margin_big_big"
...
...
app/src/main/res/layout/dialog_base.xml
View file @
1cf8da31
...
...
@@ -26,20 +26,19 @@
android:layout_height=
"@dimen/all_line_width"
android:background=
"@color/gray_kongming"
/>
<
Linear
Layout
<
android.support.constraint.Constraint
Layout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@color/white_caocao"
android:orientation=
"horizontal"
android:weightSum=
"2"
>
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/btn_cancel"
style=
"@style/button_passive"
android:layout_width=
"
0dp
"
android:layout_height=
"
wrap_conten
t"
android:layout_width=
"
@dimen/button1_width
"
android:layout_height=
"
@dimen/button1_heigh
t"
android:layout_margin=
"@dimen/all_padding"
android:
layout_weight=
"1
"
android:
gravity=
"center
"
android:stateListAnimator=
"@null"
android:text=
"@string/all_cancel"
android:textSize=
"@dimen/all_text_size"
...
...
@@ -52,10 +51,10 @@
<Button
android:id=
"@+id/btn_confirm"
style=
"@style/button_positive"
android:layout_width=
"
0dp
"
android:layout_height=
"
wrap_conten
t"
android:layout_width=
"
@dimen/button1_width
"
android:layout_height=
"
@dimen/button1_heigh
t"
android:layout_margin=
"@dimen/all_padding"
android:
layout_weight=
"1
"
android:
gravity=
"center
"
android:stateListAnimator=
"@null"
android:text=
"@string/all_confirm"
android:textSize=
"@dimen/all_text_size"
...
...
@@ -65,7 +64,7 @@
app:layout_constraintTop_toTopOf=
"parent"
tools:targetApi=
"lollipop"
/>
</
Linear
Layout>
</
android.support.constraint.Constraint
Layout>
</LinearLayout>
...
...
app/src/main/res/layout/dialog_handover.xml
View file @
1cf8da31
...
...
@@ -54,8 +54,8 @@
android:gravity=
"center"
android:singleLine=
"true"
android:text=
"¥9999"
android:textColor=
"@color/
red900
"
android:textSize=
"@dimen/
all_text_size_big
"
android:textColor=
"@color/
black_baozheng
"
android:textSize=
"@dimen/
handover_amt_size
"
android:textStyle=
"bold"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
...
...
@@ -70,6 +70,7 @@
android:paddingTop=
"@dimen/all_margin"
android:text=
"实收金额"
android:textColor=
"@color/black_baozheng"
android:textSize=
"@dimen/all_text_size"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
...
...
@@ -108,7 +109,7 @@
android:layout_height=
"wrap_content"
android:singleLine=
"true"
android:text=
"@string/handover_date"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_low
"
/>
<TextView
style=
"@style/textView_body_small"
...
...
@@ -116,7 +117,7 @@
android:layout_height=
"wrap_content"
android:singleLine=
"true"
android:text=
"@string/handover_oper"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_low
"
/>
<TextView
style=
"@style/textView_body_small"
...
...
@@ -124,7 +125,7 @@
android:layout_height=
"wrap_content"
android:singleLine=
"true"
android:text=
"@string/handover_orderNum"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_low
"
/>
<TextView
style=
"@style/textView_body_small"
...
...
@@ -132,7 +133,7 @@
android:layout_height=
"wrap_content"
android:singleLine=
"true"
android:text=
"@string/handover_cash"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_low
"
/>
<TextView
style=
"@style/textView_body_small"
...
...
@@ -140,7 +141,7 @@
android:layout_height=
"wrap_content"
android:singleLine=
"true"
android:text=
"@string/handover_wechat"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_low
"
/>
<TextView
style=
"@style/textView_body_small"
...
...
@@ -148,7 +149,7 @@
android:layout_height=
"wrap_content"
android:singleLine=
"true"
android:text=
"@string/handover_alipay"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_low
"
/>
<TextView
style=
"@style/textView_body_small"
...
...
@@ -156,7 +157,7 @@
android:layout_height=
"wrap_content"
android:singleLine=
"true"
android:text=
"@string/handover_bank"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_low
"
/>
<TextView
style=
"@style/textView_body_small"
...
...
@@ -164,95 +165,102 @@
android:layout_height=
"wrap_content"
android:singleLine=
"true"
android:text=
"@string/handover_vip"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_low
"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:layout_weight=
"1"
android:gravity=
"right"
android:orientation=
"vertical"
>
android:gravity=
"right|center_vertical"
android:orientation=
"vertical"
android:paddingEnd=
"@dimen/dp_4"
android:weightSum=
"8"
>
<TextView
style=
"@style/textView_body_small"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"right"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:gravity=
"right|center_vertical"
android:singleLine=
"true"
android:text=
"@{date}"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_small
"
/>
<TextView
style=
"@style/textView_body_small"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"right"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:gravity=
"right|center_vertical"
android:singleLine=
"true"
android:text=
"@{operName}"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_small
"
/>
<TextView
style=
"@style/textView_body_small"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"right"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:gravity=
"right|center_vertical"
android:singleLine=
"true"
android:text=
"@{orderNum}"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_small
"
/>
<TextView
style=
"@style/textView_body_small"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"right"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:gravity=
"right|center_vertical"
android:singleLine=
"true"
android:text=
"@{cash}"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_small
"
/>
<TextView
style=
"@style/textView_body_small"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"right"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:gravity=
"right|center_vertical"
android:singleLine=
"true"
android:text=
"@{wechat}"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_small
"
/>
<TextView
style=
"@style/textView_body_small"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"right"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:gravity=
"right|center_vertical"
android:singleLine=
"true"
android:text=
"@{alipay}"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_small
"
/>
<TextView
style=
"@style/textView_body_small"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"right"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:gravity=
"right|center_vertical"
android:singleLine=
"true"
android:text=
"@{bank}"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_small
"
/>
<TextView
style=
"@style/textView_body_small"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"right"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:gravity=
"right|center_vertical"
android:singleLine=
"true"
android:text=
"@{vipPay}"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_small
"
/>
</LinearLayout>
</LinearLayout>
...
...
app/src/main/res/layout/fragment_casher.xml
View file @
1cf8da31
...
...
@@ -76,21 +76,12 @@
android:layout_height=
"0dp"
android:layout_marginBottom=
"@dimen/all_padding"
android:layout_marginTop=
"@dimen/all_padding"
android:background=
"@color/white_caocao"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"@id/guideline"
/>
<View
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/view_line_L050"
android:background=
"@color/gray_kongming"
app:layout_constraintTop_toTopOf=
"@id/fragment_casher_recycler"
/>
<View
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/view_line_L050"
android:background=
"@color/gray_kongming"
app:layout_constraintBottom_toBottomOf=
"@id/fragment_casher_recycler"
/>
</android.support.constraint.ConstraintLayout>
</layout>
\ No newline at end of file
app/src/main/res/layout/fragment_ms_main.xml
View file @
1cf8da31
<layout>
<
android.support.constraint.Constraint
Layout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<
Relative
Layout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
...
...
@@ -9,12 +9,7 @@
tools:context=
"com.example.administrator.tangkupos.CasherFragment"
>
<!-- TODO: Update blank fragmfragment_integral_indexyout -->
<android.support.constraint.Guideline
android:id=
"@+id/guideline"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
app:layout_constraintGuide_percent=
"0.38"
/>
<android.support.design.widget.TabLayout
...
...
@@ -22,29 +17,30 @@
android:layout_width=
"match_parent"
android:layout_height=
"33dp"
android:background=
"@color/white_caocao"
app:layout_constraintTop_toTopOf=
"parent"
app:tabIndicatorColor=
"@color/red_lvzhi"
app:tabIndicatorHeight=
"@dimen/view_line_L2"
app:tabTextColor=
"@color/black_baozheng"
>
</android.support.design.widget.TabLayout>
<android.support.v4.view.ViewPager
android:id=
"@+id/viewPager_data"
android:layout_width=
"0dp"
android:layout_height=
"0dp"
android:background=
"@color/gray"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/tab_layout"
>
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_below=
"@id/tab_layout"
android:layout_marginTop=
"-1dp"
android:background=
"@color/gray"
>
</android.support.v4.view.ViewPager>
<View
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/view_line_L050"
android:background=
"@color/gray_huanggai"
app:layout_constraintBottom_toBottomOf=
"@id/tab_layout"
/>
</android.support.constraint.ConstraintLayout>
android:layout_above=
"@id/viewPager_data"
android:background=
"@color/gray_huanggai"
/>
</RelativeLayout>
</layout>
\ No newline at end of file
app/src/main/res/layout/fragment_order_main.xml
View file @
1cf8da31
<layout>
<
android.support.constraint.Constraint
Layout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<
Relative
Layout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
...
...
@@ -9,40 +9,36 @@
tools:context=
"com.example.administrator.tangkupos.CasherFragment"
>
<!-- TODO: Update blank fragmfragment_integral_indexyout -->
<android.support.constraint.Guideline
android:id=
"@+id/guideline"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
app:layout_constraintGuide_percent=
"0.38"
/>
<android.support.design.widget.TabLayout
android:id=
"@+id/tab_layout"
android:layout_width=
"match_parent"
android:layout_height=
"30dp"
android:background=
"@drawable/singleline_white_gray"
app:layout_constraintTop_toTopOf=
"parent"
android:background=
"@color/white_caocao"
app:tabIndicatorHeight=
"0dp"
app:tabMinWidth=
"100dp"
app:tabMode=
"scrollable"
app:tabSelectedTextColor=
"#ff7a61"
app:tabTextColor=
"@color/gray_kongming"
>
app:tabTextColor=
"@color/gray_kongming"
/
>
</android.support.design.widget.TabLayout>
<android.support.v4.view.ViewPager
android:id=
"@+id/viewPager_data"
android:layout_width=
"0dp"
android:layout_height=
"0dp"
android:background=
"@color/gray"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/tab_layout"
>
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_below=
"@id/tab_layout"
android:layout_marginTop=
"-1dp"
android:background=
"@color/gray"
>
</android.support.v4.view.ViewPager>
</android.support.constraint.ConstraintLayout>
<View
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/view_line_L050"
android:layout_above=
"@id/viewPager_data"
android:background=
"@color/gray_huanggai"
/>
</RelativeLayout>
</layout>
\ No newline at end of file
app/src/main/res/layout/view_order_detail.xml
View file @
1cf8da31
This diff is collapsed.
Click to expand it.
app/src/main/res/layout/view_ticket.xml
View file @
1cf8da31
...
...
@@ -47,8 +47,8 @@
android:gravity=
"center"
android:singleLine=
"true"
android:text=
"¥9999"
android:textColor=
"@color/
red900
"
android:textSize=
"@dimen/
all_text_size_big
"
android:textColor=
"@color/
black_baozheng
"
android:textSize=
"@dimen/
handover_amt_size
"
android:textStyle=
"bold"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
...
...
@@ -63,6 +63,7 @@
android:paddingTop=
"@dimen/all_margin"
android:text=
"优惠券面值"
android:textColor=
"@color/black_baozheng"
android:textSize=
"@dimen/all_text_size"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
...
...
@@ -95,13 +96,13 @@
android:paddingEnd=
"@dimen/dp_4"
android:paddingStart=
"@dimen/dp_4"
android:paddingTop=
"@dimen/dp_4"
android:weightSum=
"
2
"
>
android:weightSum=
"
10
"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"
1
"
android:layout_weight=
"
7
"
android:orientation=
"vertical"
>
<TextView
...
...
@@ -110,7 +111,7 @@
android:layout_height=
"wrap_content"
android:singleLine=
"true"
android:text=
"@string/ticket_detail_date"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_low
"
/>
<TextView
style=
"@style/textView_body_small"
...
...
@@ -118,37 +119,38 @@
android:layout_height=
"wrap_content"
android:singleLine=
"true"
android:text=
"@string/ticket_detail_no"
android:textSize=
"@dimen/
small_text_size
"
/>
android:textSize=
"@dimen/
all_text_size_low
"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_weight=
"
1
"
android:layout_height=
"
match_par
ent"
android:layout_weight=
"
3
"
android:gravity=
"right"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
android:weightSum=
"2"
>
<TextView
style=
"@style/textView_body_small"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"right"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:gravity=
"right|center_vertical"
android:singleLine=
"true"
android:text=
"@{date}"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/small_text_size"
/>
android:textColor=
"@color/black_likui"
/>
<TextView
style=
"@style/textView_body_small"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"right"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:gravity=
"right|center_vertical"
android:singleLine=
"true"
android:text=
"@{orderNo}"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/small_text_size"
/>
android:textColor=
"@color/black_likui"
/>
</LinearLayout>
...
...
app/src/main/res/layout/view_vip_recharge.xml
View file @
1cf8da31
This diff is collapsed.
Click to expand it.
app/src/main/res/values/dimens.xml
View file @
1cf8da31
...
...
@@ -228,6 +228,8 @@
<dimen
name=
"button3_height"
>
44dp
</dimen>
<dimen
name=
"button3_marginHorizontal"
>
16dp
</dimen>
<dimen
name=
"button3_width"
>
328dp
</dimen>
<!--交班-->
<dimen
name=
"handover_amt_size"
>
34sp
</dimen>
</resources>
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