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
245d56ed
Commit
245d56ed
authored
Jan 16, 2018
by
姜敏
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
13a135d1
c1c7e00a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
12 deletions
+18
-12
app/src/main/res/layout/fragment_bale_edit.xml
app/src/main/res/layout/fragment_bale_edit.xml
+2
-2
app/src/main/res/layout/fragment_bale_index.xml
app/src/main/res/layout/fragment_bale_index.xml
+2
-2
app/src/main/res/layout/fragment_bale_seach.xml
app/src/main/res/layout/fragment_bale_seach.xml
+12
-7
app/src/main/res/layout/fragment_bale_seach_shop.xml
app/src/main/res/layout/fragment_bale_seach_shop.xml
+1
-1
app/src/main/res/values/dimens.xml
app/src/main/res/values/dimens.xml
+1
-0
No files found.
app/src/main/res/layout/fragment_bale_edit.xml
View file @
245d56ed
...
...
@@ -51,7 +51,7 @@
<TextView
android:id=
"@+id/tv_keyword"
android:layout_width=
"0dp"
android:layout_height=
"
match_paren
t"
android:layout_height=
"
@dimen/all_seach_heigh
t"
android:layout_marginEnd=
"@dimen/all_spacing"
android:layout_weight=
"1"
android:background=
"@drawable/shape_gray_r1"
...
...
@@ -64,7 +64,7 @@
android:maxLength=
"20"
android:maxLines=
"1"
android:onClick=
"@{OnClickListener}"
android:padding
=
"@dimen/all_spac
ing"
android:padding
Left=
"@dimen/all_padd
ing"
android:textColor=
"@color/black_likui"
android:textColorHint=
"@color/gray_huanggai"
android:textSize=
"@dimen/all_text_size"
/>
...
...
app/src/main/res/layout/fragment_bale_index.xml
View file @
245d56ed
...
...
@@ -58,7 +58,7 @@
<TextView
android:id=
"@+id/tv_keyword"
android:layout_width=
"0dp"
android:layout_height=
"
match_paren
t"
android:layout_height=
"
@dimen/all_seach_heigh
t"
android:layout_marginEnd=
"@dimen/all_spacing"
android:layout_weight=
"1"
android:background=
"@drawable/shape_gray_r1"
...
...
@@ -71,7 +71,7 @@
android:maxLength=
"20"
android:maxLines=
"1"
android:onClick=
"@{OnClickListener}"
android:padding
=
"@dimen/all_spac
ing"
android:padding
Left=
"@dimen/all_padd
ing"
android:textColor=
"@color/black_likui"
android:textColorHint=
"@color/gray_huanggai"
android:textSize=
"@dimen/all_text_size"
/>
...
...
app/src/main/res/layout/fragment_bale_seach.xml
View file @
245d56ed
...
...
@@ -50,7 +50,7 @@
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_marginEnd=
"@dimen/all_margin"
android:gravity=
"center"
android:gravity=
"center
|left
"
app:layout_constraintBottom_toTopOf=
"parent"
app:layout_constraintLeft_toRightOf=
"@id/btn_back"
app:layout_constraintRight_toRightOf=
"parent"
...
...
@@ -58,16 +58,21 @@
<EditText
android:id=
"@+id/et_keyword"
style=
"@style/searchBarEditor"
android:layout_width=
"0dp"
android:layout_height=
"
match_paren
t"
android:layout_height=
"
@dimen/all_seach_heigh
t"
android:layout_marginEnd=
"@dimen/all_spacing"
android:layout_weight=
"1"
android:background=
"@drawable/shape_gray_r1"
android:clickable=
"true"
android:drawableLeft=
"@mipmap/ic_search"
android:drawablePadding=
"@dimen/all_spacing"
android:enabled=
"true"
android:gravity=
"center|left"
android:hint=
"@string/store_search_hint"
android:
imeOptions=
"actionSearch
"
android:
inputType=
"text
"
android:
labelFor=
"@+id/et_search
"
android:
saveEnabled=
"false
"
android:
maxLength=
"20
"
android:
maxLines=
"1
"
android:
onClick=
"@{OnClickListener}
"
android:
paddingLeft=
"@dimen/all_padding
"
android:textColor=
"@color/black_likui"
android:textColorHint=
"@color/gray_huanggai"
android:textSize=
"@dimen/all_text_size"
/>
...
...
app/src/main/res/layout/fragment_bale_seach_shop.xml
View file @
245d56ed
...
...
@@ -58,7 +58,7 @@
android:id=
"@+id/et_keyword"
style=
"@style/searchBarEditor"
android:layout_width=
"0dp"
android:layout_height=
"
match_paren
t"
android:layout_height=
"
@dimen/all_seach_heigh
t"
android:layout_marginEnd=
"@dimen/all_spacing"
android:layout_weight=
"1"
android:focusable=
"true"
...
...
app/src/main/res/values/dimens.xml
View file @
245d56ed
...
...
@@ -23,6 +23,7 @@
<dimen
name=
"all_tiny_size"
>
9sp
</dimen>
<dimen
name=
"all_title_size"
>
26sp
</dimen>
<dimen
name=
"all_padding"
>
10dp
</dimen>
<dimen
name=
"all_seach_height"
>
36dp
</dimen>
<dimen
name=
"all_padding_left_right"
>
16dp
</dimen>
<dimen
name=
"Minus_padding_left_right"
>
-17dp
</dimen>
<dimen
name=
"all_text_size_big"
>
22sp
</dimen>
...
...
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