|
@@ -52,10 +52,21 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="60dp"/>
|
|
|
|
|
|
+ <com.swago.baseswago.cusview.MediumTextView
|
|
|
+ android:id="@+id/tvClearCache"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tvUserPrivacy"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:padding="20dp"
|
|
|
+ android:textSize="16dp"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:drawableEnd="@mipmap/more_small"
|
|
|
+ android:text="@string/clear_cache"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="60dp"/>
|
|
|
|
|
|
<com.swago.baseswago.cusview.MediumTextView
|
|
|
android:id="@+id/tvCurrentVersion"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/tvUserPrivacy"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tvClearCache"
|
|
|
android:gravity="center_vertical"
|
|
|
android:padding="20dp"
|
|
|
android:textSize="16dp"
|
|
@@ -70,7 +81,7 @@
|
|
|
|
|
|
<com.swago.baseswago.cusview.RegularTextView
|
|
|
android:id="@+id/tvVersion"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/tvUserPrivacy"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tvClearCache"
|
|
|
android:gravity="center_vertical"
|
|
|
android:padding="20dp"
|
|
|
android:textSize="16dp"
|