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_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

@ -62,7 +62,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

@ -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

@ -43,7 +43,6 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
<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>