Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile-Cn-Ko-En
Commits
6d5bc4d2
Commit
6d5bc4d2
authored
Apr 14, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改搜索器布局
parent
ea65c84d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
16 deletions
+32
-16
mobile/src/main/res/layout/nav_card_search.xml
mobile/src/main/res/layout/nav_card_search.xml
+32
-16
No files found.
mobile/src/main/res/layout/nav_card_search.xml
View file @
6d5bc4d2
...
@@ -39,14 +39,15 @@
...
@@ -39,14 +39,15 @@
android:layout_weight=
"1"
android:layout_weight=
"1"
android:textSize=
"12sp"
/>
android:textSize=
"12sp"
/>
<androidx.appcompat.widget.AppCompatButton
<androidx.appcompat.widget.AppCompatSpinner
android:id=
"@+id/btn_my_fav"
android:id=
"@+id/sp_scale"
style=
"@style/itemSpinnerStyle"
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"
@dimen/label_width_small
"
android:layout_height=
"
match_parent
"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:visibility=
"invisible"
/>
android:background=
"@color/transparent"
android:text=
"@string/my_favorites"
android:visibility=
"visible"
/>
</LinearLayout>
</LinearLayout>
<LinearLayout
<LinearLayout
...
@@ -82,24 +83,39 @@
...
@@ -82,24 +83,39 @@
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
/>
<androidx.appcompat.widget.AppCompatButton
<androidx.appcompat.widget.AppCompatSpinner
android:id=
"@+id/btn_linkmarker"
android:id=
"@+id/sp_scale"
style=
"@style/itemSpinnerStyle"
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"
match_parent
"
android:layout_height=
"
@dimen/label_width_small
"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:background=
"@color/transparent"
android:visibility=
"invisible"
/>
android:text=
"@string/linkmarker"
android:visibility=
"visible"
/>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/label_width_small"
android:orientation=
"horizontal"
>
<cn.garymb.ygomobile.ui.widget.SearchableSpinner
<cn.garymb.ygomobile.ui.widget.SearchableSpinner
android:id=
"@+id/sp_setcode"
android:id=
"@+id/sp_setcode"
style=
"@style/itemSpinnerStyle"
style=
"@style/itemSpinnerStyle"
android:layout_width=
"match_parent
"
android:layout_width=
"0dp
"
android:layout_height=
"@dimen/label_width_small"
android:layout_height=
"@dimen/label_width_small"
android:layout_weight=
"1"
app:searchTitle=
"@string/label_set"
/>
app:searchTitle=
"@string/label_set"
/>
<androidx.appcompat.widget.AppCompatButton
android:id=
"@+id/btn_linkmarker"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1"
android:background=
"@color/transparent"
android:text=
"@string/linkmarker"
android:visibility=
"visible"
/>
</LinearLayout>
<LinearLayout
<LinearLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
...
@@ -223,7 +239,7 @@
...
@@ -223,7 +239,7 @@
<com.google.android.material.textfield.TextInputLayout
<com.google.android.material.textfield.TextInputLayout
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"1
8
dp"
android:layout_marginLeft=
"1
0
dp"
android:layout_weight=
"1"
>
android:layout_weight=
"1"
>
<androidx.appcompat.widget.AppCompatEditText
<androidx.appcompat.widget.AppCompatEditText
...
@@ -256,7 +272,7 @@
...
@@ -256,7 +272,7 @@
<com.google.android.material.textfield.TextInputLayout
<com.google.android.material.textfield.TextInputLayout
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"1
8
dp"
android:layout_marginLeft=
"1
0
dp"
android:layout_weight=
"1"
>
android:layout_weight=
"1"
>
<androidx.appcompat.widget.AppCompatEditText
<androidx.appcompat.widget.AppCompatEditText
...
...
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