зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1147265 - Add filterTouches... in remaining main FF activities. r=mhaigh
GeckoPreferences inherits from GeckoPreferencesBase which inherits from GeckoBase, avoiding Gecko, where we put the last filterTouches... so it needs its own filterTouches... TabQueueActivity is addressed and all other activities inherit from Gecko. --HG-- extra : commitid : 80SwXNyYp7E extra : rebase_source : 17e234d1c78c73a841014fa459acbc114990fee7
This commit is contained in:
Родитель
d35bf8e63f
Коммит
f9010caa2c
|
@ -112,6 +112,7 @@
|
|||
</style>
|
||||
|
||||
<style name="Gecko.Preferences" parent="GeckoPreferencesBase">
|
||||
<item name="android:filterTouchesWhenObscured">true</item>
|
||||
<item name="floatingHintEditTextStyle">@style/FloatingHintEditText</item>
|
||||
</style>
|
||||
|
||||
|
@ -130,6 +131,9 @@
|
|||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
</style>
|
||||
|
||||
<style name="TabQueueActivity" parent="android:style/Theme.NoDisplay" />
|
||||
<style name="TabQueueActivity" parent="android:style/Theme.NoDisplay">
|
||||
<item name="android:filterTouchesWhenObscured">true</item>
|
||||
</style>
|
||||
|
||||
|
||||
</resources>
|
||||
|
|
Загрузка…
Ссылка в новой задаче