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
fd9f61d9
Commit
fd9f61d9
authored
Aug 21, 2024
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
設定画面表示問題対応
parent
924a75b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
ABVJE_UI_Android/res/layout/custom_preference_category.xml
+1
-1
ABVJE_UI_Android/res/layout/custom_preference_checkbox.xml
+1
-1
ABVJE_UI_Android/res/layout/custom_preference_screen.xml
+3
-3
No files found.
ABVJE_UI_Android/res/layout/custom_preference_category.xml
View file @
fd9f61d9
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
<TextView
<TextView
android:id=
"@
+
id/title"
android:id=
"@
android:
id/title"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:gravity=
"center_vertical"
android:gravity=
"center_vertical"
...
...
ABVJE_UI_Android/res/layout/custom_preference_checkbox.xml
View file @
fd9f61d9
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
android:paddingRight=
"?android:attr/scrollbarSize"
>
android:paddingRight=
"?android:attr/scrollbarSize"
>
<CheckBox
xmlns:android=
"http://schemas.android.com/apk/res/android"
<CheckBox
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:id=
"@
+
id/checkbox"
android:id=
"@
android:
id/checkbox"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:button=
"@drawable/selector_custom_checkbox"
android:button=
"@drawable/selector_custom_checkbox"
...
...
ABVJE_UI_Android/res/layout/custom_preference_screen.xml
View file @
fd9f61d9
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
android:layout_weight=
"1"
>
android:layout_weight=
"1"
>
<TextView
<TextView
android:id=
"@
+
id/title"
android:id=
"@
android:
id/title"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:ellipsize=
"marquee"
android:ellipsize=
"marquee"
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
android:textAppearance=
"?android:attr/textAppearanceLarge"
/>
android:textAppearance=
"?android:attr/textAppearanceLarge"
/>
<TextView
<TextView
android:id=
"@
+
id/summary"
android:id=
"@
android:
id/summary"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignLeft=
"@android:id/title"
android:layout_alignLeft=
"@android:id/title"
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
</RelativeLayout>
</RelativeLayout>
<LinearLayout
<LinearLayout
android:id=
"@
+
id/widget_frame"
android:id=
"@
android:
id/widget_frame"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:minWidth=
"80dip"
android:minWidth=
"80dip"
...
...
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