History log of /frameworks/base/core/res/res/values/themes_micro.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de7187b95641ad364c71cacf08749032cbddf013 14-Nov-2014 Mark Renouf <mrenouf@google.com> Sets windowOverscan for all Wear DeviceDefault themes.

Without this flag, window insets will be consumed by the first View
which does not explicitly override onApplyWindowInsets. This is either
SwipeDismissLayout or the content view of the activity (if swipeDismiss
is not enabled).

BUG: 18376451
Change-Id: I5e590bad9810a9a232a6c318f715d587a3290f34
/frameworks/base/core/res/res/values/themes_micro.xml
3f8dd14451521d728fba548c7655d8fe531ed2ef 21-Oct-2014 Filip Gruszczynski <gruszczy@google.com> Disable activity's translucency until it starts being swiped away.

Change-Id: Ia5dceac7bd9ff57920a43736f9db6a33175e01ac
/frameworks/base/core/res/res/values/themes_micro.xml
87224df17556e9c1ed348cc223106be1da080770 21-May-2014 Vinod Krishnan <vinodkrishnan@google.com> Adding activity enter/exit animations for wearables

Bug: 14939877
Bug: 15022424

Change-Id: Id230066c675254a63c5222719a05f86c6b897fa5
/frameworks/base/core/res/res/values/themes_micro.xml
facdea7f69d57b12bfdde3d2fe8bd78c41f53590 19-May-2014 Mark Renouf <mrenouf@google.com> Override windowContentOverlay and windowBackground for Theme.Micro.*

Change-Id: Iab40fb70398ad2ce87b613aa9278cb87f7a35d84
/frameworks/base/core/res/res/values/themes_micro.xml
119ba2c72dfb50d41177722da01d2750437fb165 05-May-2014 Vinod Krishnan <vinodkrishnan@google.com> Adding a margin for the AlertDialog to work on circular UI.

- also removing the background completely for sdk >= 20

Change-Id: I239c8d066bb7ed0d1ab852a4d162475948b8a0d5
/frameworks/base/core/res/res/values/themes_micro.xml
fa8fc41bdc36ef02e0884c785b0a906a80b7ae1d 18-Apr-2014 Vinod Krishnan <vinodkrishnan@google.com> DialogAlert window changes for Micro

Bug: 13243004

- The only difference between alert_dialog_micro.xml and alert_dialog_holo.xml is:
< android:layout_height="match_parent"
---
> android:layout_height="wrap_content"
> android:layout_marginStart="8dip"
> android:layout_marginEnd="8dip"

Change-Id: I84f9a88099a37aa7f5868e128b19cb1e812cb745
/frameworks/base/core/res/res/values/themes_micro.xml
61e0965678768b41271bb1efac69a618cfcb66c7 25-Mar-2014 Will Haldean Brown <haldean@google.com> Remove all but two micro themes, light and dark.

Bug: 13434321
Change-Id: I201cb22e3fd7aa629f4d25004be6b4b9e05907a3
/frameworks/base/core/res/res/values/themes_micro.xml
434901078f495de1ba4899b28d0871f35d40347c 07-Mar-2014 Will Haldean Brown <haldean@google.com> Fix Theme.Micro to not request ActionBar.

This led to a crash for apps that use Theme.DeviceDefault, because it
requests both actionbar and swipe-to-dismiss.

Bug: 13348329
Change-Id: Iabc95600b19d842d02df4e92ab32327328f99be5
/frameworks/base/core/res/res/values/themes_micro.xml
b971b89c78db541a8e924370d064e6d777e88095 05-Mar-2014 Filip GruszczyƄski <gruszczy@google.com> Set android:descendantFocusability to blocksDescendants for all NumberPicker in clockwork.

Change-Id: I125c4a00f4061ef6756e719e7f6b9e5f4dd72d81
/frameworks/base/core/res/res/values/themes_micro.xml
ca6234e084a71e0c968cff404620298bcd971fcc 12-Feb-2014 Will Haldean Brown <haldean@google.com> Add swipe-to-dismiss support to PhoneWindow.

This adds a new window feature -- FEATURE_SWIPE_TO_DISMISS -- and a
theme attribute to activate that feature. When the feature is
activated, a SwipeDismissLayout is inflated as the DecorView layout.
SwipeDismissLayout intercepts touch events and steals ones that are
large swipes to the right if its children don't. PhoneWindow registers
handlers that listen for these swipe events, translate the window when
necessary, and finish the activity at the end of the gesture.

Change-Id: I512e758f3c3ffd3b353dba3b911c0e80a88d6f5f
/frameworks/base/core/res/res/values/themes_micro.xml
66425bd855109ad5c2fcacadf92faf899117dd7e 03-Mar-2014 Filip GruszczyƄski <gruszczy@google.com> NumberPicker style for wearable devices.

Change-Id: Ib9194fdd951f4486aa833c080d8f7ab661d34a48
/frameworks/base/core/res/res/values/themes_micro.xml
aef49f9a7142892f38c3bb84b5eae3ceb9a96a15 05-Dec-2013 Vinod Krishnan <vinodkrishnan@google.com> Fwk: Adding a micro theme

Adding a micro theme affects 3 different GIT repositories:

1. Repository 'device/google/clockwork' - https://ar/398971
This has the overlay for the DeviceDefault for ClockWork

2. Repository 'platform/vendor/google_clockwork' - https://ar/399378
This has the changes to Clockwork Home to use the new micro Theme.

3. Repository 'frameworks/base' - https://ar/398959
This adds the *_micro.xml style/theme files.

Change-Id: Ib1e87953b052a9ec2ff0ea11dd0dfe55317442b4
/frameworks/base/core/res/res/values/themes_micro.xml