Commit e077fc4d authored by Anupama Balasooriya's avatar Anupama Balasooriya

Edit alignment of items in display price interface

parent 4f45b71f
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<!-- Display average replacement cost --> <!-- Display average replacement cost -->
<TextView <TextView
android:text="Average replacement cost:" android:text="Average replacement\ncost:"
android:textSize="20dp" android:textSize="20dp"
android:layout_marginTop="50dp" android:layout_marginTop="50dp"
android:layout_below="@id/txt_avg_price" android:layout_below="@id/txt_avg_price"
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
android:id="@+id/txt_stores" android:id="@+id/txt_stores"
android:text="Available stores nearby:" android:text="Available stores nearby:"
android:textSize="20dp" android:textSize="20dp"
android:layout_marginTop="50dp" android:layout_marginTop="70dp"
android:layout_below="@id/txt_avg_replacement_cost" android:layout_below="@id/txt_avg_replacement_cost"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
android:text="How to replace the spare part:" android:text="How to replace the spare part:"
android:textSize="20dp" android:textSize="20dp"
android:layout_below="@id/btn_launch_stores" android:layout_below="@id/btn_launch_stores"
android:layout_marginTop="50dp" android:layout_marginTop="60dp"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
</TextView> </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