Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_android
abook_check
Commits
c823e8be
Commit
c823e8be
authored
Jan 16, 2025
by
NGUYEN LONG CHAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
53769: Android12検証 Check】フォームの項目「時間」の「設定」が表示しきれていない
- Apply template style for time picker dialog theme.
parent
dbcd3694
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
+10
-1
ABVJE_UI_Android/res/values/themes_abook.xml
+10
-1
No files found.
ABVJE_UI_Android/res/values/themes_abook.xml
View file @
c823e8be
...
@@ -31,6 +31,8 @@
...
@@ -31,6 +31,8 @@
<item
name=
"android:alertDialogStyle"
>
@style/Theme_ABookAlertDialog
</item>
<item
name=
"android:alertDialogStyle"
>
@style/Theme_ABookAlertDialog
</item>
<item
name=
"android:timePickerDialogTheme"
>
@style/Theme_AbookTimePickerDialog
</item>
<!-- Customize your theme here. -->
<!-- Customize your theme here. -->
<item
name=
"colorPrimary"
>
@color/colorPrimary
</item>
<item
name=
"colorPrimary"
>
@color/colorPrimary
</item>
<item
name=
"colorPrimaryDark"
>
@color/colorPrimaryDark
</item>
<item
name=
"colorPrimaryDark"
>
@color/colorPrimaryDark
</item>
...
@@ -67,6 +69,12 @@
...
@@ -67,6 +69,12 @@
<item
name=
"android:background"
>
#00FFFFFF
</item>
<item
name=
"android:background"
>
#00FFFFFF
</item>
</style>
</style>
<style
name=
"Theme_AbookTimePickerDialog"
parent=
"@style/Theme.AppCompat.Light.Dialog"
>
<item
name=
"android:colorAccent"
>
@android:color/black
</item>
<item
name=
"colorAccent"
>
@android:color/black
</item>
<item
name=
"android:paddingLeft"
>
0dp
</item>
<item
name=
"android:paddingRight"
>
0dp
</item>
<item
name=
"android:layout_width"
>
wrap_content
</item>
</style>
</resources>
</resources>
\ No newline at end of file
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