Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_goodmoney
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
android
android_goodmoney
Commits
881070da
Commit
881070da
authored
Jun 25, 2021
by
张释方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加限时活动弹框
parent
9c361906
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
22 additions
and
0 deletions
+22
-0
FlActivityBean.java
...in/java/com/mints/goodmoney/mvp/model/FlActivityBean.java
+4
-0
FlDialog.kt
...in/java/com/mints/goodmoney/ui/widgets/dialog/FlDialog.kt
+4
-0
shape_fl_blue.xml
GoodMoney/app/src/main/res/drawable/shape_fl_blue.xml
+4
-0
shape_fl_red.xml
GoodMoney/app/src/main/res/drawable/shape_fl_red.xml
+4
-0
dialog_fl.xml
GoodMoney/app/src/main/res/layout/dialog_fl.xml
+6
-0
bg_fl.png
GoodMoney/app/src/main/res/mipmap-xhdpi/bg_fl.png
+0
-0
bg_fl_btn.png
GoodMoney/app/src/main/res/mipmap-xhdpi/bg_fl_btn.png
+0
-0
bg_fl_btn_enter.png
GoodMoney/app/src/main/res/mipmap-xhdpi/bg_fl_btn_enter.png
+0
-0
bg_fl_iv.png
GoodMoney/app/src/main/res/mipmap-xhdpi/bg_fl_iv.png
+0
-0
No files found.
GoodMoney/app/src/main/java/com/mints/goodmoney/mvp/model/FlActivityBean.java
0 → 100644
View file @
881070da
package
com
.
mints
.
goodmoney
.
mvp
.
model
;
public
class
FlActivityBean
{
}
GoodMoney/app/src/main/java/com/mints/goodmoney/ui/widgets/dialog/FlDialog.kt
0 → 100644
View file @
881070da
package
com.mints.goodmoney.ui.widgets.dialog
class
FlDialog
{
}
\ No newline at end of file
GoodMoney/app/src/main/res/drawable/shape_fl_blue.xml
0 → 100644
View file @
881070da
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
</selector>
\ No newline at end of file
GoodMoney/app/src/main/res/drawable/shape_fl_red.xml
0 → 100644
View file @
881070da
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
</shape>
\ No newline at end of file
GoodMoney/app/src/main/res/layout/dialog_fl.xml
0 → 100644
View file @
881070da
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
GoodMoney/app/src/main/res/mipmap-xhdpi/bg_fl.png
0 → 100644
View file @
881070da
57.6 KB
GoodMoney/app/src/main/res/mipmap-xhdpi/bg_fl_btn.png
0 → 100644
View file @
881070da
65.7 KB
GoodMoney/app/src/main/res/mipmap-xhdpi/bg_fl_btn_enter.png
0 → 100644
View file @
881070da
781 Bytes
GoodMoney/app/src/main/res/mipmap-xhdpi/bg_fl_iv.png
0 → 100644
View file @
881070da
874 Bytes
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