Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CMBC
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
陈前
CMBC
Commits
5c1a986a
Commit
5c1a986a
authored
Jun 25, 2019
by
陈前
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20190625打包
parent
12a9706b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
app/build.gradle
app/build.gradle
+2
-0
app/src/main/AndroidManifest.xml
app/src/main/AndroidManifest.xml
+1
-0
app/src/main/java/com/xingdata/cmbc/resturant/MainActivity.java
...c/main/java/com/xingdata/cmbc/resturant/MainActivity.java
+3
-3
app/src/main/res/values/strings.xml
app/src/main/res/values/strings.xml
+3
-3
No files found.
app/build.gradle
View file @
5c1a986a
...
...
@@ -4,10 +4,12 @@ android {
productFlavors
{
xiyifang
{
applicationId
'com.xingdata.cmbc.resturant.wash'
manifestPlaceholders
=
[
APP_CHANNEL_VALUE:
"xiyifang"
,
app_name:
"@string/app_name_c"
,
app_icons:
"@mipmap/xiyifang"
]
}
tushuguan
{
applicationId
'com.xingdata.cmbc.resturant.book'
manifestPlaceholders
=
[
APP_CHANNEL_VALUE:
"tushuguan"
,
app_name:
"@string/app_name_b"
,
app_icons:
"@mipmap/tushu"
]
}
...
...
app/src/main/AndroidManifest.xml
View file @
5c1a986a
...
...
@@ -12,6 +12,7 @@
android:label=
"${app_name}"
android:roundIcon=
"${app_icons}"
android:supportsRtl=
"true"
android:theme=
"@android:style/Theme.NoTitleBar"
tools:ignore=
"GoogleAppIndexingWarning"
tools:replace=
"label,roundIcon,icon"
>
<meta-data
...
...
app/src/main/java/com/xingdata/cmbc/resturant/MainActivity.java
View file @
5c1a986a
...
...
@@ -71,9 +71,9 @@ public class MainActivity extends Activity {
private
MyHandler
mainHandler
=
new
MyHandler
();
private
InputStream
inputStream
;
private
final
String
urlA
=
"http://
192.168.254.153:8
080/cashier/index"
;
private
final
String
urlB
=
"http://
197.0.32.146:8
080/canteen/index"
;
private
final
String
urlC
=
"http://
192.168.254.153:8
080/book/home"
;
private
final
String
urlA
=
"http://
msic.cmbc.com.cn:10
080/cashier/index"
;
private
final
String
urlB
=
"http://
msic.cmbc.com.cn:10
080/canteen/index"
;
private
final
String
urlC
=
"http://
msic.cmbc.com.cn:10
080/book/home"
;
private
String
URL
;
...
...
app/src/main/res/values/strings.xml
View file @
5c1a986a
<resources>
<string
name=
"app_name"
>
民生
银行自助收银机
</string>
<string
name=
"app_name_c"
>
民生洗衣
</string>
<string
name=
"app_name_b"
>
民生图书
</string>
<string
name=
"app_name"
>
银行自助收银机
</string>
<string
name=
"app_name_c"
>
洗衣房系统
</string>
<string
name=
"app_name_b"
>
图书馆系统
</string>
</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