|
114 | 114 | </androidx.appcompat.widget.LinearLayoutCompat> |
115 | 115 | </com.google.android.material.card.MaterialCardView> |
116 | 116 |
|
117 | | - <!-- Item 4: Rate the app --> |
118 | | - <com.google.android.material.card.MaterialCardView |
119 | | - android:id="@+id/menu_rate" |
120 | | - style="@style/Widget.Material3.CardView.Outlined" |
121 | | - android:layout_width="match_parent" |
122 | | - android:layout_height="wrap_content" |
123 | | - android:layout_marginVertical="4dp" |
124 | | - android:clickable="true" |
125 | | - android:focusable="true"> |
126 | | - |
127 | | - <androidx.appcompat.widget.LinearLayoutCompat |
128 | | - android:layout_width="match_parent" |
129 | | - android:layout_height="match_parent" |
130 | | - android:gravity="center_vertical" |
131 | | - android:orientation="horizontal" |
132 | | - android:padding="16dp"> |
133 | | - |
134 | | - <com.google.android.material.imageview.ShapeableImageView |
135 | | - android:layout_width="24dp" |
136 | | - android:layout_height="24dp" |
137 | | - android:layout_marginEnd="16dp" |
138 | | - android:src="@drawable/ic_rate_review" /> |
139 | | - |
140 | | - <com.google.android.material.textview.MaterialTextView |
141 | | - android:layout_width="wrap_content" |
142 | | - android:layout_height="wrap_content" |
143 | | - android:text="@string/rate_us" |
144 | | - android:textAppearance="?attr/textAppearanceBodyLarge" /> |
145 | | - </androidx.appcompat.widget.LinearLayoutCompat> |
146 | | - </com.google.android.material.card.MaterialCardView> |
147 | | - |
148 | | - <!-- Item 5: Share --> |
| 117 | + <!-- Item 4: Share --> |
149 | 118 | <com.google.android.material.card.MaterialCardView |
150 | 119 | android:id="@+id/menu_share" |
151 | 120 | style="@style/Widget.Material3.CardView.Outlined" |
|
0 commit comments