зеркало из https://github.com/mozilla/gecko-dev.git
Bug 697189 - Don't use transparent theme on AwesomeBar screen (r=mfinkle)
Otherwise the current web page will be visible 'under' the AwesomeBar screen while SKB slides in and out.
This commit is contained in:
Родитель
2a45a3f717
Коммит
d183fc0d83
|
@ -130,7 +130,7 @@
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity android:name="org.mozilla.gecko.AwesomeBar"
|
<activity android:name="org.mozilla.gecko.AwesomeBar"
|
||||||
android:theme="@android:style/Theme.Translucent"
|
android:theme="@android:style/Theme.Light"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation"
|
||||||
android:windowSoftInputMode="stateAlwaysVisible|adjustResize"
|
android:windowSoftInputMode="stateAlwaysVisible|adjustResize"
|
||||||
android:windowIsTranslucent="true"
|
android:windowIsTranslucent="true"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
style="?android:attr/listSeparatorTextViewStyle"
|
style="?android:attr/listSeparatorTextViewStyle"
|
||||||
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
android:id="@+id/title"
|
android:id="@+id/title"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
<TextView android:id="@+id/title"
|
<TextView android:id="@+id/title"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceMediumInverse"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:textColor="?android:attr/textColorPrimaryInverse"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
android:layout_toRightOf="@id/favicon"
|
android:layout_toRightOf="@id/favicon"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:ellipsize="middle"/>
|
android:ellipsize="middle"/>
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
<TextView android:id="@+id/url"
|
<TextView android:id="@+id/url"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmallInverse"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:textColor="?android:attr/textColorSecondaryInverse"
|
android:textColor="?android:attr/textColorSecondary"
|
||||||
android:layout_marginTop="2dip"
|
android:layout_marginTop="2dip"
|
||||||
android:layout_below="@id/title"
|
android:layout_below="@id/title"
|
||||||
android:layout_alignLeft="@id/title"
|
android:layout_alignLeft="@id/title"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче