Rebase master

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2023-12-20 15:40:03 +01:00
parent 6e3de92ab2
commit d3de88addb
No known key found for this signature in database
GPG key ID: 4E577DC593B59BDF
2 changed files with 4 additions and 0 deletions

View file

@ -21,6 +21,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/ListItemLayout"
android:orientation="vertical"
android:layout_marginEnd="@dimen/grid_container_margin"
android:layout_marginTop="@dimen/grid_container_margin"
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="@dimen/grid_container_height">

View file

@ -20,6 +20,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/ListItemLayout"
android:layout_marginEnd="@dimen/grid_container_margin"
android:layout_marginTop="@dimen/grid_container_margin"
android:orientation="vertical"
android:gravity="center"
android:layout_width="match_parent"