Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
b0e7c655
Commit
b0e7c655
authored
Nov 04, 2019
by
Viktor De Pasquale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added icon for "all processes hidden" state
parent
b18b044b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
1 deletion
+21
-1
ic_hide_md2.xml
app/src/main/res/drawable/ic_hide_md2.xml
+2
-0
ic_hide_select_md2.xml
app/src/main/res/drawable/ic_hide_select_md2.xml
+5
-0
ic_show_md2.xml
app/src/main/res/drawable/ic_show_md2.xml
+12
-0
item_hide_md2.xml
app/src/main/res/layout/item_hide_md2.xml
+2
-1
No files found.
app/src/main/res/drawable/ic_hide_md2.xml
View file @
b0e7c655
<?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24"
android:viewportHeight=
"24"
>
<path
android:fillColor=
"?colorOnSurface"
tools:fillColor=
"#000"
android:pathData=
"M2,5.27L3.28,4L20,20.72L18.73,22L15.65,18.92C14.5,19.3 13.28,19.5 12,19.5C7,19.5 2.73,16.39 1,12C1.69,10.24 2.79,8.69 4.19,7.46L2,5.27M12,9A3,3 0 0,1 15,12C15,12.35 14.94,12.69 14.83,13L11,9.17C11.31,9.06 11.65,9 12,9M12,4.5C17,4.5 21.27,7.61 23,12C22.18,14.08 20.79,15.88 19,17.19L17.58,15.76C18.94,14.82 20.06,13.54 20.82,12C19.17,8.64 15.76,6.5 12,6.5C10.91,6.5 9.84,6.68 8.84,7L7.3,5.47C8.74,4.85 10.33,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C12.69,17.5 13.37,17.43 14,17.29L11.72,15C10.29,14.85 9.15,13.71 9,12.28L5.6,8.87C4.61,9.72 3.78,10.78 3.18,12Z"
/>
</vector>
\ No newline at end of file
app/src/main/res/drawable/ic_hide_select_md2.xml
0 → 100644
View file @
b0e7c655
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"@drawable/ic_show_md2"
android:state_selected=
"true"
/>
<item
android:drawable=
"@drawable/ic_hide_md2"
/>
</selector>
\ No newline at end of file
app/src/main/res/drawable/ic_show_md2.xml
0 → 100644
View file @
b0e7c655
<?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24"
android:viewportHeight=
"24"
>
<path
android:fillColor=
"?colorOnSurface"
android:pathData=
"M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z"
tools:fillColor=
"#000"
/>
</vector>
\ No newline at end of file
app/src/main/res/layout/item_hide_md2.xml
View file @
b0e7c655
...
...
@@ -50,6 +50,7 @@
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/hide_action"
style=
"?styleImageNormal"
isSelected=
"@{item.itemsCheckedPercent == 100}"
goneUnless=
"@{item.isExpanded}"
android:layout_margin=
"@dimen/l1"
android:background=
"?selectableItemBackgroundBorderless"
...
...
@@ -59,7 +60,7 @@
app:layout_constraintEnd_toEndOf=
"@+id/hide_icon"
app:layout_constraintStart_toStartOf=
"@+id/hide_icon"
app:layout_constraintTop_toTopOf=
"@+id/hide_icon"
app:srcCompat=
"@drawable/ic_hide_md2"
/>
app:srcCompat=
"@drawable/ic_hide_
select_
md2"
/>
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/hide_name"
...
...
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