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
8f5f8db7
Commit
8f5f8db7
authored
Nov 04, 2019
by
Viktor De Pasquale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed dark mode colors
parent
016e2838
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
4 deletions
+24
-4
ic_check_md2.xml
app/src/main/res/drawable/ic_check_md2.xml
+12
-0
ic_up_md2.xml
app/src/main/res/drawable/ic_up_md2.xml
+3
-1
fragment_hide_md2.xml
app/src/main/res/layout/fragment_hide_md2.xml
+9
-3
No files found.
app/src/main/res/drawable/ic_check_md2.xml
0 → 100644
View file @
8f5f8db7
<?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=
"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"
tools:fillColor=
"#000"
/>
</vector>
\ No newline at end of file
app/src/main/res/drawable/ic_up_md2.xml
View file @
8f5f8db7
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:width=
"24dp"
android:width=
"24dp"
android:height=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"512"
android:viewportWidth=
"512"
...
@@ -8,7 +9,8 @@
...
@@ -8,7 +9,8 @@
android:pivotY=
"256"
android:pivotY=
"256"
android:rotation=
"180"
>
android:rotation=
"180"
>
<path
<path
android:fillColor=
"#FF000000"
android:fillColor=
"?colorOnSurface"
tools:fillColor=
"#000"
android:pathData=
"m256.238,430.145 l-89.77,-94.898 29.059,-27.488 60.633,64.098 60.273,-64.059 29.133,27.41zM422,392v-272c0,-66.168 -53.832,-120 -120,-120h-92c-66.168,0 -120,53.832 -120,120v272c0,66.168 53.832,120 120,120h92c66.168,0 120,-53.832 120,-120zM302,40c44.113,0 80,35.887 80,80v272c0,44.113 -35.887,80 -80,80h-92c-44.113,0 -80,-35.887 -80,-80v-272c0,-44.113 35.887,-80 80,-80zM256,81c-11.047,0 -20,8.953 -20,20s8.953,20 20,20 20,-8.953 20,-20 -8.953,-20 -20,-20zM256,161c-11.047,0 -20,8.953 -20,20s8.953,20 20,20 20,-8.953 20,-20 -8.953,-20 -20,-20zM256,241c-11.047,0 -20,8.953 -20,20s8.953,20 20,20 20,-8.953 20,-20 -8.953,-20 -20,-20zM256,241"
/>
android:pathData=
"m256.238,430.145 l-89.77,-94.898 29.059,-27.488 60.633,64.098 60.273,-64.059 29.133,27.41zM422,392v-272c0,-66.168 -53.832,-120 -120,-120h-92c-66.168,0 -120,53.832 -120,120v272c0,66.168 53.832,120 120,120h92c66.168,0 120,-53.832 120,-120zM302,40c44.113,0 80,35.887 80,80v272c0,44.113 -35.887,80 -80,80h-92c-44.113,0 -80,-35.887 -80,-80v-272c0,-44.113 35.887,-80 80,-80zM256,81c-11.047,0 -20,8.953 -20,20s8.953,20 20,20 20,-8.953 20,-20 -8.953,-20 -20,-20zM256,161c-11.047,0 -20,8.953 -20,20s8.953,20 20,20 20,-8.953 20,-20 -8.953,-20 -20,-20zM256,241c-11.047,0 -20,8.953 -20,20s8.953,20 20,20 20,-8.953 20,-20 -8.953,-20 -20,-20zM256,241"
/>
</group>
</group>
</vector>
</vector>
app/src/main/res/layout/fragment_hide_md2.xml
View file @
8f5f8db7
...
@@ -71,7 +71,10 @@
...
@@ -71,7 +71,10 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:checked=
"@={viewModel.showSystem}"
android:checked=
"@={viewModel.showSystem}"
android:text=
"@string/show_system_app"
android:text=
"@string/show_system_app"
android:textAppearance=
"?appearanceTextCaptionNormal"
/>
android:textAppearance=
"?appearanceTextCaptionNormal"
app:checkedIcon=
"@drawable/ic_check_md2"
app:chipBackgroundColor=
"?colorSurfaceVariant"
tools:checked=
"true"
/>
<com.google.android.material.chip.Chip
<com.google.android.material.chip.Chip
style=
"@style/Widget.MaterialComponents.Chip.Entry"
style=
"@style/Widget.MaterialComponents.Chip.Entry"
...
@@ -81,7 +84,8 @@
...
@@ -81,7 +84,8 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:checkable=
"false"
android:checkable=
"false"
android:text=
"@{viewModel.query}"
android:text=
"@{viewModel.query}"
android:textAppearance=
"?appearanceTextCaptionNormal"
/>
android:textAppearance=
"?appearanceTextCaptionNormal"
app:chipBackgroundColor=
"?colorSurfaceVariant"
/>
</com.google.android.material.chip.ChipGroup>
</com.google.android.material.chip.ChipGroup>
...
@@ -122,7 +126,9 @@
...
@@ -122,7 +126,9 @@
android:paddingEnd=
"@dimen/l1"
android:paddingEnd=
"@dimen/l1"
android:singleLine=
"true"
android:singleLine=
"true"
android:text=
"@={viewModel.query}"
android:text=
"@={viewModel.query}"
android:textAppearance=
"?appearanceTextBodyNormal"
/>
android:textAppearance=
"?appearanceTextBodyNormal"
android:textColor=
"?colorTextTransient"
android:textColorHint=
"?colorOnSurfaceVariant"
/>
</com.google.android.material.card.MaterialCardView>
</com.google.android.material.card.MaterialCardView>
...
...
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