diff options
author | Michael Kolb <kolby@google.com> | 2011-04-22 16:13:02 -0700 |
---|---|---|
committer | Michael Kolb <kolby@google.com> | 2011-04-25 11:06:06 -0700 |
commit | 08a687a75ef5164483ccfb3e144772c59bb14d83 (patch) | |
tree | b623a31dcfa2a9cf74016b5673cbc67497c5fc26 /res/layout | |
parent | 40badf29facf6b5ca894a092062cc27897d2b434 (diff) | |
download | packages_apps_Browser-08a687a75ef5164483ccfb3e144772c59bb14d83.zip packages_apps_Browser-08a687a75ef5164483ccfb3e144772c59bb14d83.tar.gz packages_apps_Browser-08a687a75ef5164483ccfb3e144772c59bb14d83.tar.bz2 |
smooth navscreen animation
Change-Id: I87bfba8a18a1aaeffa95d15e4ddb4313dd2752d9
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/nav_tab_view.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/nav_tab_view.xml b/res/layout/nav_tab_view.xml index 549137e..f6af975 100644 --- a/res/layout/nav_tab_view.xml +++ b/res/layout/nav_tab_view.xml @@ -14,7 +14,7 @@ limitations under the License. --> -<LinearLayout +<com.android.browser.view.TabHolderView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/tab_view" android:layout_width="wrap_content" @@ -67,4 +67,4 @@ android:layout_height="wrap_content" android:adjustViewBounds="true" android:scaleType="fitXY" /> -</LinearLayout>
\ No newline at end of file +</com.android.browser.view.TabHolderView>
\ No newline at end of file |