Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18bdb14e authored by Doug Zongker's avatar Doug Zongker
Browse files

remove unused GoogleWebContentHelper resources

GoogleWebContentHelper now builds against the SDK, so remove these
resources (which it can't use any more).

b/2408470 - google-common needs to build against the SDK

Change-Id: I48556937ebcb5682d02ad48050299ffd6deed9ae
parent 80615257
Loading
Loading
Loading
Loading
+0 −60
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
  
          http://www.apache.org/licenses/LICENSE-2.0
  
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:foregroundGravity="center"
        android:measureAllChildren="false">
        
    <LinearLayout android:id="@+id/progressContainer"
                  android:orientation="horizontal"
                  android:layout_gravity="center"
                  android:layout_width="wrap_content"
                  android:layout_height="wrap_content"
                  android:baselineAligned="false"
                  android:paddingLeft="8dip"
                  android:paddingTop="10dip"
                  android:paddingRight="8dip"
                  android:paddingBottom="10dip">

        <ProgressBar android:id="@android:id/progress"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:max="10000"
            android:layout_marginRight="12dip" />

        <TextView android:id="@+id/message"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center_vertical" />
    </LinearLayout>
            
    <WebView
            android:id="@+id/web"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:visibility="invisible"
            />
    
    <TextView
            android:id="@+id/text"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:visibility="gone"
            android:padding="10dip"
            />
    
</FrameLayout> 
+1 −4
Original line number Diff line number Diff line
@@ -2047,9 +2047,6 @@
    <!-- When installing an application, the less-dangerous permissions are hidden.  This is the text to show those. -->
    <string name="perms_show_all"><b>Show all</b></string>

    <!-- Shown when there is content loading from the internet into a dialog. -->
    <string name="googlewebcontenthelper_loading">Loading\u2026</string>

    <!-- USB storage dialog strings -->
    <!-- This is the title for the activity's window. -->
    <string name="usb_storage_activity_title">USB Mass Storage</string>