diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-02-23 17:19:04 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-02-23 17:19:04 +0100 |
commit | eb09aff2e6454c35075698e08485336030720156 (patch) | |
tree | 236d11ec143c516617a3b522c273f5c09ebc61ad | |
parent | 2ba51e7d4bd73e045ebea17ec13adf79559a90aa (diff) | |
download | AntennaPod-eb09aff2e6454c35075698e08485336030720156.zip |
Adjusted layout margin
-rw-r--r-- | res/layout/external_itemlist_item.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/external_itemlist_item.xml b/res/layout/external_itemlist_item.xml index 570ccd433..fe1c29a19 100644 --- a/res/layout/external_itemlist_item.xml +++ b/res/layout/external_itemlist_item.xml @@ -33,6 +33,7 @@ android:layout_alignParentTop="true" android:layout_marginLeft="8dp" android:layout_marginTop="8dp" + android:layout_marginRight="4dp" android:layout_toLeftOf="@id/butAction" android:layout_toRightOf="@id/imgvFeedimage" android:ellipsize="end" |