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
59253259
Commit
59253259
authored
Dec 27, 2022
by
Kazuyuki Hida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ヘッダの見た目を実装した。
parent
447e829d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
2 deletions
+25
-2
ABVJE_Res_Default_Android/res/values-ja/strings.xml
+2
-0
ABVJE_Res_Default_Android/res/values-ko/strings.xml
+3
-0
ABVJE_Res_Default_Android/res/values/strings.xml
+3
-0
ABVJE_UI_Android/res/drawable/ic_reload.xml
+4
-0
ABVJE_UI_Android/res/layout/ac_operation_dashboard.xml
+13
-2
No files found.
ABVJE_Res_Default_Android/res/values-ja/strings.xml
View file @
59253259
...
...
@@ -1454,4 +1454,6 @@
<string
name=
"msg_error_open_ozd_content"
>
OZフォームで作成されているため、表示することができません。
</string>
<!-- API31対応後 -->
<string
name=
"msg_permission_dialog_bluetooth"
>
Bluetooth利用権限が必要です。\nアプリ設定画面へ遷移します。
</string>
<string
name=
"dashboard"
>
ダッシュボード
</string>
</resources>
ABVJE_Res_Default_Android/res/values-ko/strings.xml
View file @
59253259
...
...
@@ -1462,4 +1462,6 @@
<string
name=
"msg_error_open_ozd_content"
>
OZ 서식으로 작성되었으므로 표시할 수 없습니다.
</string>
<!-- API31対応後 -->
<string
name=
"msg_permission_dialog_bluetooth"
>
Bluetooth 이용권한이 필요합니다. \n앱설정화면으로 이동합니다.
</string>
<string
name=
"dashboard"
>
계기반
</string>
</resources>
\ No newline at end of file
ABVJE_Res_Default_Android/res/values/strings.xml
View file @
59253259
...
...
@@ -1460,4 +1460,6 @@
<string
name=
"msg_error_open_ozd_content"
>
Since it is created with an OZ form, it cannot be displayed.
</string>
<!-- API31対応後 -->
<string
name=
"msg_permission_dialog_bluetooth"
>
Bluetooth usage authority is required. \n To transition to the application setting screen.
</string>
<string
name=
"dashboard"
>
Dashboard
</string>
</resources>
\ No newline at end of file
ABVJE_UI_Android/res/drawable/ic_reload.xml
0 → 100644
View file @
59253259
<vector
android:height=
"30dp"
android:viewportHeight=
"90"
android:viewportWidth=
"90"
android:width=
"30dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#FFFFFF"
android:pathData=
"M15.1,10.3h21.5c2.6,0 4.8,2.1 4.8,4.8v21.5c0,2.6 -2.1,4.8 -4.8,4.8c-2.6,0 -4.8,-2.1 -4.8,-4.8v-9.5c-5.9,4.5 -9.5,11.5 -9.5,19.1c0,13.2 10.7,23.9 23.9,23.9s23.9,-10.7 23.9,-23.9c0,-5.2 -1.6,-10.2 -4.8,-14.3c-1.6,-2.1 -1.2,-5.1 1,-6.7c2.1,-1.6 5.1,-1.2 6.7,1c4.4,5.8 6.7,12.8 6.7,20c0,18.4 -15,33.4 -33.4,33.4s-33.4,-15 -33.4,-33.4c0,-10.3 4.9,-20 12.9,-26.3H15.1c-2.6,0 -4.8,-2.1 -4.8,-4.8S12.5,10.3 15.1,10.3z"
/>
</vector>
ABVJE_UI_Android/res/layout/ac_operation_dashboard.xml
View file @
59253259
...
...
@@ -22,9 +22,12 @@
android:maxLines=
"1"
android:ellipsize=
"end"
android:textColor=
"@color/text_dialog"
android:layout_centerVertical=
"true"
android:layout_centerHorizontal=
"true"
android:gravity=
"center"
android:visibility=
"gone"
android:textStyle=
"bold"
/>
android:text=
"@string/dashboard"
android:textStyle=
"bold"
tools:ignore=
"RelativeOverlap"
/>
<LinearLayout
android:id=
"@+id/menuLayout"
...
...
@@ -35,6 +38,14 @@
android:layout_marginEnd=
"5dp"
>
<ImageButton
android:id=
"@+id/btn_reload"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@drawable/ic_reload"
android:layout_marginTop=
"6dp"
android:layout_marginEnd=
"10dp"
/>
<ImageButton
android:id=
"@+id/btn_help"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
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