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
5028b985
Commit
5028b985
authored
Sep 03, 2019
by
Lee Jaebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下辺のツールバーに枠線を追加、一括同期ボタンを並び替えボタンの横に配置
parent
8a73a87e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
ABVJE_Res_Default_Android/res/drawable/bottom_toolbar_border.xml
+6
-0
ABVJE_UI_Android/res/layout-large/ac_operation_list.xml
+2
-2
ABVJE_UI_Android/res/layout-normal/ac_operation_list.xml
+3
-3
No files found.
ABVJE_Res_Default_Android/res/drawable/bottom_toolbar_border.xml
0 → 100644
View file @
5028b985
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<stroke
android:width=
"1px"
android:color=
"#000000"
/>
<solid
android:color=
"@color/bottom_toolbar"
/>
</shape>
ABVJE_UI_Android/res/layout-large/ac_operation_list.xml
View file @
5028b985
...
...
@@ -52,7 +52,7 @@
<ImageButton
android:id=
"@+id/btn_batch_sync"
style=
"@style/ToolBarIcon"
android:layout_to
RightOf=
"@+id/operation_title
"
android:layout_to
LeftOf=
"@+id/btn_sort
"
android:src=
"@drawable/ic_batch_sync"
android:visibility=
"gone"
/>
...
...
@@ -85,7 +85,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom"
android:background=
"@
color/bottom_toolba
r"
android:background=
"@
drawable/bottom_toolbar_borde
r"
android:minHeight=
"50dp"
android:visibility=
"visible"
>
...
...
ABVJE_UI_Android/res/layout-normal/ac_operation_list.xml
View file @
5028b985
...
...
@@ -53,8 +53,8 @@
<ImageButton
android:id=
"@+id/btn_batch_sync"
style=
"@style/ToolBarIcon"
android:layout_margin
Left=
"5
dp"
android:layout_to
RightOf=
"@+id/operation_title
"
android:layout_margin
Right=
"10
dp"
android:layout_to
LeftOf=
"@+id/btn_sort
"
android:src=
"@drawable/ic_batch_sync"
android:visibility=
"gone"
/>
...
...
@@ -89,7 +89,7 @@
android:id=
"@+id/toolbar2"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@
color/bottom_toolba
r"
android:background=
"@
drawable/bottom_toolbar_borde
r"
android:minHeight=
"50dp"
android:visibility=
"visible"
>
...
...
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