[Android] Update Appcompat
|
@ -14,7 +14,9 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="android.support.v7.appcompat">
|
||||
<uses-sdk android:minSdkVersion="7"/>
|
||||
<application />
|
||||
<uses-sdk android:minSdkVersion="7"
|
||||
tools:overrideLibrary="android.support.graphics.drawable.animated"/>
|
||||
<application/>
|
||||
</manifest>
|
||||
|
|
|
@ -11,5 +11,5 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-22
|
||||
target=android-23
|
||||
android.library=true
|
||||
|
|
|
@ -0,0 +1,202 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2015 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.
|
||||
-->
|
||||
|
||||
<!-- Definitions of attributes to be exposed as public -->
|
||||
<resources>
|
||||
<public type="attr" name="actionBarDivider"/>
|
||||
<public type="attr" name="actionBarItemBackground"/>
|
||||
<public type="attr" name="actionBarPopupTheme"/>
|
||||
<public type="attr" name="actionBarSize"/>
|
||||
<public type="attr" name="actionBarSplitStyle"/>
|
||||
<public type="attr" name="actionBarStyle"/>
|
||||
<public type="attr" name="actionBarTabBarStyle"/>
|
||||
<public type="attr" name="actionBarTabStyle"/>
|
||||
<public type="attr" name="actionBarTabTextStyle"/>
|
||||
<public type="attr" name="actionBarTheme"/>
|
||||
<public type="attr" name="actionBarWidgetTheme"/>
|
||||
<public type="attr" name="actionButtonStyle"/>
|
||||
<public type="attr" name="actionDropDownStyle"/>
|
||||
<public type="attr" name="actionLayout"/>
|
||||
<public type="attr" name="actionMenuTextAppearance"/>
|
||||
<public type="attr" name="actionMenuTextColor"/>
|
||||
<public type="attr" name="actionModeBackground"/>
|
||||
<public type="attr" name="actionModeCloseButtonStyle"/>
|
||||
<public type="attr" name="actionModeCloseDrawable"/>
|
||||
<public type="attr" name="actionModeCopyDrawable"/>
|
||||
<public type="attr" name="actionModeCutDrawable"/>
|
||||
<public type="attr" name="actionModeFindDrawable"/>
|
||||
<public type="attr" name="actionModePasteDrawable"/>
|
||||
<public type="attr" name="actionModeSelectAllDrawable"/>
|
||||
<public type="attr" name="actionModeShareDrawable"/>
|
||||
<public type="attr" name="actionModeSplitBackground"/>
|
||||
<public type="attr" name="actionModeStyle"/>
|
||||
<public type="attr" name="actionModeWebSearchDrawable"/>
|
||||
<public type="attr" name="actionOverflowButtonStyle"/>
|
||||
<public type="attr" name="actionOverflowMenuStyle"/>
|
||||
<public type="attr" name="actionProviderClass"/>
|
||||
<public type="attr" name="actionViewClass"/>
|
||||
<public type="attr" name="alertDialogStyle"/>
|
||||
<public type="attr" name="alertDialogTheme"/>
|
||||
<public type="attr" name="arrowHeadLength"/>
|
||||
<public type="attr" name="arrowShaftLength"/>
|
||||
<public type="attr" name="autoCompleteTextViewStyle"/>
|
||||
<public type="attr" name="background"/>
|
||||
<public type="attr" name="backgroundSplit"/>
|
||||
<public type="attr" name="backgroundStacked"/>
|
||||
<public type="attr" name="backgroundTint"/>
|
||||
<public type="attr" name="backgroundTintMode"/>
|
||||
<public type="attr" name="barLength"/>
|
||||
<public type="attr" name="borderlessButtonStyle"/>
|
||||
<public type="attr" name="buttonBarButtonStyle"/>
|
||||
<public type="attr" name="buttonBarNegativeButtonStyle"/>
|
||||
<public type="attr" name="buttonBarNeutralButtonStyle"/>
|
||||
<public type="attr" name="buttonBarPositiveButtonStyle"/>
|
||||
<public type="attr" name="buttonBarStyle"/>
|
||||
<public type="attr" name="buttonStyle"/>
|
||||
<public type="attr" name="buttonStyleSmall"/>
|
||||
<public type="attr" name="buttonTint"/>
|
||||
<public type="attr" name="buttonTintMode"/>
|
||||
<public type="attr" name="checkboxStyle"/>
|
||||
<public type="attr" name="checkedTextViewStyle"/>
|
||||
<public type="attr" name="closeIcon"/>
|
||||
<public type="attr" name="closeItemLayout"/>
|
||||
<public type="attr" name="collapseContentDescription"/>
|
||||
<public type="attr" name="collapseIcon"/>
|
||||
<public type="attr" name="color"/>
|
||||
<public type="attr" name="colorAccent"/>
|
||||
<public type="attr" name="colorButtonNormal"/>
|
||||
<public type="attr" name="colorControlActivated"/>
|
||||
<public type="attr" name="colorControlHighlight"/>
|
||||
<public type="attr" name="colorControlNormal"/>
|
||||
<public type="attr" name="colorPrimary"/>
|
||||
<public type="attr" name="colorPrimaryDark"/>
|
||||
<public type="attr" name="colorSwitchThumbNormal"/>
|
||||
<public type="attr" name="commitIcon"/>
|
||||
<public type="attr" name="contentInsetEnd"/>
|
||||
<public type="attr" name="contentInsetLeft"/>
|
||||
<public type="attr" name="contentInsetRight"/>
|
||||
<public type="attr" name="contentInsetStart"/>
|
||||
<public type="attr" name="customNavigationLayout"/>
|
||||
<public type="attr" name="dialogPreferredPadding"/>
|
||||
<public type="attr" name="dialogTheme"/>
|
||||
<public type="attr" name="displayOptions"/>
|
||||
<public type="attr" name="divider"/>
|
||||
<public type="attr" name="dividerHorizontal"/>
|
||||
<public type="attr" name="dividerPadding"/>
|
||||
<public type="attr" name="dividerVertical"/>
|
||||
<public type="attr" name="drawableSize"/>
|
||||
<public type="attr" name="drawerArrowStyle"/>
|
||||
<public type="attr" name="dropDownListViewStyle"/>
|
||||
<public type="attr" name="editTextBackground"/>
|
||||
<public type="attr" name="editTextColor"/>
|
||||
<public type="attr" name="editTextStyle"/>
|
||||
<public type="attr" name="elevation"/>
|
||||
<public type="attr" name="gapBetweenBars"/>
|
||||
<public type="attr" name="goIcon"/>
|
||||
<public type="attr" name="height"/>
|
||||
<public type="attr" name="hideOnContentScroll"/>
|
||||
<public type="attr" name="homeAsUpIndicator"/>
|
||||
<public type="attr" name="homeLayout"/>
|
||||
<public type="attr" name="icon"/>
|
||||
<public type="attr" name="iconifiedByDefault"/>
|
||||
<public type="attr" name="imageButtonStyle"/>
|
||||
<public type="attr" name="indeterminateProgressStyle"/>
|
||||
<public type="attr" name="isLightTheme"/>
|
||||
<public type="attr" name="itemPadding"/>
|
||||
<public type="attr" name="layout"/>
|
||||
<public type="attr" name="listChoiceBackgroundIndicator"/>
|
||||
<public type="attr" name="listDividerAlertDialog"/>
|
||||
<public type="attr" name="listPopupWindowStyle"/>
|
||||
<public type="attr" name="listPreferredItemHeight"/>
|
||||
<public type="attr" name="listPreferredItemHeightLarge"/>
|
||||
<public type="attr" name="listPreferredItemHeightSmall"/>
|
||||
<public type="attr" name="listPreferredItemPaddingLeft"/>
|
||||
<public type="attr" name="listPreferredItemPaddingRight"/>
|
||||
<public type="attr" name="logo"/>
|
||||
<public type="attr" name="logoDescription"/>
|
||||
<public type="attr" name="measureWithLargestChild"/>
|
||||
<public type="attr" name="navigationContentDescription"/>
|
||||
<public type="attr" name="navigationIcon"/>
|
||||
<public type="attr" name="navigationMode"/>
|
||||
<public type="attr" name="overlapAnchor"/>
|
||||
<public type="attr" name="paddingEnd"/>
|
||||
<public type="attr" name="paddingStart"/>
|
||||
<public type="attr" name="panelBackground"/>
|
||||
<public type="attr" name="popupMenuStyle"/>
|
||||
<public type="attr" name="popupTheme"/>
|
||||
<public type="attr" name="popupWindowStyle"/>
|
||||
<public type="attr" name="preserveIconSpacing"/>
|
||||
<public type="attr" name="progressBarPadding"/>
|
||||
<public type="attr" name="progressBarStyle"/>
|
||||
<public type="attr" name="queryBackground"/>
|
||||
<public type="attr" name="queryHint"/>
|
||||
<public type="attr" name="radioButtonStyle"/>
|
||||
<public type="attr" name="ratingBarStyle"/>
|
||||
<public type="attr" name="ratingBarStyleIndicator"/>
|
||||
<public type="attr" name="ratingBarStyleSmall"/>
|
||||
<public type="attr" name="searchHintIcon"/>
|
||||
<public type="attr" name="searchIcon"/>
|
||||
<public type="attr" name="searchViewStyle"/>
|
||||
<public type="attr" name="seekBarStyle"/>
|
||||
<public type="attr" name="selectableItemBackground"/>
|
||||
<public type="attr" name="selectableItemBackgroundBorderless"/>
|
||||
<public type="attr" name="showAsAction"/>
|
||||
<public type="attr" name="showDividers"/>
|
||||
<public type="attr" name="showText"/>
|
||||
<public type="attr" name="spinBars"/>
|
||||
<public type="attr" name="spinnerDropDownItemStyle"/>
|
||||
<public type="attr" name="spinnerStyle"/>
|
||||
<public type="attr" name="splitTrack"/>
|
||||
<public type="attr" name="srcCompat"/>
|
||||
<public type="attr" name="submitBackground"/>
|
||||
<public type="attr" name="subtitle"/>
|
||||
<public type="attr" name="subtitleTextAppearance"/>
|
||||
<public type="attr" name="subtitleTextColor"/>
|
||||
<public type="attr" name="subtitleTextStyle"/>
|
||||
<public type="attr" name="suggestionRowLayout"/>
|
||||
<public type="attr" name="switchMinWidth"/>
|
||||
<public type="attr" name="switchPadding"/>
|
||||
<public type="attr" name="switchStyle"/>
|
||||
<public type="attr" name="switchTextAppearance"/>
|
||||
<public type="attr" name="textAllCaps"/>
|
||||
<public type="attr" name="textAppearanceLargePopupMenu"/>
|
||||
<public type="attr" name="textAppearanceListItem"/>
|
||||
<public type="attr" name="textAppearanceListItemSmall"/>
|
||||
<public type="attr" name="textAppearanceSearchResultSubtitle"/>
|
||||
<public type="attr" name="textAppearanceSearchResultTitle"/>
|
||||
<public type="attr" name="textAppearanceSmallPopupMenu"/>
|
||||
<public type="attr" name="textColorAlertDialogListItem"/>
|
||||
<public type="attr" name="theme"/>
|
||||
<public type="attr" name="thickness"/>
|
||||
<public type="attr" name="thumbTextPadding"/>
|
||||
<public type="attr" name="title"/>
|
||||
<public type="attr" name="titleMarginBottom"/>
|
||||
<public type="attr" name="titleMarginEnd"/>
|
||||
<public type="attr" name="titleMargins"/>
|
||||
<public type="attr" name="titleMarginStart"/>
|
||||
<public type="attr" name="titleMarginTop"/>
|
||||
<public type="attr" name="titleTextAppearance"/>
|
||||
<public type="attr" name="titleTextColor"/>
|
||||
<public type="attr" name="titleTextStyle"/>
|
||||
<public type="attr" name="toolbarNavigationButtonStyle"/>
|
||||
<public type="attr" name="toolbarStyle"/>
|
||||
<public type="attr" name="track"/>
|
||||
<public type="attr" name="voiceIcon"/>
|
||||
<public type="attr" name="windowActionBar"/>
|
||||
<public type="attr" name="windowActionBarOverlay"/>
|
||||
<public type="attr" name="windowActionModeOverlay"/>
|
||||
<public type="attr" name="windowNoTitle"/>
|
||||
</resources>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2015 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.
|
||||
-->
|
||||
|
||||
<!-- Definitions of layouts to be exposed as public -->
|
||||
<resources>
|
||||
<public type="layout" name="support_simple_spinner_dropdown_item"/>
|
||||
</resources>
|
|
@ -0,0 +1,156 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2015 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.
|
||||
-->
|
||||
|
||||
<!-- Definitions of styles to be exposed as public -->
|
||||
<resources>
|
||||
<public type="style" name="TextAppearance.AppCompat"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Body1"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Body2"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Button"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Caption"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Display1"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Display2"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Display3"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Display4"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Headline"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Inverse"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Large"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Large.Inverse"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Light.SearchResult.Subtitle"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Light.SearchResult.Title"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Large"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Small"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Medium"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Medium.Inverse"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Menu"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.SearchResult.Subtitle"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.SearchResult.Title"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Small"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Small.Inverse"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Subhead"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Subhead.Inverse"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Title"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Title.Inverse"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.ActionBar.Menu"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.ActionBar.Title"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.ActionMode.Title"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.Button"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.Button.Inverse"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.DropDownItem"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.PopupMenu.Large"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.PopupMenu.Small"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.Switch"/>
|
||||
<public type="style" name="TextAppearance.AppCompat.Widget.TextView.SpinnerItem"/>
|
||||
<public type="style" name="Theme.AppCompat"/>
|
||||
<public type="style" name="Theme.AppCompat.DayNight"/>
|
||||
<public type="style" name="Theme.AppCompat.DayNight.DarkActionBar"/>
|
||||
<public type="style" name="Theme.AppCompat.DayNight.Dialog"/>
|
||||
<public type="style" name="Theme.AppCompat.DayNight.Dialog.Alert"/>
|
||||
<public type="style" name="Theme.AppCompat.DayNight.Dialog.MinWidth"/>
|
||||
<public type="style" name="Theme.AppCompat.DayNight.DialogWhenLarge"/>
|
||||
<public type="style" name="Theme.AppCompat.DayNight.NoActionBar"/>
|
||||
<public type="style" name="Theme.AppCompat.Dialog"/>
|
||||
<public type="style" name="Theme.AppCompat.Dialog.Alert"/>
|
||||
<public type="style" name="Theme.AppCompat.Dialog.MinWidth"/>
|
||||
<public type="style" name="Theme.AppCompat.DialogWhenLarge"/>
|
||||
<public type="style" name="Theme.AppCompat.Light"/>
|
||||
<public type="style" name="Theme.AppCompat.Light.DarkActionBar"/>
|
||||
<public type="style" name="Theme.AppCompat.Light.Dialog"/>
|
||||
<public type="style" name="Theme.AppCompat.Light.Dialog.Alert"/>
|
||||
<public type="style" name="Theme.AppCompat.Light.Dialog.MinWidth"/>
|
||||
<public type="style" name="Theme.AppCompat.Light.DialogWhenLarge"/>
|
||||
<public type="style" name="Theme.AppCompat.Light.NoActionBar"/>
|
||||
<public type="style" name="Theme.AppCompat.NoActionBar"/>
|
||||
<public type="style" name="ThemeOverlay.AppCompat"/>
|
||||
<public type="style" name="ThemeOverlay.AppCompat.ActionBar"/>
|
||||
<public type="style" name="ThemeOverlay.AppCompat.Dark"/>
|
||||
<public type="style" name="ThemeOverlay.AppCompat.Dark.ActionBar"/>
|
||||
<public type="style" name="ThemeOverlay.AppCompat.Light"/>
|
||||
<public type="style" name="Widget.AppCompat.ActionBar"/>
|
||||
<public type="style" name="Widget.AppCompat.ActionBar.Solid"/>
|
||||
<public type="style" name="Widget.AppCompat.ActionBar.TabBar"/>
|
||||
<public type="style" name="Widget.AppCompat.ActionBar.TabText"/>
|
||||
<public type="style" name="Widget.AppCompat.ActionBar.TabView"/>
|
||||
<public type="style" name="Widget.AppCompat.ActionButton"/>
|
||||
<public type="style" name="Widget.AppCompat.ActionButton.CloseMode"/>
|
||||
<public type="style" name="Widget.AppCompat.ActionButton.Overflow"/>
|
||||
<public type="style" name="Widget.AppCompat.ActionMode"/>
|
||||
<public type="style" name="Widget.AppCompat.AutoCompleteTextView"/>
|
||||
<public type="style" name="Widget.AppCompat.Button"/>
|
||||
<public type="style" name="Widget.AppCompat.ButtonBar"/>
|
||||
<public type="style" name="Widget.AppCompat.ButtonBar.AlertDialog"/>
|
||||
<public type="style" name="Widget.AppCompat.Button.Borderless"/>
|
||||
<public type="style" name="Widget.AppCompat.Button.Borderless.Colored"/>
|
||||
<public type="style" name="Widget.AppCompat.Button.ButtonBar.AlertDialog"/>
|
||||
<public type="style" name="Widget.AppCompat.Button.Colored"/>
|
||||
<public type="style" name="Widget.AppCompat.Button.Small"/>
|
||||
<public type="style" name="Widget.AppCompat.CompoundButton.CheckBox"/>
|
||||
<public type="style" name="Widget.AppCompat.CompoundButton.RadioButton"/>
|
||||
<public type="style" name="Widget.AppCompat.CompoundButton.Switch"/>
|
||||
<public type="style" name="Widget.AppCompat.DrawerArrowToggle"/>
|
||||
<public type="style" name="Widget.AppCompat.DropDownItem.Spinner"/>
|
||||
<public type="style" name="Widget.AppCompat.EditText"/>
|
||||
<public type="style" name="Widget.AppCompat.ImageButton"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionBar"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionBar.Solid"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionBar.Solid.Inverse"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionBar.TabBar"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionBar.TabBar.Inverse"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionBar.TabText"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionBar.TabText.Inverse"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionBar.TabView"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionBar.TabView.Inverse"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionButton"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionButton.CloseMode"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionButton.Overflow"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ActionMode.Inverse"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.AutoCompleteTextView"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.DropDownItem.Spinner"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ListPopupWindow"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.ListView.DropDown"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.PopupMenu"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.PopupMenu.Overflow"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.SearchView"/>
|
||||
<public type="style" name="Widget.AppCompat.Light.Spinner.DropDown.ActionBar"/>
|
||||
<public type="style" name="Widget.AppCompat.ListPopupWindow"/>
|
||||
<public type="style" name="Widget.AppCompat.ListView"/>
|
||||
<public type="style" name="Widget.AppCompat.ListView.DropDown"/>
|
||||
<public type="style" name="Widget.AppCompat.ListView.Menu"/>
|
||||
<public type="style" name="Widget.AppCompat.PopupMenu"/>
|
||||
<public type="style" name="Widget.AppCompat.PopupMenu.Overflow"/>
|
||||
<public type="style" name="Widget.AppCompat.PopupWindow"/>
|
||||
<public type="style" name="Widget.AppCompat.ProgressBar"/>
|
||||
<public type="style" name="Widget.AppCompat.ProgressBar.Horizontal"/>
|
||||
<public type="style" name="Widget.AppCompat.RatingBar"/>
|
||||
<public type="style" name="Widget.AppCompat.RatingBar.Indicator"/>
|
||||
<public type="style" name="Widget.AppCompat.RatingBar.Small"/>
|
||||
<public type="style" name="Widget.AppCompat.SearchView"/>
|
||||
<public type="style" name="Widget.AppCompat.SearchView.ActionBar"/>
|
||||
<public type="style" name="Widget.AppCompat.SeekBar"/>
|
||||
<public type="style" name="Widget.AppCompat.Spinner"/>
|
||||
<public type="style" name="Widget.AppCompat.Spinner.DropDown"/>
|
||||
<public type="style" name="Widget.AppCompat.Spinner.DropDown.ActionBar"/>
|
||||
<public type="style" name="Widget.AppCompat.Spinner.Underlined"/>
|
||||
<public type="style" name="Widget.AppCompat.TextView.SpinnerItem"/>
|
||||
<public type="style" name="Widget.AppCompat.Toolbar"/>
|
||||
<public type="style" name="Widget.AppCompat.Toolbar.Button.Navigation"/>
|
||||
</resources>
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2015 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_checked="true"
|
||||
android:state_enabled="true"
|
||||
android:alpha="@dimen/highlight_alpha_material_colored"
|
||||
android:color="?android:attr/colorControlActivated" />
|
||||
<item android:color="?android:attr/colorControlHighlight" />
|
||||
</selector>
|
Before Width: | Height: | Size: 954 B After Width: | Height: | Size: 871 B |
Before Width: | Height: | Size: 632 B After Width: | Height: | Size: 572 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 118 B After Width: | Height: | Size: 112 B |
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 202 B |
Before Width: | Height: | Size: 134 B After Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 386 B |
After Width: | Height: | Size: 263 B |
After Width: | Height: | Size: 522 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 325 B After Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 675 B After Width: | Height: | Size: 624 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 278 B |
After Width: | Height: | Size: 102 B |
After Width: | Height: | Size: 96 B |
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 93 B After Width: | Height: | Size: 91 B |
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 400 B |
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 258 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 284 B |
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 301 B |
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 262 B |
Before Width: | Height: | Size: 707 B After Width: | Height: | Size: 705 B |
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 421 B |
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 744 B After Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 535 B After Width: | Height: | Size: 521 B |
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 843 B After Width: | Height: | Size: 762 B |
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 212 B |
Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 108 B After Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 134 B After Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 112 B After Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 157 B After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 141 B After Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 247 B |
After Width: | Height: | Size: 193 B |
After Width: | Height: | Size: 364 B |
After Width: | Height: | Size: 146 B |
After Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 449 B After Width: | Height: | Size: 423 B |
After Width: | Height: | Size: 160 B |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 99 B |
After Width: | Height: | Size: 94 B |
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 240 B |
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2015 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.
|
||||
-->
|
||||
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="?android:attr/colorControlHighlight"/>
|
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2015 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.
|
||||
-->
|
||||
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:insetLeft="@dimen/abc_button_inset_horizontal_material"
|
||||
android:insetTop="@dimen/abc_button_inset_vertical_material"
|
||||
android:insetRight="@dimen/abc_button_inset_horizontal_material"
|
||||
android:insetBottom="@dimen/abc_button_inset_vertical_material">
|
||||
<ripple android:color="?android:attr/colorControlHighlight">
|
||||
<item>
|
||||
<!-- As we can't use themed ColorStateLists in L, we'll use a Drawable selector which
|
||||
changes the shape's fill color. -->
|
||||
<selector>
|
||||
<item android:state_enabled="false">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="@dimen/abc_control_corner_material"/>
|
||||
<solid android:color="?android:attr/colorButtonNormal"/>
|
||||
<padding android:left="@dimen/abc_button_padding_horizontal_material"
|
||||
android:top="@dimen/abc_button_padding_vertical_material"
|
||||
android:right="@dimen/abc_button_padding_horizontal_material"
|
||||
android:bottom="@dimen/abc_button_padding_vertical_material"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="@dimen/abc_control_corner_material"/>
|
||||
<solid android:color="?android:attr/colorAccent"/>
|
||||
<padding android:left="@dimen/abc_button_padding_horizontal_material"
|
||||
android:top="@dimen/abc_button_padding_vertical_material"
|
||||
android:right="@dimen/abc_button_padding_horizontal_material"
|
||||
android:bottom="@dimen/abc_button_padding_vertical_material"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
</item>
|
||||
</ripple>
|
||||
</inset>
|
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2016 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.
|
||||
-->
|
||||
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:insetLeft="@dimen/abc_edit_text_inset_horizontal_material"
|
||||
android:insetRight="@dimen/abc_edit_text_inset_horizontal_material"
|
||||
android:insetTop="@dimen/abc_edit_text_inset_top_material"
|
||||
android:insetBottom="@dimen/abc_edit_text_inset_bottom_material">
|
||||
<selector>
|
||||
<item android:state_enabled="false">
|
||||
<nine-patch android:src="@drawable/abc_textfield_default_mtrl_alpha"
|
||||
android:tint="?attr/colorControlNormal"
|
||||
android:alpha="?android:attr/disabledAlpha"/>
|
||||
</item>
|
||||
<item android:state_pressed="false" android:state_focused="false">
|
||||
<nine-patch android:src="@drawable/abc_textfield_default_mtrl_alpha"
|
||||
android:tint="?attr/colorControlNormal"/>
|
||||
</item>
|
||||
<item>
|
||||
<nine-patch android:src="@drawable/abc_textfield_activated_mtrl_alpha"
|
||||
android:tint="?attr/colorControlActivated"/>
|
||||
</item>
|
||||
</selector>
|
||||
</inset>
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2015 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.
|
||||
-->
|
||||
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/abc_color_highlight_material"
|
||||
android:radius="20dp" />
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 932 B After Width: | Height: | Size: 859 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 193 B After Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 771 B After Width: | Height: | Size: 450 B |
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 652 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 421 B |