Commit d9525532 authored by clairehurst's avatar clairehurst 🌱 Committed by Pier Angelo Vendrame
Browse files

[android] Delete unused media

parent 4439403a
Loading
Loading
Loading
Loading
−27.3 KiB
Loading image diff...
+5 −4
Original line number Diff line number Diff line
@@ -119,10 +119,11 @@ fun ResearchSurfaceSurvey(
                    modifier = Modifier.padding(horizontal = 16.dp),
                    horizontalAlignment = Alignment.CenterHorizontally,
                ) {
                    Image(
                        painter = painterResource(R.drawable.ic_firefox),
                        contentDescription = null,
                    )
//                    Removed as part of tor-browser#42386
//                    Image(
//                        painter = painterResource(R.drawable.ic_firefox),
//                        contentDescription = null,
//                    )
                    Spacer(modifier = Modifier.height(16.dp))
                    Text(
                        text = messageText,
+6 −5
Original line number Diff line number Diff line
@@ -44,11 +44,12 @@ fun MicroSurveyHeader(
        verticalAlignment = Alignment.CenterVertically,
        modifier = Modifier.fillMaxWidth(),
    ) {
        Image(
            painter = painterResource(R.drawable.ic_firefox),
            contentDescription = null, // todo update to string res once a11y strings are available.
            modifier = Modifier.size(24.dp),
        )
//      Removed as part of tor-browser#42386
//        Image(
//            painter = painterResource(R.drawable.ic_firefox),
//            contentDescription = null, // todo update to string res once a11y strings are available.
//            modifier = Modifier.size(24.dp),
//        )

        Spacer(modifier = Modifier.width(8.dp))

+6 −5
Original line number Diff line number Diff line
@@ -58,11 +58,12 @@ private fun Header(
    Row(
        modifier = Modifier.fillMaxWidth(),
    ) {
        Image(
            painter = painterResource(R.drawable.ic_firefox),
            contentDescription = null,
            modifier = Modifier.size(24.dp),
        )
//        Removed as part of tor-browser#42386
//        Image(
//            painter = painterResource(R.drawable.ic_firefox),
//            contentDescription = null,
//            modifier = Modifier.size(24.dp),
//        )

        Spacer(modifier = Modifier.width(8.dp))

+0 −5
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<inset xmlns:android="http://schemas.android.com/apk/res/android" android:drawable="@drawable/ic_logo_wordmark_private"/>
Loading