the never ending headline display dimen/margin tweaks
This commit is contained in:
parent
5041df3258
commit
498f2b298a
@ -11,7 +11,7 @@
|
||||
<TableLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="8dp"
|
||||
android:padding="@dimen/activity_horizontal_margin"
|
||||
android:baselineAligned="false"
|
||||
android:shrinkColumns="0,1"
|
||||
android:stretchColumns="0,1">
|
||||
|
@ -3,7 +3,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/headlines_row"
|
||||
android:padding="8dp"
|
||||
android:padding="@dimen/activity_horizontal_margin"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
@ -59,7 +59,7 @@
|
||||
android:textColor="?headlineExcerptTextColor"
|
||||
android:textSize="13sp"
|
||||
android:layout_span="2"
|
||||
android:paddingTop="8dp" />
|
||||
android:paddingTop="4dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
@ -78,7 +78,7 @@
|
||||
android:textColor="?headlineSecondaryTextColor"
|
||||
android:textSize="12sp"
|
||||
android:layout_weight="0.5"
|
||||
android:paddingTop="8dp" />
|
||||
android:paddingTop="4dp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/headlines_row"
|
||||
android:padding="8dp"
|
||||
android:padding="@dimen/activity_horizontal_margin"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
@ -59,7 +59,7 @@
|
||||
android:textColor="?headlineSelectedExcerptTextColor"
|
||||
android:textSize="13sp"
|
||||
android:layout_span="2"
|
||||
android:paddingTop="8dp" />
|
||||
android:paddingTop="4dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
@ -78,7 +78,7 @@
|
||||
android:textColor="?headlineSelectedSecondaryTextColor"
|
||||
android:textSize="12sp"
|
||||
android:layout_weight="0.5"
|
||||
android:paddingTop="8dp" />
|
||||
android:paddingTop="4dp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/headlines_row"
|
||||
android:padding="8dp"
|
||||
android:padding="@dimen/activity_horizontal_margin"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
@ -60,7 +60,7 @@
|
||||
android:textColor="?headlineSelectedExcerptTextColor"
|
||||
android:textSize="13sp"
|
||||
android:layout_span="2"
|
||||
android:paddingTop="8dp" />
|
||||
android:paddingTop="4dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
@ -79,7 +79,7 @@
|
||||
android:textColor="?headlineSelectedSecondaryTextColor"
|
||||
android:textSize="12sp"
|
||||
android:layout_weight="0.5"
|
||||
android:paddingTop="8dp" />
|
||||
android:paddingTop="4dp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
<TableLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="8dp"
|
||||
android:padding="@dimen/activity_horizontal_margin"
|
||||
android:baselineAligned="false"
|
||||
android:shrinkColumns="0,1"
|
||||
android:stretchColumns="0,1">
|
||||
|
@ -3,7 +3,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/headlines_row"
|
||||
android:padding="8dp"
|
||||
android:padding="@dimen/activity_horizontal_margin"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
@ -60,7 +60,7 @@
|
||||
android:textColor="?headlineExcerptTextColor"
|
||||
android:textSize="13sp"
|
||||
android:layout_span="2"
|
||||
android:paddingTop="8dp" />
|
||||
android:paddingTop="4dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
@ -79,7 +79,7 @@
|
||||
android:textColor="?headlineSecondaryTextColor"
|
||||
android:textSize="12sp"
|
||||
android:layout_weight="0.5"
|
||||
android:paddingTop="8dp" />
|
||||
android:paddingTop="4dp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -93,9 +93,9 @@
|
||||
<item name="headlineExcerptTextColor">@android:color/secondary_text_dark</item>
|
||||
<item name="headlineSecondaryTextColor">#909090</item>
|
||||
<item name="headlineTitleHighScoreUnreadTextColor">#00FF00</item>
|
||||
<item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_light</item>
|
||||
<item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_dark</item>
|
||||
<item name="headlineSelectedSecondaryTextColor">?headlineSelectedExcerptTextColor</item>
|
||||
<item name="headlineSelectedBackground">#88b0f0</item>
|
||||
<item name="headlineSelectedBackground">?feedsSelectedBackground</item>
|
||||
<item name="headlineUnreadBackground">#383c42</item>
|
||||
<item name="linkColor">?colorPrimary</item>
|
||||
<item name="loadingBackground">@android:color/black</item>
|
||||
|
Loading…
Reference in New Issue
Block a user