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
18241cd8
Commit
18241cd8
authored
Jan 30, 2018
by
陈前
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索框颜色
parent
c5709921
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
app/src/main/java/com/xingdata/zzdpos/ui/manage/inventory/fragment/InventoryAddFragment.java
...os/ui/manage/inventory/fragment/InventoryAddFragment.java
+1
-1
app/src/main/res/layout/activity_statistics_detail.xml
app/src/main/res/layout/activity_statistics_detail.xml
+5
-2
app/src/main/res/layout/dialog_inventory_cart.xml
app/src/main/res/layout/dialog_inventory_cart.xml
+3
-3
app/src/main/res/layout/fragment_order_main.xml
app/src/main/res/layout/fragment_order_main.xml
+0
-1
app/src/main/res/layout/fragment_other_list.xml
app/src/main/res/layout/fragment_other_list.xml
+0
-1
app/src/main/res/layout/fragment_replenishement.xml
app/src/main/res/layout/fragment_replenishement.xml
+0
-1
No files found.
app/src/main/java/com/xingdata/zzdpos/ui/manage/inventory/fragment/InventoryAddFragment.java
View file @
18241cd8
...
...
@@ -102,7 +102,7 @@ public class InventoryAddFragment extends BaseFragment<InventoryPresenter, Fragm
@Override
public
void
No
()
{
deleteInventoryDialog
.
dismiss
();
pop
();
mPresenter
.
exitInventoryAdd
();
}
});
}
...
...
app/src/main/res/layout/activity_statistics_detail.xml
View file @
18241cd8
<?xml version="1.0" encoding="utf-8"?>
<layout
xmlns:tools=
"http://schemas.android.com/tools"
>
<layout
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
>
<android.support.constraint.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
...
...
@@ -11,7 +12,9 @@
<include
android:id=
"@+id/ic_title"
layout=
"@layout/title"
app:layout_constraintTop_toTopOf=
"parent"
/>
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<FrameLayout
...
...
app/src/main/res/layout/dialog_inventory_cart.xml
View file @
18241cd8
...
...
@@ -19,14 +19,14 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:gravity=
"center"
android:
paddingTop=
"@dimen/all_padding
"
android:orientation=
"vertical"
>
android:
orientation=
"vertical
"
>
<View
android:id=
"@+id/ll_title"
android:layout_width=
"0dp"
android:layout_height=
"?attr/actionBarSize"
android:layout_marginTop=
"@dimen/all_margin"
android:layout_marginTop=
"@dimen/all_margin
_big
"
android:background=
"@color/white_caocao"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
...
...
app/src/main/res/layout/fragment_order_main.xml
View file @
18241cd8
...
...
@@ -22,7 +22,6 @@
android:drawablePadding=
"@dimen/all_padding"
android:hint=
"@string/statistics_order_edit_hint"
android:inputType=
"number"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/all_text_size_low"
/>
...
...
app/src/main/res/layout/fragment_other_list.xml
View file @
18241cd8
...
...
@@ -49,7 +49,6 @@
android:hint=
"@string/other_select_edit_hint"
android:imeOptions=
"actionSearch"
android:inputType=
"text"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/all_text_size_low"
/>
...
...
app/src/main/res/layout/fragment_replenishement.xml
View file @
18241cd8
...
...
@@ -25,7 +25,6 @@
android:drawablePadding=
"@dimen/all_padding"
android:hint=
"@string/statistics_order_edit_hint"
android:imeOptions=
"actionSearch"
android:textColor=
"@color/black_likui"
android:textSize=
"@dimen/all_text_size_low"
/>
...
...
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