Skip to content

Commit

Permalink
version 0.1.8.26
Browse files Browse the repository at this point in the history
prerelease
  • Loading branch information
gonojuarez committed Aug 19, 2021
1 parent af03956 commit 23c6117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_height="match_parent"
android:layout_margin="@dimen/regular_margin"
android:background="@drawable/background_shape"
android:orientation="vertical"
Expand Down
2 changes: 1 addition & 1 deletion app/pictogramslibrary/src/main/res/layout/gamegroup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_height="match_parent"
android:layout_margin="@dimen/regular_margin"
android:background="@drawable/background_shape"
android:orientation="vertical"
Expand Down

0 comments on commit 23c6117

Please sign in to comment.