Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
missingPrefix
  • Loading branch information
forrestguice committed Dec 26, 2023
1 parent d953fa2 commit d662abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_dialog_flags.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
android:layout_width="match_parent" android:layout_height="wrap_content"
android:gravity="end">

<ImageButton android:id="@+id/help_button"
<android.support.v7.widget.AppCompatImageButton android:id="@+id/help_button"
android:layout_width="48dp" android:layout_height="48dp"
android:layout_marginLeft="8dp" android:layout_marginRight="8dp"
android:layout_gravity="start|left|center_vertical"
Expand Down

0 comments on commit d662abf

Please sign in to comment.