You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
874 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <style name="ImagePickerTheme" parent="Theme.AppCompat.Light.NoActionBar">
  4. <item name="android:fitsSystemWindows">true</item>
  5. </style>
  6. <style name="ImagePickerThemeFullScreen" parent="ImagePickerTheme">
  7. <item name="android:fitsSystemWindows">false</item>
  8. </style>
  9. <!--SuperCheckbox的样式-->
  10. <style name="SuperCheckboxTheme" parent="@android:style/Widget.CompoundButton.CheckBox">
  11. <item name="android:button">@drawable/selector_item_checked</item>
  12. </style>
  13. <style name="popupwindow_anim_style">
  14. <!-- 指定显示的动画xml -->
  15. <item name="android:windowEnterAnimation">@anim/show_from_bottom</item>
  16. <!-- 指定消失的动画xml -->
  17. <item name="android:windowExitAnimation">@anim/hide_to_bottom</item>
  18. </style>
  19. </resources>