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
6812f9d2
Commit
6812f9d2
authored
Feb 01, 2020
by
Viktor De Pasquale
Committed by
John Wu
Feb 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated su request dialog to match overall app theme
parent
555e7cc9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
121 additions
and
108 deletions
+121
-108
activity_request.xml
app/src/main/res/layout/activity_request.xml
+118
-108
item_spinner.xml
app/src/main/res/layout/item_spinner.xml
+2
-0
styles_md2.xml
app/src/main/res/values/styles_md2.xml
+1
-0
No files found.
app/src/main/res/layout/activity_request.xml
View file @
6812f9d2
This diff is collapsed.
Click to expand it.
app/src/main/res/layout/item_spinner.xml
View file @
6812f9d2
...
...
@@ -16,6 +16,8 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:ellipsize=
"marquee"
android:background=
"?colorSurfaceVariant"
android:textAppearance=
"@style/AppearanceFoundation.Caption"
android:gravity=
"center_vertical"
android:minHeight=
"?attr/listPreferredItemHeightSmall"
android:singleLine=
"true"
...
...
app/src/main/res/values/styles_md2.xml
View file @
6812f9d2
...
...
@@ -41,6 +41,7 @@
<style
name=
"Foundation.Floating"
parent=
"Empty"
>
<item
name=
"android:windowIsFloating"
>
true
</item>
<item
name=
"android:windowIsTranslucent"
>
true
</item>
<item
name=
"android:windowBackground"
>
@android:color/transparent
</item>
</style>
</resources>
\ No newline at end of file
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