|
|
@@ -32,6 +32,20 @@
|
|
|
app:layout_constraintRight_toLeftOf="@id/rl_module_instruction"
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_fetch_return_num"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:background="@drawable/home_page_num_bg"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_fetch_return_num"
|
|
|
+ style="@style/CommonTextView"
|
|
|
+ android:layout_centerInParent="true" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/home_module_icon_size"
|
|
|
android:layout_height="@dimen/home_module_icon_size"
|
|
|
@@ -102,6 +116,20 @@
|
|
|
app:layout_constraintRight_toLeftOf="@id/rl_module_replacement"
|
|
|
app:layout_constraintTop_toBottomOf="@id/rl_module_fetch_return">
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_inspection_num"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:background="@drawable/home_page_num_bg"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_inspection_num"
|
|
|
+ style="@style/CommonTextView"
|
|
|
+ android:layout_centerInParent="true" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/home_module_icon_size"
|
|
|
android:layout_height="@dimen/home_module_icon_size"
|
|
|
@@ -168,6 +196,5 @@
|
|
|
android:layout_height="@dimen/expandable_tab_collapse_height"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
app:expand_direction="upwards"
|
|
|
- app:interactive="true"
|
|
|
- app:expand_title="@string/home_status_bar_title"/>
|
|
|
+ app:expand_title="@string/home_status_bar_title" />
|
|
|
</RelativeLayout>
|