|
|
@@ -2,14 +2,14 @@
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:background="#ffffff"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="55dp">
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/update_label_title_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="20dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_margin="5dp"
|
|
|
- android:textSize="17sp"
|
|
|
+ android:textSize="19sp"
|
|
|
android:textColor="#000000"
|
|
|
android:text="Order ID"
|
|
|
/>
|