Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
石璀亮
/
agenew_a16_sos
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a246829f
authored
Nov 15, 2019
by
韩倩倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
37 C5030 UI适配
1 parent
cf18eadf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
app/src/main/res/layout/service_settting.xml
app/src/main/res/values/styles.xml
app/src/main/res/layout/service_settting.xml
View file @
a246829
...
...
@@ -54,7 +54,9 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:nextFocusDown=
"@id/service_upload_start"
android:textSize=
"25px"
/>
android:textSize=
"25px"
android:popupBackground=
"#ffffff"
android:theme=
"@style/SpinnerStyle"
/>
<!--<EditText
...
...
@@ -99,7 +101,9 @@
android:focusable=
"true"
android:nextFocusRight=
"@id/service_upload_end"
android:nextFocusDown=
"@id/service_upload_end"
android:textSize=
"25px"
/>
android:textSize=
"25px"
android:popupBackground=
"#ffffff"
android:theme=
"@style/SpinnerStyle"
/>
<TextView
android:layout_width=
"wrap_content"
...
...
@@ -113,7 +117,9 @@
android:layout_height=
"wrap_content"
android:nextFocusLeft=
"@id/service_upload_start"
android:nextFocusUp=
"@id/service_upload_start"
android:textSize=
"25px"
/>
android:textSize=
"25px"
android:popupBackground=
"#ffffff"
android:theme=
"@style/SpinnerStyle"
/>
</LinearLayout>
<TextView
...
...
app/src/main/res/values/styles.xml
View file @
a246829
...
...
@@ -37,4 +37,9 @@
<item
name=
"android:textColor"
>
#000000
</item>
<item
name=
"android:focusableInTouchMode"
>
false
</item>
</style>
<style
name=
"SpinnerStyle"
>
<item
name=
"colorControlNormal"
>
#000000
</item>
</style>
</resources>
Write
Preview
Markdown
is supported
Attach a file
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 post a comment