Skip to content

Commit

Permalink
version 0.1.8.37
Browse files Browse the repository at this point in the history
prerelease
  • Loading branch information
gonojuarez committed Sep 9, 2021
1 parent d4fdffd commit 4e8bcd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions app/pictogramslibrary/src/main/res/layout-sw600dp/group.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@drawable/background_shape"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="0dp"
Expand All @@ -13,7 +12,10 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
>
app:layout_constraintDimensionRatio="1:1"
android:background="@drawable/background_shape"

>
<ImageView
android:id="@+id/grid_image"
android:layout_width="0dp"
Expand Down
6 changes: 4 additions & 2 deletions app/pictogramslibrary/src/main/res/layout/group.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background_shape"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="0dp"
Expand All @@ -12,7 +11,10 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
>
app:layout_constraintDimensionRatio="1:1"
android:background="@drawable/background_shape"

>
<ImageView
android:id="@+id/grid_image"
android:layout_width="0dp"
Expand Down

0 comments on commit 4e8bcd5

Please sign in to comment.