Changed spacing to look more like before
This commit is contained in:
parent
721c3e4d2c
commit
616fb5eda9
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -27,9 +26,9 @@
|
|||
android:layout_marginLeft="@dimen/listitem_threeline_textleftpadding"
|
||||
android:layout_marginRight="@dimen/listitem_threeline_textrightpadding"
|
||||
android:layout_marginTop="@dimen/listitem_threeline_verticalpadding"
|
||||
android:layout_marginBottom="@dimen/listitem_threeline_verticalpadding"
|
||||
android:layout_weight="1"
|
||||
android:orientation="vertical"
|
||||
android:layout_marginBottom="@dimen/listitem_threeline_verticalpadding"
|
||||
tools:background="@android:color/holo_red_dark">
|
||||
|
||||
<TextView
|
||||
|
@ -44,7 +43,6 @@
|
|||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/listitem_threeline_verticalpadding"
|
||||
tools:background="@android:color/holo_red_dark" >
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_toLeftOf="@id/statusUnread"
|
||||
tools:text="Episode title"
|
||||
tools:background="@android:color/holo_green_dark" />
|
||||
|
@ -101,8 +101,7 @@
|
|||
tools:background="@android:color/holo_blue_light"
|
||||
android:max="100"
|
||||
android:progress="42"
|
||||
android:indeterminate="false"
|
||||
/>
|
||||
android:indeterminate="false" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
android:id="@+id/pbar_progress"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="4dp"
|
||||
android:layout_below="@id/txtvDuration"
|
||||
android:layout_marginTop="-2dp"
|
||||
android:max="100" />
|
||||
|
|
|
@ -124,9 +124,8 @@
|
|||
android:id="@+id/progressBar"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="4dp"
|
||||
android:layout_below="@id/txtvProgressLeft"
|
||||
android:layout_marginTop="-2dp"
|
||||
android:max="100"
|
||||
tools:background="@android:color/holo_blue_light" />
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
android:layout_height="@dimen/thumbnail_length_itemlist"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginBottom="@dimen/listitem_threeline_verticalpadding"
|
||||
android:layout_marginLeft="@dimen/listitem_threeline_horizontalpadding"
|
||||
android:contentDescription="@string/cover_label"
|
||||
android:scaleType="centerCrop"
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
<dimen name="listview_secondary_button_width">48dp</dimen>
|
||||
<dimen name="drawer_width">280dp</dimen>
|
||||
<dimen name="listitem_iconwithtext_height">48dp</dimen>
|
||||
<dimen name="listitem_iconwithtext_textleftpadding">14dp</dimen>
|
||||
<dimen name="listitem_iconwithtext_textleftpadding">16dp</dimen>
|
||||
<dimen name="listitem_iconwithtext_textverticalpadding">16dp</dimen>
|
||||
|
||||
<dimen name="listitem_threeline_textleftpadding">14dp</dimen>
|
||||
<dimen name="listitem_threeline_textleftpadding">16dp</dimen>
|
||||
<dimen name="listitem_threeline_textrightpadding">8dp</dimen>
|
||||
<dimen name="listitem_threeline_verticalpadding">16dp</dimen>
|
||||
<dimen name="listitem_threeline_horizontalpadding">16dp</dimen>
|
||||
|
|
Loading…
Reference in New Issue