Skip to content

Commit

Permalink
Fix button width
Browse files Browse the repository at this point in the history
  • Loading branch information
opendining committed Dec 21, 2022
1 parent ee5e09e commit c38554d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/activity_fullscreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Button
android:id="@+id/notification_button"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="0dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Tap Here to Activate" />
Expand Down

0 comments on commit c38554d

Please sign in to comment.