mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
use dialog theme for lookups -- just works now, though didn't at first.
This commit is contained in:
parent
a129f353f5
commit
152a9175c6
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue