Commit 139e5ead authored by Amin's avatar Amin

fix layout access item detail

parent 725f86da
...@@ -322,6 +322,9 @@ ...@@ -322,6 +322,9 @@
android:layout_height="141dp" android:layout_height="141dp"
android:src="@drawable/sign" /> android:src="@drawable/sign" />
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
...@@ -380,10 +383,35 @@ ...@@ -380,10 +383,35 @@
</LinearLayout> </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 <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical"
android:layout_marginTop="20dp"
android:paddingBottom="20dp"> android:paddingBottom="20dp">
<LinearLayout <LinearLayout
...@@ -414,7 +442,7 @@ ...@@ -414,7 +442,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:paddingBottom="30dp"> android:paddingBottom="15dp">
<TextView <TextView
android:layout_width="100dp" android:layout_width="100dp"
...@@ -436,6 +464,7 @@ ...@@ -436,6 +464,7 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </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