summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-10 23:37:18 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 23:37:18 +0300
commit7c8919cb79a2e4fd9f03ca8058ae000a60dc5537 (patch)
tree0641028c1f4b55856b0975c3f695d8a7eaa66c86 /org.fox.ttrss/src/main/res/layout/headlines_row.xml
parentd9e3c77419989897c26f0156720058a54a61c2f5 (diff)
new album icon, various headline tweaks
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml54
1 files changed, 27 insertions, 27 deletions
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 b5764477..e54731e4 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -24,22 +24,6 @@
android:layout_height="wrap_content"
android:layout_span="2">
- <ProgressBar
- android:id="@+id/flavorImageLoadingBar"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:visibility="visible" />
-
- <ImageView
- android:id="@+id/flavor_video_play"
- android:layout_width="match_parent"
- android:layout_height="fill_parent"
- android:layout_gravity="center"
- android:scaleType="fitXY"
- android:src="@drawable/flavor_video_play"
- android:visibility="visible" />
-
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -64,6 +48,17 @@
android:background="?headlineHeaderBackground"
android:padding="16dp">
+ <ProgressBar
+ android:id="@+id/flavorImageLoadingBar"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:visibility="visible"
+ android:layout_alignParentTop="false"
+ android:layout_alignParentRight="false"
+ android:layout_alignParentEnd="true"
+ android:layout_centerVertical="true" />
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -81,7 +76,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/title"
- android:orientation="horizontal">
+ android:orientation="horizontal"
+ android:id="@+id/linearLayout2">
<TextView
android:id="@+id/feed_title"
@@ -110,20 +106,24 @@
android:textSize="12sp" />
</LinearLayout>
+
</RelativeLayout>
+
</RelativeLayout>
- <TextView
- android:id="@+id/flavor_image_prompt"
- android:layout_width="match_parent"
+ <ImageView
+ android:id="@+id/flavor_video_play"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="bottom"
- android:background="?headlineHeaderBackground"
- android:gravity="center"
- android:text="@string/flavor_image_prompt"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?headlineSecondaryTextColor"
- android:visibility="visible" />
+ android:layout_gravity="bottom|right"
+ android:scaleType="fitXY"
+ android:src="@drawable/ic_play_circle"
+ android:visibility="visible"
+ android:layout_below="@+id/headline_header"
+ android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true"
+ android:layout_marginRight="8dp"
+ android:layout_marginBottom="8dp" />
</FrameLayout>
</TableRow>