summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-22 00:35:53 +0400
committerAndrew Dolgov <[email protected]>2012-06-22 00:35:53 +0400
commitbc7e851b9a11655f9cbca91d301781c238c4d67e (patch)
tree88d0438cd65bafa3ae752c5cdbebd5e4b2e0d4d9 /res/layout/article_fragment.xml
parent15e0e4ec0da3cf1b029feb57d2ce62f4129eaea4 (diff)
add shadows to light theme, misc layout/theme tweaks
Diffstat (limited to 'res/layout/article_fragment.xml')
-rw-r--r--res/layout/article_fragment.xml34
1 files changed, 7 insertions, 27 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index f884f8c2..16ae890a 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -3,17 +3,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal" >
-
- <ImageView
- android:id="@+id/splitter_vertical"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="0"
- android:background="?articleDivider"
- android:clickable="true"
- android:paddingLeft="4dip" >
- </ImageView>
-
+
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
@@ -21,26 +11,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
- android:orientation="vertical" >
-
- <ImageView
- android:id="@+id/splitter_horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="0"
- android:background="?articleDivider"
- android:clickable="true"
- android:paddingTop="4dip" />
+ android:orientation="vertical"
+ android:padding="5sp" >
<LinearLayout
android:id="@+id/article_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_weight="0"
- android:background="?articleHeader"
+ android:layout_weight="0"
android:orientation="vertical"
- android:paddingLeft="5dp"
- android:paddingRight="5dp" >
+ android:paddingBottom="5sp">
<TextView
android:id="@+id/title"
@@ -48,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="There are many variations of passages of Lorem Ipsum available"
- android:textSize="15sp" />
+ android:textSize="16sp" />
<LinearLayout
android:layout_width="match_parent"
@@ -89,7 +69,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
- android:padding="3dip" >
+ android:padding="5sp" >
</WebView>
<LinearLayout