Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
android-koreadc-client-aar
Overview
Overview
Details
Activity
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-koreadc-client-aar
Commits
93345f11
Commit
93345f11
authored
Apr 18, 2021
by
郑鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改我的餐馆显示ui
parent
2c9afb8c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+2
-2
activity_food_order.xml
app/src/main/res/layout-night/activity_food_order.xml
+1
-1
activity_food_order.xml
app/src/main/res/layout/activity_food_order.xml
+1
-1
No files found.
app/src/main/AndroidManifest.xml
View file @
93345f11
...
@@ -295,11 +295,11 @@
...
@@ -295,11 +295,11 @@
<activity
<activity
android:name=
"cn.dankal.user.login.LanguageSelectActivity"
android:name=
"cn.dankal.user.login.LanguageSelectActivity"
android:screenOrientation=
"portrait"
>
android:screenOrientation=
"portrait"
>
<intent-filter>
<!--
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</intent-filter>
-->
</activity>
</activity>
<activity
<activity
android:name=
"com.mhq.smartorder.wxapi.WXPayEntryActivity"
android:name=
"com.mhq.smartorder.wxapi.WXPayEntryActivity"
...
...
app/src/main/res/layout-night/activity_food_order.xml
View file @
93345f11
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@color/color_232323"
android:background=
"@color/color_232323"
app:tabGravity=
"fill"
app:tabGravity=
"fill"
app:tabMode=
"
scrollable
"
/>
app:tabMode=
"
fixed
"
/>
<android.support.v4.view.ViewPager
<android.support.v4.view.ViewPager
android:id=
"@+id/vp_pager"
android:id=
"@+id/vp_pager"
...
...
app/src/main/res/layout/activity_food_order.xml
View file @
93345f11
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@color/white"
android:background=
"@color/white"
app:tabGravity=
"fill"
app:tabGravity=
"fill"
app:tabMode=
"
scrollable
"
/>
app:tabMode=
"
fixed
"
/>
<android.support.v4.view.ViewPager
<android.support.v4.view.ViewPager
android:id=
"@+id/vp_pager"
android:id=
"@+id/vp_pager"
...
...
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