Advertisement
Guest User

custom dialog settings android

a guest
Aug 28th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.24 KB | None | 0 0
  1. <style name="SearchFieldSetterDialog" parent="@android:style/Theme.Dialog">
  2.      <item name="android:windowIsFloating">true</item>
  3.      <item name="android:windowNoTitle">true</item>
  4.      <item name="android:gravity">bottom</item>
  5. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement