Commit 139e5ead authored by Amin's avatar Amin

fix layout access item detail

parent 725f86da
......@@ -322,6 +322,9 @@
android:layout_height="141dp"
android:src="@drawable/sign" />
</LinearLayout>
<LinearLayout
......@@ -380,10 +383,35 @@
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginTop="15dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background_border"
android:orientation="horizontal"
android:padding="10dp"
android:gravity="center">
<ImageView
android:layout_width="match_parent"
android:layout_height="141dp"
android:src="@drawable/sign" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_marginTop="20dp"
android:paddingBottom="20dp">
<LinearLayout
......@@ -414,7 +442,7 @@
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="10dp"
android:paddingBottom="30dp">
android:paddingBottom="15dp">
<TextView
android:layout_width="100dp"
......@@ -436,6 +464,7 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment