thkouk00

dimens fixes in home

......@@ -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"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_width="@dimen/width_full"
android:layout_height="240dp"
android:layout_marginLeft="10dp"
android:background="@drawable/bottom_border">
......
<?xml version="1.0" encoding="utf-8"?>
<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="360dp"
android:layout_width="@dimen/width_full"
android:layout_height="wrap_content"
android:layout_marginStart="10dp">
......
<resources>
<dimen name="width_full">360dp</dimen>
</resources>
<resources>
<dimen name="width_full">320dp</dimen>
</resources>