File tree Expand file tree Collapse file tree
java/app/grapheneos/camera/ui/composable/screen/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import androidx.compose.foundation.pager.rememberPagerState
2020
2121import androidx.compose.foundation.shape.CircleShape
2222import androidx.compose.material.icons.Icons
23- import androidx.compose.material.icons.filled.Search
23+ import androidx.compose.material.icons.filled.GridOn
2424import androidx.compose.material3.FloatingActionButton
2525import androidx.compose.material3.Icon
2626import androidx.compose.material3.Scaffold
@@ -196,7 +196,7 @@ fun GalleryScreen(
196196 exit = fadeOut()
197197 ) {
198198 QuickTooltip (
199- message = stringResource(R .string.search_images ),
199+ message = stringResource(R .string.grid_view ),
200200 defaultDirection = QuickTooltipVerticalDirection .TOP
201201 ) {
202202 FloatingActionButton (
@@ -211,7 +211,7 @@ fun GalleryScreen(
211211 shape = CircleShape ,
212212 ) {
213213 Icon (
214- Icons .Default .Search ,
214+ Icons .Default .GridOn ,
215215 contentDescription = stringResource(R .string.search_images),
216216 )
217217 }
Original file line number Diff line number Diff line change 223223
224224 <string name =" video_audio_recording_muted" >The video\'s audio recording has been muted</string >
225225 <string name =" video_audio_recording_unmuted" >The video\'s audio recording has been unmuted</string >
226+
227+ <string name =" grid_view" >Grid View</string >
226228</resources >
You can’t perform that action at this time.
0 commit comments