|
@@ -73,6 +73,7 @@
|
73
|
73
|
android:layout_marginLeft="21dp"
|
74
|
74
|
android:layout_marginRight="21dp"
|
75
|
75
|
android:textColor="#798CB5"
|
|
76
|
+ android:visibility="invisible"
|
76
|
77
|
android:textSize="15sp" />
|
77
|
78
|
|
78
|
79
|
<androidx.recyclerview.widget.RecyclerView
|
|
@@ -143,6 +144,16 @@
|
143
|
144
|
android:textSize="17sp" />
|
144
|
145
|
</LinearLayout>
|
145
|
146
|
|
|
147
|
+ <TextView
|
|
148
|
+ android:id="@+id/version_tv"
|
|
149
|
+ android:layout_width="wrap_content"
|
|
150
|
+ android:layout_height="wrap_content"
|
|
151
|
+ android:layout_gravity="bottom|left"
|
|
152
|
+ android:layout_marginLeft="10dp"
|
|
153
|
+ android:layout_marginBottom="10dp"
|
|
154
|
+ android:textColor="#798CB5"
|
|
155
|
+ android:textSize="8sp" />
|
|
156
|
+
|
146
|
157
|
<LinearLayout
|
147
|
158
|
android:id="@+id/netset_llayout"
|
148
|
159
|
android:layout_width="wrap_content"
|