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
447e829d
Commit
447e829d
authored
Dec 27, 2022
by
Kazuyuki Hida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ボトムメニューによる画面遷移を実装した。
parent
c82278cd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
ABVJE_Res_Default_Android/res/drawable/btn_operation_dashboard.xml
+8
-0
ABVJE_Res_Default_Android/res/drawable/ic_dashboard_off.xml
+4
-0
ABVJE_Res_Default_Android/res/drawable/ic_dashboard_on.xml
+4
-0
No files found.
ABVJE_Res_Default_Android/res/drawable/btn_operation_dashboard.xml
0 → 100644
View file @
447e829d
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:state_enabled=
"false"
android:drawable=
"@drawable/ic_dashboard_off"
/>
<item
android:drawable=
"@drawable/ic_dashboard_on"
/>
</selector>
ABVJE_Res_Default_Android/res/drawable/ic_dashboard_off.xml
0 → 100644
View file @
447e829d
<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=
"#333333"
android:pathData=
"M40.9,49.2H8.8V13h32.1V49.2zM40.9,57.1H8.8v19.8h32.1V57.1zM81.1,13H49v20.2h32.1V13zM81.2,41H49.1v36h32.1L81.2,41L81.2,41z"
/>
</vector>
ABVJE_Res_Default_Android/res/drawable/ic_dashboard_on.xml
0 → 100644
View file @
447e829d
<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=
"#A5A5A5"
android:pathData=
"M40.9,49.2H8.8V13h32.1V49.2zM40.9,57.1H8.8v19.8h32.1V57.1zM81.1,13H49v20.2h32.1V13zM81.2,41H49.1v36h32.1L81.2,41L81.2,41z"
/>
</vector>
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