I'm a new freshman from china. I want to make a android dialog activity at the top of screen.
I have setted the style as this:
<resources>
<style name="Theme.InputAddressDialog" parent="android:style/Theme.Dialog">
<item name="android:windowNoTitle">true</item>
<item name="android:layout_width">fill_parent</item>
<item name="android:gravity">top</item>
<item name="android:layout_gravity">top</item>
</style>
The dialog activity appears at the center of vertical but not the top. Anybody can help me? Thanks in advance!