forked from bilibili/ijkplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: migrate to Android Studio build system
- Loading branch information
Showing
552 changed files
with
2,593 additions
and
2,714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,86 @@ | ||
build | ||
#-------------------- | ||
# Android.gitignore | ||
# https://github.com/github/gitignore/blob/master/Android.gitignore | ||
#-------------------- | ||
# Built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# Files for the Dalvik VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# Generated files | ||
bin/ | ||
gen/ | ||
|
||
# Gradle files | ||
.gradle/ | ||
build/ | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
# Log Files | ||
*.log | ||
|
||
#-------------------- | ||
# Gradle.gitignore | ||
# https://github.com/github/gitignore/blob/master/Gradle.gitignore | ||
#-------------------- | ||
.gradle | ||
build/ | ||
|
||
# Ignore Gradle GUI config | ||
gradle-app.setting | ||
|
||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | ||
!gradle-wrapper.jar | ||
|
||
|
||
#-------------------- | ||
# Android Studio .gitignore | ||
# https://gist.github.com/iainconnor/8605514 | ||
#-------------------- | ||
# Built application files | ||
/*/build/ | ||
|
||
# Crashlytics configuations | ||
com_crashlytics_export_strings.xml | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Gradle generated files | ||
.gradle/ | ||
|
||
# Signing files | ||
.signing/ | ||
|
||
# User-specific configurations | ||
.idea/libraries/ | ||
.idea/workspace.xml | ||
.idea/tasks.xml | ||
.idea/.name | ||
.idea/compiler.xml | ||
.idea/copyright/profiles_settings.xml | ||
.idea/encodings.xml | ||
.idea/misc.xml | ||
.idea/modules.xml | ||
.idea/scopes/scope_settings.xml | ||
.idea/vcs.xml | ||
*.iml | ||
|
||
# OS-specific files | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
build | ||
ffmpeg-* | ||
openssl-* |
4 changes: 4 additions & 0 deletions
4
android/contrib/appcompat/.settings/org.eclipse.jdt.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
org.eclipse.jdt.core.compiler.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.source=1.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+61.2 KB
(110%)
android/contrib/appcompat/libs/android-support-v7-appcompat.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2014 The Android Open Source Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shareInterpolator="false" > | ||
<alpha android:fromAlpha="0.0" android:toAlpha="1.0" | ||
android:interpolator="@android:anim/decelerate_interpolator" | ||
android:duration="@integer/abc_config_activityShortDur" /> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2013 The Android Open Source Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shareInterpolator="false" > | ||
<alpha android:fromAlpha="1.0" android:toAlpha="0.0" | ||
android:interpolator="@android:anim/decelerate_interpolator" | ||
android:duration="@integer/abc_config_activityShortDur" /> | ||
</set> |
20 changes: 20 additions & 0 deletions
20
android/contrib/appcompat/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2014 The Android Open Source Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_accelerated="false" android:color="@color/background_material_dark" /> | ||
<item android:color="@android:color/transparent" /> | ||
</selector> |
20 changes: 20 additions & 0 deletions
20
...oid/contrib/appcompat/res/color-v11/abc_background_cache_hint_selector_material_light.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2014 The Android Open Source Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_accelerated="false" android:color="@color/background_material_light" /> | ||
<item android:color="@android:color/transparent" /> | ||
</selector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
android/contrib/appcompat/res/color/switch_thumb_material_dark.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2014 The Android Open Source Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_enabled="false" android:color="@color/switch_thumb_disabled_material_dark"/> | ||
<item android:color="@color/switch_thumb_normal_material_dark"/> | ||
</selector> |
20 changes: 20 additions & 0 deletions
20
android/contrib/appcompat/res/color/switch_thumb_material_light.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2014 The Android Open Source Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_enabled="false" android:color="@color/switch_thumb_disabled_material_light"/> | ||
<item android:color="@color/switch_thumb_normal_material_light"/> | ||
</selector> |
Binary file modified
BIN
-12 Bytes
(90%)
android/contrib/appcompat/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-375 Bytes
(38%)
android/contrib/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-496 Bytes
(45%)
android/contrib/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-487 Bytes
(49%)
android/contrib/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-523 Bytes
(52%)
android/contrib/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-188 Bytes
(84%)
android/contrib/appcompat/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-106 Bytes
(86%)
android/contrib/appcompat/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-15.7 KB
(6.4%)
android/contrib/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-15.6 KB
(7.5%)
android/contrib/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-12 Bytes
(90%)
...oid/contrib/appcompat/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-388 Bytes
(42%)
android/contrib/appcompat/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2 Bytes
(99%)
android/contrib/appcompat/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-21 Bytes
(89%)
...oid/contrib/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2 Bytes
(98%)
android/contrib/appcompat/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-84 Bytes
(71%)
android/contrib/appcompat/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-96 Bytes
(81%)
android/contrib/appcompat/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-85 Bytes
(61%)
...oid/contrib/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-86 Bytes
(72%)
android/contrib/appcompat/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-91 Bytes
(71%)
android/contrib/appcompat/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-152 Bytes
(73%)
android/contrib/appcompat/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-540 Bytes
(53%)
android/contrib/appcompat/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-84 Bytes
(79%)
android/contrib/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-58 Bytes
(57%)
android/contrib/appcompat/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-85 Bytes
(55%)
android/contrib/appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-61 Bytes
(60%)
android/contrib/appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-69 Bytes
(57%)
android/contrib/appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
Oops, something went wrong.
Binary file modified
BIN
-69 Bytes
(57%)
android/contrib/appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png
Oops, something went wrong.
Binary file modified
BIN
-81 Bytes
(57%)
.../contrib/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
Oops, something went wrong.
Binary file modified
BIN
-80 Bytes
(58%)
...contrib/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
Oops, something went wrong.
Binary file modified
BIN
-82 Bytes
(90%)
android/contrib/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
Oops, something went wrong.
Binary file modified
BIN
-305 Bytes
(77%)
android/contrib/appcompat/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png
Oops, something went wrong.
Binary file modified
BIN
-2.74 KB
(7.7%)
android/contrib/appcompat/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-153 Bytes
(67%)
android/contrib/appcompat/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-9 Bytes
(91%)
android/contrib/appcompat/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png
Oops, something went wrong.
Binary file added
BIN
+102 Bytes
android/contrib/appcompat/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(94%)
...id/contrib/appcompat/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-6 Bytes
(94%)
android/contrib/appcompat/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(58%)
...rib/appcompat/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(57%)
...ntrib/appcompat/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-313 Bytes
(46%)
android/contrib/appcompat/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-265 Bytes
(43%)
...id/contrib/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-268 Bytes
(60%)
android/contrib/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-40 Bytes
(85%)
android/contrib/appcompat/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-283 Bytes
(44%)
android/contrib/appcompat/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-233 Bytes
(36%)
...id/contrib/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-218 Bytes
(55%)
android/contrib/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-23 Bytes
(90%)
android/contrib/appcompat/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-316 Bytes
(48%)
...oid/contrib/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-278 Bytes
(40%)
...d/contrib/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-260 Bytes
(66%)
android/contrib/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-67 Bytes
(82%)
android/contrib/appcompat/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-368 Bytes
(50%)
...id/contrib/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-334 Bytes
(44%)
.../contrib/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-340 Bytes
(68%)
android/contrib/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-113 Bytes
(79%)
...oid/contrib/appcompat/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-458 Bytes
(34%)
...d/contrib/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-373 Bytes
(47%)
...contrib/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-378 Bytes
(71%)
...oid/contrib/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-108 Bytes
(77%)
...id/contrib/appcompat/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-9 Bytes
(92%)
android/contrib/appcompat/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-381 Bytes
(36%)
android/contrib/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png
Oops, something went wrong.
Binary file modified
BIN
-402 Bytes
(44%)
android/contrib/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png
Oops, something went wrong.
Binary file modified
BIN
-388 Bytes
(46%)
android/contrib/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png
Oops, something went wrong.
Binary file modified
BIN
-400 Bytes
(47%)
android/contrib/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png
Oops, something went wrong.
Binary file modified
BIN
-164 Bytes
(82%)
android/contrib/appcompat/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-112 Bytes
(83%)
android/contrib/appcompat/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-15.5 KB
(4.2%)
android/contrib/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png
Oops, something went wrong.
Binary file modified
BIN
-15.5 KB
(4.7%)
android/contrib/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png
Oops, something went wrong.
Binary file modified
BIN
-12 Bytes
(89%)
...oid/contrib/appcompat/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-360 Bytes
(38%)
android/contrib/appcompat/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
android/contrib/appcompat/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-16 Bytes
(92%)
...oid/contrib/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(98%)
android/contrib/appcompat/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-82 Bytes
(62%)
android/contrib/appcompat/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-89 Bytes
(75%)
android/contrib/appcompat/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-90 Bytes
(55%)
...oid/contrib/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-83 Bytes
(65%)
android/contrib/appcompat/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-83 Bytes
(63%)
android/contrib/appcompat/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-106 Bytes
(72%)
android/contrib/appcompat/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-387 Bytes
(51%)
android/contrib/appcompat/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-87 Bytes
(73%)
android/contrib/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-58 Bytes
(57%)
android/contrib/appcompat/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-74 Bytes
(57%)
android/contrib/appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(61%)
android/contrib/appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png
Oops, something went wrong.
Binary file modified
BIN
-69 Bytes
(56%)
android/contrib/appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png
Oops, something went wrong.
Binary file modified
BIN
-69 Bytes
(56%)
android/contrib/appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png
Oops, something went wrong.
Binary file modified
BIN
-78 Bytes
(55%)
.../contrib/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
Oops, something went wrong.
Binary file modified
BIN
-77 Bytes
(55%)
...contrib/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(93%)
android/contrib/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
Oops, something went wrong.
Binary file modified
BIN
-281 Bytes
(71%)
android/contrib/appcompat/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png
Oops, something went wrong.
Binary file modified
BIN
-111 Bytes
(65%)
android/contrib/appcompat/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-113 Bytes
(68%)
android/contrib/appcompat/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(95%)
android/contrib/appcompat/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png
Oops, something went wrong.
Binary file added
BIN
+98 Bytes
android/contrib/appcompat/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(95%)
...id/contrib/appcompat/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(95%)
android/contrib/appcompat/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(56%)
...rib/appcompat/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-63 Bytes
(57%)
...ntrib/appcompat/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
Oops, something went wrong.
Binary file removed
BIN
-824 Bytes
android/contrib/appcompat/res/drawable-tvdpi/abc_btn_switch_to_on_mtrl_00001.9.png
Diff not rendered.
Binary file removed
BIN
-965 Bytes
android/contrib/appcompat/res/drawable-tvdpi/abc_btn_switch_to_on_mtrl_00012.9.png
Diff not rendered.
Binary file modified
BIN
-22 Bytes
(84%)
android/contrib/appcompat/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-438 Bytes
(39%)
android/contrib/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png
Oops, something went wrong.
Binary file modified
BIN
-478 Bytes
(47%)
android/contrib/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png
Oops, something went wrong.
Binary file modified
BIN
-546 Bytes
(54%)
android/contrib/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png
Oops, something went wrong.
Binary file modified
BIN
-636 Bytes
(55%)
android/contrib/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png
Oops, something went wrong.
Binary file modified
BIN
-369 Bytes
(80%)
...oid/contrib/appcompat/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-236 Bytes
(80%)
android/contrib/appcompat/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-16 KB
(8.9%)
android/contrib/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
Oops, something went wrong.
Binary file modified
BIN
-15.9 KB
(10%)
android/contrib/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
Oops, something went wrong.
Binary file modified
BIN
-22 Bytes
(84%)
...id/contrib/appcompat/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-380 Bytes
(46%)
android/contrib/appcompat/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
+31 Bytes
(110%)
android/contrib/appcompat/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-31 Bytes
(89%)
...id/contrib/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(94%)
android/contrib/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-143 Bytes
(57%)
android/contrib/appcompat/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-100 Bytes
(83%)
android/contrib/appcompat/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-110 Bytes
(59%)
...id/contrib/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-120 Bytes
(67%)
android/contrib/appcompat/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-130 Bytes
(60%)
android/contrib/appcompat/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-133 Bytes
(79%)
android/contrib/appcompat/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-602 Bytes
(56%)
android/contrib/appcompat/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-134 Bytes
(76%)
...oid/contrib/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-58 Bytes
(57%)
android/contrib/appcompat/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-92 Bytes
(55%)
android/contrib/appcompat/res/drawable-xhdpi/abc_list_focused_holo.9.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(59%)
android/contrib/appcompat/res/drawable-xhdpi/abc_list_longpressed_holo.9.png
Oops, something went wrong.
Binary file modified
BIN
-72 Bytes
(56%)
android/contrib/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
Oops, something went wrong.
Binary file modified
BIN
-72 Bytes
(56%)
android/contrib/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png
Oops, something went wrong.
Binary file modified
BIN
-75 Bytes
(61%)
...contrib/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
Oops, something went wrong.
Binary file modified
BIN
-73 Bytes
(61%)
...ontrib/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
Oops, something went wrong.
Binary file modified
BIN
-430 Bytes
(71%)
...oid/contrib/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
Oops, something went wrong.
Binary file modified
BIN
-978 Bytes
(60%)
android/contrib/appcompat/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png
Oops, something went wrong.
Binary file modified
BIN
-195 Bytes
(61%)
android/contrib/appcompat/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-289 Bytes
(59%)
android/contrib/appcompat/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-15 Bytes
(87%)
android/contrib/appcompat/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png
Oops, something went wrong.
Binary file added
BIN
+99 Bytes
android/contrib/appcompat/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(90%)
...d/contrib/appcompat/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(90%)
...oid/contrib/appcompat/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(59%)
...ib/appcompat/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-66 Bytes
(58%)
...trib/appcompat/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-1011 Bytes
(11%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-514 Bytes
(37%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png
Oops, something went wrong.
Binary file modified
BIN
-617 Bytes
(49%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png
Oops, something went wrong.
Binary file modified
BIN
-836 Bytes
(54%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png
Oops, something went wrong.
Binary file modified
BIN
-854 Bytes
(59%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png
Oops, something went wrong.
Binary file modified
BIN
-413 Bytes
(80%)
...id/contrib/appcompat/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-572 Bytes
(61%)
...oid/contrib/appcompat/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-16.3 KB
(14%)
...oid/contrib/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
Oops, something went wrong.
Binary file modified
BIN
-16.3 KB
(17%)
...oid/contrib/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(68%)
...d/contrib/appcompat/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-511 Bytes
(45%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-229 Bytes
(53%)
...d/contrib/appcompat/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(84%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-170 Bytes
(61%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-125 Bytes
(85%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-97 Bytes
(69%)
...d/contrib/appcompat/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(72%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-159 Bytes
(62%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-168 Bytes
(81%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-882 Bytes
(60%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-179 Bytes
(77%)
...id/contrib/appcompat/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-60 Bytes
(57%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-967 Bytes
(10%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_list_focused_holo.9.png
Oops, something went wrong.
Binary file modified
BIN
-947 Bytes
(9.6%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png
Oops, something went wrong.
Binary file modified
BIN
-959 Bytes
(8.8%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
Oops, something went wrong.
Binary file modified
BIN
-959 Bytes
(8.8%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
Oops, something went wrong.
Binary file modified
BIN
-162 Bytes
(46%)
...ontrib/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(45%)
...ntrib/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
Oops, something went wrong.
Binary file modified
BIN
-243 Bytes
(88%)
...id/contrib/appcompat/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
Oops, something went wrong.
Binary file modified
BIN
-1.25 KB
(65%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png
Oops, something went wrong.
Binary file modified
BIN
-264 Bytes
(62%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-516 Bytes
(53%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-36 Bytes
(75%)
android/contrib/appcompat/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png
Oops, something went wrong.
Binary file added
BIN
+86 Bytes
android/contrib/appcompat/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-11 Bytes
(90%)
.../contrib/appcompat/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-12 Bytes
(90%)
...id/contrib/appcompat/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(57%)
...b/appcompat/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(60%)
...rib/appcompat/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-304 Bytes
(48%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png
Oops, something went wrong.
Binary file modified
BIN
-405 Bytes
(54%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png
Oops, something went wrong.
Binary file modified
BIN
-725 Bytes
(52%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png
Oops, something went wrong.
Binary file modified
BIN
-812 Bytes
(54%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png
Oops, something went wrong.
Binary file modified
BIN
-15.9 KB
(14%)
...id/contrib/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
Oops, something went wrong.
Binary file modified
BIN
-15.8 KB
(16%)
...id/contrib/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
Oops, something went wrong.
Binary file modified
BIN
-1.17 KB
(17%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
+34 Bytes
(110%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-190 Bytes
(64%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-155 Bytes
(86%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-83 Bytes
(79%)
.../contrib/appcompat/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-212 Bytes
(69%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-196 Bytes
(62%)
...oid/contrib/appcompat/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-218 Bytes
(81%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-1.39 KB
(41%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-219 Bytes
(78%)
...d/contrib/appcompat/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
Oops, something went wrong.
Binary file modified
BIN
-1.15 KB
(24%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-1.31 KB
(28%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(65%)
android/contrib/appcompat/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
android/contrib/appcompat/res/drawable/abc_btn_borderless_material.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2014 The Android Open Source Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_focused="true" android:drawable="@drawable/abc_btn_default_mtrl_shape"/> | ||
<item android:state_pressed="true" android:drawable="@drawable/abc_btn_default_mtrl_shape"/> | ||
<item android:drawable="@android:color/transparent"/> | ||
</selector> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.