update some xml comments

This commit is contained in:
dkanada 2020-09-17 02:44:00 +09:00
commit 8a58a53db7
8 changed files with 14 additions and 15 deletions

View file

@ -33,17 +33,16 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
<dimen name="notification_big_image_size">128dp</dimen>
<!-- MUST BE THE RESULT OF WIDTH PLUS INSET-->
<!-- MUST BE THE RESULT OF WIDTH PLUS INSET -->
<!-- ONLY 0dp WHILE THERE IS THE BUG IN DESIGN SUPPORT LIBRARY 22.2.0-->
<!-- ONLY 0dp WHILE THERE IS THE BUG IN DESIGN SUPPORT LIBRARY 22.2.0 -->
<dimen name="fab_margin_top_left_right">0dp</dimen>
<!-- For use with 24dp drawables in the item_list layouts-->
<!-- For use with 24dp drawables in the item_list layouts -->
<dimen name="list_item_image_icon_padding">8dp</dimen>
<dimen name="mini_player_height">56dp</dimen>
<!--App Widgets-->
<dimen name="app_widget_classic_image_size">96dp</dimen>
<dimen name="app_widget_classic_min_width">250dp</dimen>
<dimen name="app_widget_classic_min_height">40dp</dimen>

View file

@ -21,10 +21,10 @@
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat</item>
<!-- just in case-->
<!-- just in case -->
<item name="colorAccent">@android:color/white</item>
<!-- necessary to find the overflow button later in the layout-->
<!-- necessary to find the overflow button later in the layout -->
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
@ -50,10 +50,10 @@
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item>
<!-- just in case-->
<!-- just in case -->
<item name="colorAccent">@android:color/black</item>
<!-- necessary to find the overflow button later in the layout-->
<!-- necessary to find the overflow button later in the layout -->
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
@ -80,7 +80,7 @@
<item name="android:thumb">@drawable/slider_thumb</item>
</style>
<!-- content description is necessary to find the overflow button later in the layout-->
<!-- content description is necessary to find the overflow button later in the layout -->
<style name="Widget.ActionButton.Overflow" parent="Widget.AppCompat.ActionButton.Overflow">
<item name="android:contentDescription">@string/abc_action_menu_overflow_description</item>
</style>