diff options
| author | 2016-02-23 09:06:57 -0500 | |
|---|---|---|
| committer | 2016-03-02 16:47:36 +0000 | |
| commit | eb9f0f847bf9320cd43e42780f98cd357bf67a6b (patch) | |
| tree | d5e8f928433cc37606c1db86b5c0217b0d4ef7cf | |
| parent | a793284540e1ccba648871dafb1561dcffc8aa49 (diff) | |
Removes swipe-to-dismiss from Wear window styles.
Change-Id: I15eef22c0c90961932b9aad9b618e582804aea9e
(cherry picked from commit 6da0566a03f93c4576a0dbd5facfd6bac5206066)
| -rw-r--r-- | core/res/res/values/themes_micro.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/res/res/values/themes_micro.xml b/core/res/res/values/themes_micro.xml index 8bf635e68cf9..478d66c767c0 100644 --- a/core/res/res/values/themes_micro.xml +++ b/core/res/res/values/themes_micro.xml @@ -24,7 +24,6 @@ <item name="windowBackground">@color/black</item> <item name="windowContentOverlay">@null</item> <item name="windowIsFloating">false</item> - <item name="windowSwipeToDismiss">true</item> <!-- Required to force windowInsets dispatch through application UI. --> <item name="windowOverscan">true</item> </style> @@ -42,7 +41,6 @@ <item name="windowBackground">@color/white</item> <item name="windowContentOverlay">@null</item> <item name="windowIsFloating">false</item> - <item name="windowSwipeToDismiss">true</item> <!-- Required to force windowInsets dispatch through application UI. --> <item name="windowOverscan">true</item> </style> |