Commit 72504660 by Kunj Gupta

Fix - Bottom view issue in catalogue dynamic form.

parent f20b943c
...@@ -45,26 +45,27 @@ ...@@ -45,26 +45,27 @@
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="match_parent"
android:layout_weight="9"
android:background="@android:color/white" android:background="@android:color/white"
android:requiresFadingEdge="vertical"> android:requiresFadingEdge="vertical">
<LinearLayout <LinearLayout
android:id="@+id/variable_screen_container_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@android:color/white" android:background="@android:color/white"
android:orientation="vertical" android:orientation="vertical"
android:padding="@dimen/normal_margin" /> android:padding="@dimen/normal_margin">
</ScrollView>
<LinearLayout
android:id="@+id/variable_screen_container_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<RelativeLayout <RelativeLayout
android:id="@+id/variable_screen_bottom_layout" android:id="@+id/variable_screen_bottom_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@android:color/white"
android:gravity="center_vertical"> android:gravity="center_vertical">
<TextView <TextView
...@@ -96,5 +97,7 @@ ...@@ -96,5 +97,7 @@
android:textColor="@android:color/white" /> android:textColor="@android:color/white" />
</RelativeLayout> </RelativeLayout>
</LinearLayout> </LinearLayout>
</ScrollView>
</LinearLayout>
</FrameLayout> </FrameLayout>
</LinearLayout> </LinearLayout>
\ No newline at end of file
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 sign in to comment