headlines row layouts: fix line endings (wtf)

This commit is contained in:
Andrew Dolgov 2013-02-24 00:42:34 +04:00
parent 06b6176124
commit cdec1852e0
11 changed files with 73 additions and 31 deletions

View File

@ -15,6 +15,7 @@
android:orientation="vertical"
android:padding="3dip" >
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@ -47,6 +48,7 @@
android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" />
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="match_parent"
@ -63,6 +65,8 @@
android:layout_weight="0"
android:focusable="false" />
<TextView
android:id="@+id/date"
android:layout_width="match_parent"

View File

@ -15,6 +15,7 @@
android:orientation="vertical"
android:padding="3dip" >
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@ -47,6 +48,7 @@
android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="13sp" />
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="match_parent"
@ -63,6 +65,8 @@
android:layout_weight="0"
android:focusable="false" />
<TextView
android:id="@+id/date"
android:layout_width="match_parent"

View File

@ -15,6 +15,7 @@
android:orientation="vertical"
android:padding="3dip" >
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@ -47,6 +48,7 @@
android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" />
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="match_parent"
@ -63,6 +65,8 @@
android:layout_weight="0"
android:focusable="false" />
<TextView
android:id="@+id/date"
android:layout_width="match_parent"

View File

@ -30,6 +30,7 @@
android:layout_weight="1"
android:orientation="vertical" >
<TextView
android:id="@+id/title"
android:layout_width="match_parent"

View File

@ -30,6 +30,7 @@
android:layout_weight="1"
android:orientation="vertical" >
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@ -52,6 +53,8 @@
android:textSize="13sp" >
</TextView>
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"

View File

@ -51,6 +51,7 @@
android:textSize="13sp" >
</TextView>
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
@ -62,6 +63,11 @@
</LinearLayout>
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="wrap_content"

View File

@ -30,6 +30,7 @@
android:layout_weight="1"
android:orientation="vertical" >
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@ -52,6 +53,8 @@
android:textSize="13sp" >
</TextView>
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"

View File

@ -22,6 +22,7 @@
android:paddingRight="6dip" >
</CheckBox>
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
@ -30,6 +31,7 @@
android:orientation="vertical"
android:padding="3dp" >
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@ -63,6 +65,7 @@
android:textSize="13sp" >
</TextView>
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
@ -75,6 +78,8 @@
</LinearLayout>
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="wrap_content"

View File

@ -22,6 +22,7 @@
android:paddingRight="6dip" >
</CheckBox>
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
@ -30,6 +31,7 @@
android:orientation="vertical"
android:padding="3dp" >
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@ -63,6 +65,7 @@
android:textSize="13sp" >
</TextView>
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
@ -75,6 +78,8 @@
</LinearLayout>
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="wrap_content"

View File

@ -6,6 +6,8 @@
android:background="?headlineUnreadBackground"
android:orientation="vertical" >
<LinearLayout
android:id="@+id/linearLayout6"
android:layout_width="match_parent"
@ -22,6 +24,7 @@
android:paddingRight="6dip" >
</CheckBox>
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
@ -30,6 +33,7 @@
android:orientation="vertical"
android:padding="3dp" >
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@ -63,6 +67,7 @@
android:textSize="13sp" >
</TextView>
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
@ -75,6 +80,8 @@
</LinearLayout>
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="wrap_content"