use dialog theme for lookups -- just works now, though didn't at first.

This commit is contained in:
Andy2 2011-10-06 18:44:59 -07:00
parent a129f353f5
commit 152a9175c6

View file

@ -83,9 +83,9 @@
>
</activity>
<!-- android:theme="@android:style/Theme.Dialog" -->
<activity android:name="LookupActivity"
android:configChanges="keyboardHidden|orientation"
android:theme="@android:style/Theme.Dialog"
/>
<receiver android:name="RelayReceiver">