diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-19 12:53:57 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-19 12:53:57 +0100 |
commit | 41bb476749fa84164726b728676b144531009446 (patch) | |
tree | 99a928447ff1c42199838def7fd92ac01d98c4cf /app/src/main/res/layout/item_layout.xml | |
parent | 64bd7c1aa8c5a9e75db10cdcb98b8dee9a7612c6 (diff) |
Deleting useless files and adding image support.
Diffstat (limited to 'app/src/main/res/layout/item_layout.xml')
-rw-r--r-- | app/src/main/res/layout/item_layout.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_layout.xml b/app/src/main/res/layout/item_layout.xml index cb6e87e..32bea24 100644 --- a/app/src/main/res/layout/item_layout.xml +++ b/app/src/main/res/layout/item_layout.xml @@ -16,7 +16,7 @@ <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="20dp" + android:padding="10dp" > <ImageView |