OSDN Git Service

Using ViewStub to defer the inflation of GeolocationPermissionsPrompt until we first...
[android-x86/packages-apps-Browser.git] / res / layout / tab.xml
index abef51d..69baf56 100755 (executable)
@@ -32,8 +32,8 @@
         android:layout_weight="1" />
 
     <!-- Geolocation permissions prompt -->
-    <com.android.browser.GeolocationPermissionsPrompt
-        android:id="@+id/geolocation_permissions_prompt"
+    <ViewStub android:id="@+id/geolocation_permissions_prompt"
+        android:layout="@layout/geolocation_permissions_prompt"
         android:layout_width="match_parent"
         android:layout_height="wrap_content" />