|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 3 | xmlns:app="http://schemas.android.com/apk/res-auto" |
4 | | - xmlns:tools="http://schemas.android.com/tools" |
5 | 4 | android:id="@+id/main_layout" |
6 | 5 | android:layout_width="match_parent" |
7 | 6 | android:layout_height="match_parent" |
|
78 | 77 | </LinearLayout> |
79 | 78 | </com.google.android.material.card.MaterialCardView> |
80 | 79 |
|
| 80 | + <com.google.android.material.card.MaterialCardView |
| 81 | + android:id="@+id/force_update" |
| 82 | + android:layout_width="match_parent" |
| 83 | + android:layout_height="wrap_content" |
| 84 | + android:layout_marginTop="10dp" |
| 85 | + android:clickable="true"> |
| 86 | + |
| 87 | + <LinearLayout |
| 88 | + android:layout_width="match_parent" |
| 89 | + android:layout_height="match_parent" |
| 90 | + android:orientation="vertical" |
| 91 | + android:padding="16dp"> |
| 92 | + |
| 93 | + <TextView |
| 94 | + android:layout_width="wrap_content" |
| 95 | + android:layout_height="wrap_content" |
| 96 | + android:text="@string/force_update" |
| 97 | + android:textAppearance="?attr/textAppearanceTitleMedium" /> |
| 98 | + |
| 99 | + <TextView |
| 100 | + android:layout_width="wrap_content" |
| 101 | + android:layout_height="wrap_content" |
| 102 | + android:layout_marginTop="8dp" |
| 103 | + android:text="@string/force_update_desc" |
| 104 | + android:textAppearance="?attr/textAppearanceBodyMedium" |
| 105 | + android:textColor="?android:attr/textColorSecondary" /> |
| 106 | + </LinearLayout> |
| 107 | + </com.google.android.material.card.MaterialCardView> |
| 108 | + |
81 | 109 |
|
82 | 110 | </LinearLayout> |
83 | 111 |
|
|
0 commit comments