|
|
@ -15,7 +15,7 @@ |
|
|
|
You should have received a copy of the GNU General Public License |
|
|
|
You should have received a copy of the GNU General Public License |
|
|
|
along with Transdroid. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
along with Transdroid. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
--> |
|
|
|
--> |
|
|
|
<org.transdroid.core.gui.rss.RssitemStatusLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="fill_parent" |
|
|
|
android:layout_width="fill_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
@ -26,33 +26,34 @@ |
|
|
|
android:paddingTop="@dimen/margin_default"> |
|
|
|
android:paddingTop="@dimen/margin_default"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/name_text" |
|
|
|
android:id="@+id/label_text" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:fontFamily="sans-serif-condensed" |
|
|
|
android:layout_marginTop="4dip" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
|
|
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textSize="@dimen/text_enlarged" |
|
|
|
android:textSize="@dimen/text_small" |
|
|
|
tools:text="Test RSS Item Text Here"/> |
|
|
|
tools:text="Source channel name"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/date_text" |
|
|
|
android:id="@+id/name_text" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@id/name_text" |
|
|
|
android:fontFamily="sans-serif-condensed" |
|
|
|
android:layout_marginTop="4dip" |
|
|
|
android:textColor="?attr/text_bright" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textSize="@dimen/text_small" |
|
|
|
android:textSize="@dimen/text_enlarged" |
|
|
|
tools:text="25-12-2015"/> |
|
|
|
tools:text="Title for torrent" |
|
|
|
|
|
|
|
android:layout_below="@+id/label_text"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/label_text" |
|
|
|
android:id="@+id/date_text" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@id/date_text" |
|
|
|
android:layout_below="@+id/name_text" |
|
|
|
android:layout_marginTop="4dip" |
|
|
|
android:layout_marginTop="4dip" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textIsSelectable="false" |
|
|
|
android:textSize="@dimen/text_small" |
|
|
|
android:textSize="@dimen/text_small" |
|
|
|
tools:text="Label of torrent"/> |
|
|
|
tools:text="25-12-2015" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
</org.transdroid.core.gui.rss.RssitemStatusLayout> |
|
|
|
</RelativeLayout> |
|
|
|