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
f0254c63
Commit
f0254c63
authored
Jan 25, 2018
by
王海
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部分ui
parent
8c0bbca2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
9 deletions
+5
-9
.idea/modules.xml
.idea/modules.xml
+2
-1
app/src/main/java/com/xingdata/zzdpos/ui/marketing/integral/fragment/IntegralGetFragment.java
...s/ui/marketing/integral/fragment/IntegralGetFragment.java
+2
-7
app/src/main/res/layout/item_select_industry.xml
app/src/main/res/layout/item_select_industry.xml
+1
-1
No files found.
.idea/modules.xml
View file @
f0254c63
...
...
@@ -2,8 +2,9 @@
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/TangKuPos.iml"
filepath=
"$PROJECT_DIR$/TangKuPos.iml"
/>
<module
fileurl=
"file://C:\Users\JM_DEV\AndroidStudioProjects\TangKuPos2\TangKuPos.iml"
filepath=
"C:\Users\JM_DEV\AndroidStudioProjects\TangKuPos2\TangKuPos.iml"
/>
<module
fileurl=
"file://
$PROJECT_DIR$/TangKuPos2.iml"
filepath=
"$PROJECT_DIR$/
TangKuPos2.iml"
/>
<module
fileurl=
"file://
D:\AndroidStudioProject\TangKuPos\TangKuPos2.iml"
filepath=
"D:\AndroidStudioProject\TangKuPos\
TangKuPos2.iml"
/>
<module
fileurl=
"file://$PROJECT_DIR$/app/app.iml"
filepath=
"$PROJECT_DIR$/app/app.iml"
/>
</modules>
</component>
...
...
app/src/main/java/com/xingdata/zzdpos/ui/marketing/integral/fragment/IntegralGetFragment.java
View file @
f0254c63
...
...
@@ -9,7 +9,6 @@ import android.widget.TextView;
import
com.bigkoo.pickerview.OptionsPickerView
;
import
com.bigkoo.pickerview.listener.CustomListener
;
import
com.blankj.utilcode.util.KeyboardUtils
;
import
com.blankj.utilcode.util.LogUtils
;
import
com.blankj.utilcode.util.ToastUtils
;
import
com.xingdata.zzdpos.App
;
...
...
@@ -314,8 +313,7 @@ public class IntegralGetFragment extends BaseFragment<IntegralPresenter,
* 初始化会员等级选择对话框
*/
private
void
initVipLevelOptionPicker
(
RealmResults
<
Level
>
realmResult
)
{
//条件选择器初始化,自定义布局
pvCustomOptions
=
new
OptionsPickerView
.
Builder
(
getActivity
(),
new
OptionsPickerView
.
OnOptionsSelectListener
()
{
pvCustomOptions
=
new
OptionsPickerView
.
Builder
(
getActivity
(),
new
OptionsPickerView
.
OnOptionsSelectListener
()
{
@Override
public
void
onOptionsSelect
(
int
options1
,
int
option2
,
int
options3
,
View
v
)
{
gbound
.
setVipLevel
(
realmResult
.
get
(
options1
).
getVipLevel
());
...
...
@@ -340,10 +338,7 @@ public class IntegralGetFragment extends BaseFragment<IntegralPresenter,
}
});
}
})
.
isDialog
(
true
)
.
build
();
}).
isDialog
(
true
).
build
();
pvCustomOptions
.
setPicker
(
realmResult
);
//添加数据
pvCustomOptions
.
show
();
...
...
app/src/main/res/layout/item_select_industry.xml
View file @
f0254c63
...
...
@@ -30,7 +30,7 @@
android:padding=
"@dimen/all_padding"
android:singleLine=
"true"
android:text=
"超市"
android:textColor=
"@color/black_
likui
"
android:textColor=
"@color/black_
baozheng
"
android:textSize=
"@dimen/et_textsize"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintLeft_toLeftOf=
"parent"
...
...
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