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

@ -90,7 +90,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<!--This is necessary for the drag sorting to work at the top--> <!-- necessary for the drag sorting to work at the top -->
<View <View
android:id="@+id/draggable_area" android:id="@+id/draggable_area"
android:layout_width="72dp" android:layout_width="72dp"

View file

@ -62,7 +62,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<!--This is necessary for the drag sorting to work at the top--> <!-- necessary for the drag sorting to work at the top -->
<View <View
android:id="@+id/draggable_area" android:id="@+id/draggable_area"
android:layout_width="72dp" android:layout_width="72dp"

View file

@ -108,7 +108,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<!--This is necessary for the drag sorting to work at the top--> <!-- necessary for the drag sorting to work at the top -->
<View <View
android:id="@+id/draggable_area" android:id="@+id/draggable_area"
android:layout_width="72dp" android:layout_width="72dp"

View file

@ -87,7 +87,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<!--This is necessary for the drag sorting to work at the top--> <!-- necessary for the drag sorting to work at the top -->
<View <View
android:id="@+id/draggable_area" android:id="@+id/draggable_area"
android:layout_width="72dp" android:layout_width="72dp"

View file

@ -8,7 +8,7 @@
android:focusable="true" android:focusable="true"
android:foreground="?rectSelectorStrong"> android:foreground="?rectSelectorStrong">
<!--suppress AndroidDomInspection --> <!--suppress AndroidDomInspection-->
<ImageView <ImageView
android:id="@+id/image" android:id="@+id/image"
android:scaleType="centerCrop" android:scaleType="centerCrop"

View file

@ -14,7 +14,7 @@
~ limitations under the License ~ limitations under the License
--> -->
<!-- Layout to be used with only max 3 actions. It has a much larger picture at the left side--> <!-- Layout to be used with only max 3 actions. It has a much larger picture at the left side -->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"

View file

@ -33,17 +33,16 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
<dimen name="notification_big_image_size">128dp</dimen> <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> <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="list_item_image_icon_padding">8dp</dimen>
<dimen name="mini_player_height">56dp</dimen> <dimen name="mini_player_height">56dp</dimen>
<!--App Widgets-->
<dimen name="app_widget_classic_image_size">96dp</dimen> <dimen name="app_widget_classic_image_size">96dp</dimen>
<dimen name="app_widget_classic_min_width">250dp</dimen> <dimen name="app_widget_classic_min_width">250dp</dimen>
<dimen name="app_widget_classic_min_height">40dp</dimen> <dimen name="app_widget_classic_min_height">40dp</dimen>

View file

@ -21,10 +21,10 @@
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat</item> <item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat</item>
<!-- just in case--> <!-- just in case -->
<item name="colorAccent">@android:color/white</item> <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="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item> <item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
@ -50,10 +50,10 @@
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item> <item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item>
<!-- just in case--> <!-- just in case -->
<item name="colorAccent">@android:color/black</item> <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="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item> <item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
@ -80,7 +80,7 @@
<item name="android:thumb">@drawable/slider_thumb</item> <item name="android:thumb">@drawable/slider_thumb</item>
</style> </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"> <style name="Widget.ActionButton.Overflow" parent="Widget.AppCompat.ActionButton.Overflow">
<item name="android:contentDescription">@string/abc_action_menu_overflow_description</item> <item name="android:contentDescription">@string/abc_action_menu_overflow_description</item>
</style> </style>