Skip to content

Commit

Permalink
Mario this is for you
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobodemann committed Oct 21, 2021
1 parent d1ea9be commit e74ba44
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/src/main/res/layout/main_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<androidx.constraintlayout.helper.widget.Flow
android:layout_width="match_parent"
android:layout_height="0dp"
app:constraint_referenced_ids="main_cat_button,main_not_cat_button,do_your_thing_button,check_for_updates_button,try_me_button"
app:constraint_referenced_ids="main_cat_button,main_not_cat_button,do_your_thing_button,check_for_updates_button,try_me_button, flutter_button"
app:flow_horizontalStyle="spread"
app:flow_maxElementsWrap="1"
app:flow_wrapMode="chain"
Expand Down Expand Up @@ -86,5 +86,12 @@
android:onClick="tryMeFun"
android:text="Try Me" />


<Button
android:id="@+id/flutter_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="tryMeFun"
android:text="Flutter" />
</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit e74ba44

Please sign in to comment.