summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-12 19:49:15 +0300
committerAndrew Dolgov <[email protected]>2015-02-12 19:49:15 +0300
commitd6ba1550e931238dfd7d080bbc55d092bff7602e (patch)
tree354915049e6154dfabd128477579d030706a0d8a /org.fox.ttrss/src/main/res/layout
parent69974964491f1d5e9fe571a9f3b3a2cc82148cf7 (diff)
reduce arrow drawable diameter
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rw-r--r--org.fox.ttrss/src/main/res/layout/article_images_pager.xml13
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml2
3 files changed, 15 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/article_images_pager.xml b/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
index fb9d5312..7a5aab8a 100644
--- a/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
+++ b/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
@@ -16,4 +16,17 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
+ <ProgressBar
+ style="?android:attr/progressBarStyleHorizontal"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:id="@+id/article_images_progress"
+ android:progress="0"
+ android:indeterminate="false"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true" />
+
</RelativeLayout>
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
index 8edd35b3..28dcd046 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -96,7 +96,7 @@
android:visibility="visible" />
<org.fox.ttrss.util.ArrowRight
- android:layout_marginRight="4dp"
+ android:layout_marginRight="16dp"
android:id="@+id/flavorImageArrow"
android:layout_width="64dp"
android:layout_gravity="center|right"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
index a035a1da..7add9c92 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -97,7 +97,7 @@
android:visibility="visible" />
<org.fox.ttrss.util.ArrowRight
- android:layout_marginRight="4dp"
+ android:layout_marginRight="16dp"
android:id="@+id/flavorImageArrow"
android:layout_width="64dp"
android:layout_gravity="center|right"