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:
Lucas Rocha 2011-11-17 10:52:23 +00:00
Родитель 2a45a3f717
Коммит d183fc0d83
3 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -130,7 +130,7 @@
</activity>
<activity android:name="org.mozilla.gecko.AwesomeBar"
android:theme="@android:style/Theme.Translucent"
android:theme="@android:style/Theme.Light"
android:configChanges="orientation"
android:windowSoftInputMode="stateAlwaysVisible|adjustResize"
android:windowIsTranslucent="true"

Просмотреть файл

@ -1,5 +1,6 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
style="?android:attr/listSeparatorTextViewStyle"
android:textColor="?android:attr/textColorPrimary"
android:id="@+id/title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"

Просмотреть файл

@ -17,8 +17,8 @@
<TextView android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMediumInverse"
android:textColor="?android:attr/textColorPrimaryInverse"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?android:attr/textColorPrimary"
android:layout_toRightOf="@id/favicon"
android:singleLine="true"
android:ellipsize="middle"/>
@ -26,8 +26,8 @@
<TextView android:id="@+id/url"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmallInverse"
android:textColor="?android:attr/textColorSecondaryInverse"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"
android:layout_marginTop="2dip"
android:layout_below="@id/title"
android:layout_alignLeft="@id/title"