use titlewebview in tablet mode

This commit is contained in:
Andrew Dolgov 2013-01-02 22:24:17 +04:00
parent 3974868298
commit 5d1c621be8

View File

@ -5,6 +5,12 @@
android:orientation="vertical"
android:padding="10sp" >
<org.fox.ttrss.TitleWebView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" >
<LinearLayout
android:id="@+id/article_header"
android:layout_width="match_parent"
@ -45,8 +51,8 @@
android:layout_weight="0.7"
android:ellipsize="end"
android:singleLine="true"
android:textColor="?headlineExcerptTextColor"
android:text="{TAGS}"
android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" />
<TextView
@ -60,26 +66,18 @@
android:textColor="?headlineExcerptTextColor"
android:textSize="13sp"
android:textStyle="italic" />
</LinearLayout>
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="5sp"
android:layout_marginTop="5sp"
android:layout_weight="0"
android:background="?horizontalDivider"
android:layout_marginTop="5sp"
android:layout_marginBottom="5sp"
android:paddingTop="2dip" />
</LinearLayout>
<WebView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
/>
</org.fox.ttrss.TitleWebView>
<LinearLayout
android:id="@+id/attachments_holder"