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
e39d2567
Commit
e39d2567
authored
Feb 03, 2019
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More SDK 16 fixes
parent
949136c9
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
98 additions
and
99 deletions
+98
-99
activity_flash.xml
app/src/full/res/layout/activity_flash.xml
+7
-10
activity_request.xml
app/src/full/res/layout/activity_request.xml
+3
-5
alert_dialog.xml
app/src/full/res/layout/alert_dialog.xml
+14
-17
custom_channel_dialog.xml
app/src/full/res/layout/custom_channel_dialog.xml
+6
-6
fragment_log.xml
app/src/full/res/layout/fragment_log.xml
+8
-11
fragment_magisk.xml
app/src/full/res/layout/fragment_magisk.xml
+14
-14
list_item_app.xml
app/src/full/res/layout/list_item_app.xml
+6
-2
list_item_module.xml
app/src/full/res/layout/list_item_module.xml
+7
-6
list_item_policy.xml
app/src/full/res/layout/list_item_policy.xml
+6
-2
list_item_repo.xml
app/src/full/res/layout/list_item_repo.xml
+2
-2
list_item_sulog.xml
app/src/full/res/layout/list_item_sulog.xml
+17
-18
markdown_window.xml
app/src/full/res/layout/markdown_window.xml
+2
-2
update_card.xml
app/src/full/res/layout/update_card.xml
+4
-2
styles.xml
app/src/full/res/values/styles.xml
+2
-2
No files found.
app/src/full/res/layout/activity_flash.xml
View file @
e39d2567
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
android:background=
"@color/flashing_background_color"
tools:context=
"com.topjohnwu.magisk.FlashActivity
"
>
android:orientation=
"vertical
"
>
<include
layout=
"@layout/toolbar"
/>
<include
layout=
"@layout/toolbar"
/>
<HorizontalScrollView
xmlns:android=
"http://schemas.android.com/apk/res/android"
<HorizontalScrollView
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_weight=
"1"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
>
android:layout_height=
"0dp"
android:layout_weight=
"1"
>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/recyclerView"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:padding
Star
t=
"8dp"
android:padding
End
=
"8dp"
android:padding
Lef
t=
"8dp"
android:padding
Right
=
"8dp"
app:layoutManager=
"androidx.recyclerview.widget.LinearLayoutManager"
/>
</HorizontalScrollView>
...
...
app/src/full/res/layout/activity_request.xml
View file @
e39d2567
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/su_popup"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:background=
"?attr/colorBackgroundFloating"
android:minWidth=
"350dp"
android:orientation=
"vertical"
tools:context=
".SuRequestActivity"
>
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/request_title"
...
...
@@ -29,8 +27,8 @@
android:layout_marginTop=
"10dp"
android:layout_marginBottom=
"10dp"
android:orientation=
"horizontal"
android:padding
Star
t=
"10dp"
android:padding
End
=
"10dp"
>
android:padding
Lef
t=
"10dp"
android:padding
Right
=
"10dp"
>
<ImageView
android:id=
"@+id/app_icon"
...
...
app/src/full/res/layout/alert_dialog.xml
View file @
e39d2567
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:id=
"@+id/dialog_layout"
android:orientation=
"vertical"
android:paddingTop=
"5dp"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:paddingTop=
"5dp"
>
<TextView
android:id=
"@+id/message"
style=
"?android:attr/textAppearanceMedium"
android:textColor=
"?android:attr/textColorPrimary"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:paddingLeft=
"25dp"
android:paddingTop=
"12dp"
android:paddingRight=
"25dp"
android:paddingBottom=
"12dp"
android:paddingEnd=
"25dp"
android:paddingStart=
"25dp"
android:paddingTop=
"12dp"
/>
android:textColor=
"?android:attr/textColorPrimary"
/>
<LinearLayout
style=
"?android:attr/buttonBarStyle"
android:id=
"@+id/button_panel"
style=
"?android:attr/buttonBarStyle"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:minHeight=
"54dip"
android:measureWithLargestChild=
"true"
android:minHeight=
"54dp"
android:orientation=
"horizontal"
android:paddingEnd=
"2dip"
android:paddingStart=
"2dip"
android:paddingTop=
"4dip"
>
android:padding=
"2dp"
>
<Button
android:id=
"@+id/negative"
style=
"?android:attr/buttonBarButtonStyle"
android:layout_width=
"0d
i
p"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_gravity=
"start"
android:layout_weight=
"1"
...
...
@@ -42,7 +39,7 @@
<Button
android:id=
"@+id/neutral"
style=
"?android:attr/buttonBarButtonStyle"
android:layout_width=
"0d
i
p"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_gravity=
"center_horizontal"
android:layout_weight=
"1"
...
...
@@ -51,7 +48,7 @@
<Button
android:id=
"@+id/positive"
style=
"?android:attr/buttonBarButtonStyle"
android:layout_width=
"0d
i
p"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_gravity=
"end"
android:layout_weight=
"1"
...
...
app/src/full/res/layout/custom_channel_dialog.xml
View file @
e39d2567
...
...
@@ -3,10 +3,10 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
android:padding
Bottom=
"
5dp"
android:padding
End=
"1
5dp"
android:padding
Star
t=
"15dp"
android:padding
Top
=
"5dp"
>
android:padding
Left=
"1
5dp"
android:padding
Top=
"
5dp"
android:padding
Righ
t=
"15dp"
android:padding
Bottom
=
"5dp"
>
<TextView
android:layout_width=
"match_parent"
...
...
@@ -14,8 +14,8 @@
android:layout_margin=
"5dp"
android:labelFor=
"@id/custom_url"
android:text=
"@string/settings_update_custom_msg"
android:text
Color=
"?android:textColorPrimary
"
android:text
Appearance=
"?android:attr/textAppearanceMedium
"
/>
android:text
Appearance=
"?android:attr/textAppearanceMedium
"
android:text
Color=
"?android:textColorPrimary
"
/>
<EditText
android:id=
"@+id/custom_url"
...
...
app/src/full/res/layout/fragment_log.xml
View file @
e39d2567
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
tools:context=
"com.topjohnwu.magisk.fragments.LogFragment"
>
android:orientation=
"vertical"
>
<com.google.android.material.tabs.TabLayout
android:id=
"@+id/tab"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"?attr/colorPrimary"
android:id=
"@+id/tab"
app:tabPaddingEnd=
"20dp"
app:tabPaddingStart=
"20dp"
android:elevation=
"4dp"
android:visibility=
"gone"
>
android:visibility=
"gone"
app:tabPaddingEnd=
"20dp"
app:tabPaddingStart=
"20dp"
>
</com.google.android.material.tabs.TabLayout>
<androidx.viewpager.widget.ViewPager
android:
layout_height=
"match_parent
"
android:
id=
"@+id/container
"
android:layout_width=
"match_parent"
android:
id=
"@+id/container"
/>
android:
layout_height=
"match_parent"
/>
</LinearLayout>
app/src/full/res/layout/fragment_magisk.xml
View file @
e39d2567
...
...
@@ -23,9 +23,9 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin
Star
t=
"5dp"
android:layout_margin
Lef
t=
"5dp"
android:layout_marginTop=
"4dp"
android:layout_margin
End
=
"5dp"
android:layout_margin
Right
=
"5dp"
android:layout_marginBottom=
"4dp"
app:cardCornerRadius=
"@dimen/card_corner_radius"
app:cardElevation=
"@dimen/card_elevation"
>
...
...
@@ -75,9 +75,9 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin
Star
t=
"5dp"
android:layout_margin
Lef
t=
"5dp"
android:layout_marginTop=
"4dp"
android:layout_margin
End
=
"5dp"
android:layout_margin
Right
=
"5dp"
android:layout_marginBottom=
"4dp"
app:cardCornerRadius=
"@dimen/card_corner_radius"
app:cardElevation=
"@dimen/card_elevation"
>
...
...
@@ -129,16 +129,16 @@
android:id=
"@+id/keep_force_enc"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_margin
Star
t=
"50dp"
android:layout_margin
End
=
"50dp"
android:layout_margin
Lef
t=
"50dp"
android:layout_margin
Right
=
"50dp"
android:text=
"@string/keep_force_encryption"
/>
<CheckBox
android:id=
"@+id/keep_verity"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_margin
Star
t=
"50dp"
android:layout_margin
End
=
"50dp"
android:layout_margin
Lef
t=
"50dp"
android:layout_margin
Right
=
"50dp"
android:text=
"@string/keep_dm_verity"
/>
</LinearLayout>
...
...
@@ -152,9 +152,9 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_margin
Star
t=
"5dp"
android:layout_margin
Lef
t=
"5dp"
android:layout_marginTop=
"4dp"
android:layout_margin
End
=
"5dp"
android:layout_margin
Right
=
"5dp"
android:layout_marginBottom=
"4dp"
app:cardCornerRadius=
"@dimen/card_corner_radius"
app:cardElevation=
"@dimen/card_elevation"
>
...
...
@@ -298,9 +298,9 @@
style=
"?attr/cardStyle"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_margin
Star
t=
"5dp"
android:layout_margin
Lef
t=
"5dp"
android:layout_marginTop=
"4dp"
android:layout_margin
End
=
"5dp"
android:layout_margin
Right
=
"5dp"
android:layout_marginBottom=
"4dp"
app:cardCornerRadius=
"@dimen/card_corner_radius"
app:cardElevation=
"@dimen/card_elevation"
>
...
...
@@ -445,9 +445,9 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_margin
Star
t=
"5dp"
android:layout_margin
Lef
t=
"5dp"
android:layout_marginTop=
"4dp"
android:layout_margin
End
=
"5dp"
android:layout_margin
Right
=
"5dp"
android:layout_marginBottom=
"4dp"
android:clickable=
"true"
android:focusable=
"true"
...
...
app/src/full/res/layout/list_item_app.xml
View file @
e39d2567
...
...
@@ -6,9 +6,9 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin
Star
t=
"@dimen/card_horizontal_margin"
android:layout_margin
Lef
t=
"@dimen/card_horizontal_margin"
android:layout_marginTop=
"@dimen/card_vertical_margin"
android:layout_margin
End
=
"@dimen/card_horizontal_margin"
android:layout_margin
Right
=
"@dimen/card_horizontal_margin"
android:layout_marginBottom=
"@dimen/card_vertical_margin"
android:minHeight=
"?android:attr/listPreferredItemHeight"
app:cardCornerRadius=
"@dimen/card_corner_radius"
...
...
@@ -24,8 +24,10 @@
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:layout_marginStart=
"8dp"
android:layout_marginLeft=
"8dp"
android:layout_marginTop=
"8dp"
android:layout_marginEnd=
"8dp"
android:layout_marginRight=
"8dp"
android:layout_marginBottom=
"8dp"
android:gravity=
"end"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
@@ -67,7 +69,9 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"5dp"
android:layout_marginLeft=
"5dp"
android:layout_marginEnd=
"5dp"
android:layout_marginRight=
"5dp"
android:checked=
"false"
android:focusable=
"false"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
app/src/full/res/layout/list_item_module.xml
View file @
e39d2567
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
<androidx.cardview.widget.CardView
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
style=
"?attr/cardStyle"
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_marginBottom=
"@dimen/card_vertical_margin"
android:layout_marginEnd=
"@dimen/card_horizontal_margin"
android:layout_marginStart=
"@dimen/card_horizontal_margin"
android:layout_marginLeft=
"@dimen/card_horizontal_margin"
android:layout_marginTop=
"@dimen/card_vertical_margin"
android:layout_marginRight=
"@dimen/card_horizontal_margin"
android:layout_marginBottom=
"@dimen/card_vertical_margin"
android:minHeight=
"?android:attr/listPreferredItemHeight"
app:cardCornerRadius=
"@dimen/card_corner_radius"
app:cardElevation=
"@dimen/card_elevation"
>
...
...
@@ -91,7 +90,9 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"5dp"
android:layout_marginLeft=
"5dp"
android:layout_marginEnd=
"5dp"
android:layout_marginRight=
"5dp"
android:focusable=
"false"
app:layout_constraintBottom_toTopOf=
"@+id/description"
app:layout_constraintEnd_toStartOf=
"@+id/delete"
...
...
app/src/full/res/layout/list_item_policy.xml
View file @
e39d2567
...
...
@@ -5,9 +5,9 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin
Star
t=
"@dimen/card_horizontal_margin"
android:layout_margin
Lef
t=
"@dimen/card_horizontal_margin"
android:layout_marginTop=
"@dimen/card_vertical_margin"
android:layout_margin
End
=
"@dimen/card_horizontal_margin"
android:layout_margin
Right
=
"@dimen/card_horizontal_margin"
android:layout_marginBottom=
"@dimen/card_vertical_margin"
android:minHeight=
"?android:attr/listPreferredItemHeight"
app:cardCornerRadius=
"@dimen/card_corner_radius"
...
...
@@ -28,8 +28,10 @@
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:layout_marginStart=
"8dp"
android:layout_marginLeft=
"8dp"
android:layout_marginTop=
"8dp"
android:layout_marginEnd=
"8dp"
android:layout_marginRight=
"8dp"
android:layout_marginBottom=
"8dp"
android:gravity=
"end"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
@@ -93,7 +95,9 @@
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_vertical"
android:layout_marginStart=
"8dp"
android:layout_marginLeft=
"8dp"
android:layout_marginEnd=
"8dp"
android:layout_marginRight=
"8dp"
android:checked=
"false"
android:gravity=
"center_vertical"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
app/src/full/res/layout/list_item_repo.xml
View file @
e39d2567
...
...
@@ -5,9 +5,9 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin
Star
t=
"@dimen/card_horizontal_margin"
android:layout_margin
Lef
t=
"@dimen/card_horizontal_margin"
android:layout_marginTop=
"@dimen/card_vertical_margin"
android:layout_margin
End
=
"@dimen/card_horizontal_margin"
android:layout_margin
Right
=
"@dimen/card_horizontal_margin"
android:layout_marginBottom=
"@dimen/card_vertical_margin"
android:minHeight=
"?android:attr/listPreferredItemHeight"
app:cardCornerRadius=
"@dimen/card_corner_radius"
...
...
app/src/full/res/layout/list_item_sulog.xml
View file @
e39d2567
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView
xmlns:android=
"http://schemas.android.com/apk/res/android"
<androidx.cardview.widget.CardView
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:card_view=
"http://schemas.android.com/apk/res-auto"
style=
"?attr/cardStyle"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_marginBottom=
"2dp"
android:layout_marginEnd=
"@dimen/card_horizontal_margin"
android:layout_marginStart=
"@dimen/card_horizontal_margin"
android:layout_marginLeft=
"@dimen/card_horizontal_margin"
android:layout_marginTop=
"2dp"
android:layout_marginRight=
"@dimen/card_horizontal_margin"
android:layout_marginBottom=
"2dp"
card_view:cardCornerRadius=
"@dimen/card_corner_radius"
card_view:cardElevation=
"@dimen/card_elevation"
>
<LinearLayout
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<LinearLayout
android:
orientation=
"horizontal
"
android:
id=
"@+id/info_layout
"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:
id=
"@+id/info_layout
"
android:
orientation=
"horizontal
"
android:padding=
"10dp"
>
<TextView
android:id=
"@+id/app_name"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:
maxLines=
"1
"
android:
layout_weight=
"2
"
android:ellipsize=
"end"
android:maxLines=
"1"
android:textAppearance=
"?android:attr/textAppearanceSmall"
android:textColor=
"?android:attr/textColorPrimary"
android:textIsSelectable=
"false"
android:layout_weight=
"2"
/>
android:textIsSelectable=
"false"
/>
<TextView
android:id=
"@+id/action"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:id=
"@+id/action"
android:layout_weight=
"1"
android:gravity=
"center_horizontal"
android:textAppearance=
"?android:attr/textAppearanceSmall"
android:textColor=
"?android:attr/textColorSecondary"
android:gravity=
"center_horizontal"
/>
android:textColor=
"?android:attr/textColorSecondary"
/>
<TextView
android:id=
"@+id/time"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:id=
"@+id/time"
android:layout_weight=
"1"
android:gravity=
"center_horizontal"
android:textAppearance=
"?android:attr/textAppearanceSmall"
android:textColor=
"?android:attr/textColorSecondary"
android:gravity=
"center_horizontal"
/>
android:textColor=
"?android:attr/textColorSecondary"
/>
</LinearLayout>
...
...
app/src/full/res/layout/markdown_window.xml
View file @
e39d2567
...
...
@@ -7,8 +7,8 @@
android:id=
"@+id/md_txt"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_margin
Star
t=
"15dp"
android:layout_margin
End
=
"15dp"
android:layout_margin
Lef
t=
"15dp"
android:layout_margin
Right
=
"15dp"
android:paddingTop=
"10dp"
/>
</ScrollView>
\ No newline at end of file
app/src/full/res/layout/update_card.xml
View file @
e39d2567
...
...
@@ -4,9 +4,9 @@
style=
"?attr/cardStyle"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_margin
Star
t=
"5dp"
android:layout_margin
Lef
t=
"5dp"
android:layout_marginTop=
"4dp"
android:layout_margin
End
=
"5dp"
android:layout_margin
Right
=
"5dp"
android:layout_marginBottom=
"4dp"
android:foreground=
"?android:attr/selectableItemBackground"
app:cardCornerRadius=
"@dimen/card_corner_radius"
...
...
@@ -23,7 +23,9 @@
android:layout_width=
"25dp"
android:layout_height=
"25dp"
android:layout_marginStart=
"16dp"
android:layout_marginLeft=
"16dp"
android:layout_marginEnd=
"16dp"
android:layout_marginRight=
"16dp"
android:visibility=
"invisible"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@+id/status"
...
...
app/src/full/res/values/styles.xml
View file @
e39d2567
...
...
@@ -10,7 +10,7 @@
<item
name=
"windowActionBar"
>
false
</item>
<item
name=
"windowNoTitle"
>
true
</item>
<item
name=
"imageColorTint"
>
@color/icon_grey
</item>
<item
name=
"colorControl"
>
?android:
colorControlNormal
</item>
<item
name=
"colorControl"
>
?android:
attr/textColorSecondary
</item>
</style>
<style
name=
"AppTheme"
parent=
"AppTheme.Base"
/>
...
...
@@ -24,7 +24,7 @@
<item
name=
"windowNoTitle"
>
true
</item>
<item
name=
"android:textColorSecondary"
>
@color/dark_secondary_text
</item>
<item
name=
"imageColorTint"
>
@color/dark_secondary_text
</item>
<item
name=
"colorControl"
>
?android:
colorControlNormal
</item>
<item
name=
"colorControl"
>
?android:
attr/textColorSecondary
</item>
</style>
<style
name=
"AppTheme.Dark"
parent=
"AppTheme.Dark.Base"
/>
...
...
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