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

@ -108,7 +108,7 @@
android:layout_width="match_parent"
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
android:id="@+id/draggable_area"
android:layout_width="72dp"

View file

@ -87,7 +87,7 @@
android:layout_width="match_parent"
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
android:id="@+id/draggable_area"
android:layout_width="72dp"

View file

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

View file

@ -14,7 +14,7 @@
~ 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"
xmlns:tools="http://schemas.android.com/tools"