Commit 022a7c96 authored by Amin's avatar Amin

update issue details ui on floor plan

parent 07658a23
......@@ -100,7 +100,8 @@
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
android:orientation="vertical"
android:layout_weight="1">
<TextView
android:layout_width="wrap_content"
......@@ -120,6 +121,28 @@
android:textSize="17sp"
app:cornerRadius="40dp" />
</LinearLayout>
<FrameLayout
android:layout_width="85dp"
android:layout_height="85dp"
android:background="@drawable/background_border">
<ImageView
android:layout_width="70dp"
android:layout_height="70dp"
android:src="@drawable/facility_plan"
android:layout_gravity="center"
android:background="@color/white"/>
<ImageView
android:layout_width="36dp"
android:layout_height="36dp"
android:src="@drawable/yellow_pin"
android:layout_gravity="center"/>
</FrameLayout>
</LinearLayout>
<LinearLayout
......
......@@ -109,7 +109,7 @@
<ScrollView
android:id="@+id/withdraw_scroll"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_marginTop="10dp"
android:background="@drawable/background_border"
android:padding="10dp"
......@@ -118,7 +118,7 @@
<LinearLayout
android:id="@+id/withdraw_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
......
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