Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
android
/
dayu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d96bf6c5
authored
Nov 25, 2017
by
罗翻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单列表调整
parent
69f3ec50
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
10 deletions
app/proguard-rules.pro
app/src/main/java/com/dayu/bigfish/ui/fragment/OrderSecondTabFragment.java
app/src/main/res/layout/fragment_order_datails.xml
app/src/main/res/layout/fragment_orderdoing_item.xml
app/proguard-rules.pro
View file @
d96bf6c5
...
...
@@ -23,7 +23,8 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#1.基本指令区
#-------------------------------------------基本不用动区域--------------------------------------------
#---------------------------------基本指令区----------------------------------
-
optimizationpasses
5
-
dontusemixedcaseclassnames
-
dontskipnonpubliclibraryclasses
...
...
@@ -35,10 +36,11 @@
-keepattributes
*Annotation*,InnerClasses
-keepattributes Signature
-keepattributes SourceFile,LineNumberTable
#----------------------------------------------------------------------------
#
2.默认保留区
#
---------------------------------默认保留区---------------------------------
-keep public class * extends android.app.Activity
-keep public class * extends android.app.Applic
a
tion
-keep public class * extends android.app.Appliction
-keep public class * extends android.app.Service
-keep public class * extends android.content.BroadcastReceiver
-keep public class * extends android.content.ContentProvider
...
...
@@ -86,8 +88,9 @@
-keepclassmembers class * {
void *(
*
*On*Event);
}
#----------------------------------------------------------------------------
#
3.webview
#
---------------------------------webview------------------------------------
-keepclassmembers class fqcn.of.javascript.interface.for.webview {
public *;
}
...
...
@@ -98,6 +101,19 @@
-keepclassmembers class * extends android.webkit.webViewClient {
public void *(android.webkit.webView, jav.lang.String);
}
#----------------------------------------------------------------------------
#-----------------AOP----------------------------------------------------------------------------------
-adaptclassstrings
-keepattributes InnerClasses, EnclosingMethod, Signature, *Annotation*
#-keepnames @org.aspectj.lang.annotation.Aspect class * {
# ajc* <methods>;
#}
#---------------------------------------------------------------------------------------------------
...
...
app/src/main/java/com/dayu/bigfish/ui/fragment/OrderSecondTabFragment.java
View file @
d96bf6c5
...
...
@@ -49,7 +49,7 @@ public class OrderSecondTabFragment extends BaseFragment<OrderTwoTabPresenter, O
private
int
siteId
=
GetUserInfo
.
getSITE_ID
(
MyApplication
.
getContext
());
private
int
userId
=
GetUserInfo
.
getACCOUNT_ID
(
MyApplication
.
getContext
());
private
int
mTotalPage
;
private
int
mPageSize
=
5
;
private
int
mPageSize
=
10
;
private
int
mPage
=
1
;
private
int
mRefreshState
=
1
;
//1:刷新,private int mRefreshState;
private
List
<
Order
>
mDatas
;
...
...
app/src/main/res/layout/fragment_order_datails.xml
View file @
d96bf6c5
...
...
@@ -191,7 +191,7 @@
android:gravity=
"center_vertical"
android:maxEms=
"500"
android:maxLines=
"2"
android:text=
"暂无数据
daaaaaaaaackahkvajclclncl.NC了》Ncl>Nc.NC.NC.出》ncNC.NC.C.NC.NC.NC.NC>NC.NC.nc>N>Cn
"
android:text=
"暂无数据"
android:textColor=
"@color/cl_home_title_text_color"
android:textSize=
"13.3sp"
/>
...
...
app/src/main/res/layout/fragment_orderdoing_item.xml
View file @
d96bf6c5
...
...
@@ -219,7 +219,6 @@
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_alignParentBottom=
"true"
android:layout_marginLeft=
"20.7dp"
android:layout_weight=
"1"
android:gravity=
"center"
android:text=
"@string/tv_home_tab_one_phone"
...
...
@@ -239,8 +238,6 @@
android:id=
"@+id/item_updata_time"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_marginLeft=
"5dp"
android:layout_marginRight=
"5dp"
android:layout_weight=
"1"
android:gravity=
"center"
android:text=
"@string/tv_home_tab_updata_subscribe_time"
...
...
@@ -262,7 +259,6 @@
android:id=
"@+id/tv_item_process"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_marginRight=
"20.7dp"
android:layout_weight=
"1"
android:gravity=
"center"
android:text=
"@string/tv_home_tab_start"
...
...
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