summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-02 18:51:11 +0400
committerAndrew Dolgov <[email protected]>2013-01-02 18:51:11 +0400
commit39748682986c3f15065bda0e3e36ebca7a2254e7 (patch)
tree8bd3b51bddf8b50101ea5d6684fb64479f4547e8 /res
parent723fff03ecb828eef700a0be2048349796123e27 (diff)
fix crash on tablets
Diffstat (limited to 'res')
-rw-r--r--res/layout-sw600dp/article_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-sw600dp/article_fragment.xml b/res/layout-sw600dp/article_fragment.xml
index 82cd99d4..30141538 100644
--- a/res/layout-sw600dp/article_fragment.xml
+++ b/res/layout-sw600dp/article_fragment.xml
@@ -74,7 +74,7 @@
</LinearLayout>
- <com.nobu_games.android.view.web.TitleBarWebView
+ <WebView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"