summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/cover_fragment.xml2
-rw-r--r--res/layout/external_player_fragment.xml4
-rw-r--r--res/layout/feedinfo.xml2
-rw-r--r--res/layout/feeditemlist_item.xml2
-rw-r--r--res/layout/feeditemview.xml2
-rw-r--r--res/layout/feedlist_item.xml4
-rw-r--r--res/layout/feedlist_item_grid.xml6
-rw-r--r--res/layout/miroguide_channelview.xml4
-rw-r--r--res/layout/miroguide_itemlist_item.xml2
-rw-r--r--res/layout/player_widget.xml2
10 files changed, 15 insertions, 15 deletions
diff --git a/res/layout/cover_fragment.xml b/res/layout/cover_fragment.xml
index bef490163..42e3560bb 100644
--- a/res/layout/cover_fragment.xml
+++ b/res/layout/cover_fragment.xml
@@ -13,7 +13,7 @@
android:layout_alignParentTop="true"
android:layout_marginTop="8dp"
android:gravity="center_horizontal"
- android:textSize="18dp"
+ android:textSize="@dimen/text_size_medium"
android:textStyle="bold" />
<TextView
diff --git a/res/layout/external_player_fragment.xml b/res/layout/external_player_fragment.xml
index ad607374a..89566366e 100644
--- a/res/layout/external_player_fragment.xml
+++ b/res/layout/external_player_fragment.xml
@@ -55,7 +55,7 @@
android:layout_marginTop="4dp"
android:layout_toRightOf="@id/imgvCover"
android:maxLines="1"
- android:textSize="12dp" />
+ android:textSize="@dimen/text_size_micro" />
<TextView
android:id="@+id/txtvStatus"
@@ -71,7 +71,7 @@
android:ellipsize="end"
android:maxLines="1"
android:textColor="@color/gray"
- android:textSize="12dp" />
+ android:textSize="@dimen/text_size_micro" />
</RelativeLayout>
<ImageButton
diff --git a/res/layout/feedinfo.xml b/res/layout/feedinfo.xml
index a4912fd33..b018eabbe 100644
--- a/res/layout/feedinfo.xml
+++ b/res/layout/feedinfo.xml
@@ -25,7 +25,7 @@
android:layout_centerVertical="true"
android:layout_margin="4dp"
android:layout_toRightOf="@id/imgvCover"
- android:textSize="20dp"
+ android:textSize="@dimen/text_size_large"
android:textStyle="bold" />
<View
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index 3f24fd422..198e33f94 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -23,7 +23,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:layout_toLeftOf="@+id/butAction"
- android:textSize="16dp" />
+ android:textSize="@dimen/text_size_medium" />
<TextView
android:id="@+id/txtvFeedname"
diff --git a/res/layout/feeditemview.xml b/res/layout/feeditemview.xml
index a17a30357..017fc2030 100644
--- a/res/layout/feeditemview.xml
+++ b/res/layout/feeditemview.xml
@@ -14,7 +14,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
- android:textSize="18dp" />
+ android:textSize="@dimen/text_size_medium" />
<TextView
android:id="@+id/txtvPublished"
diff --git a/res/layout/feedlist_item.xml b/res/layout/feedlist_item.xml
index 87f18f64e..c9ab50c8a 100644
--- a/res/layout/feedlist_item.xml
+++ b/res/layout/feedlist_item.xml
@@ -37,7 +37,7 @@
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginRight="4dip"
- android:textSize="20dp"
+ android:textSize="@dimen/text_size_medium"
android:textStyle="bold" />
<View
@@ -58,7 +58,7 @@
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginRight="4dip"
- android:textSize="20dp"
+ android:textSize="@dimen/text_size_medium"
android:textStyle="bold" />
<View
diff --git a/res/layout/feedlist_item_grid.xml b/res/layout/feedlist_item_grid.xml
index beda0ffcd..dfe15c6f7 100644
--- a/res/layout/feedlist_item_grid.xml
+++ b/res/layout/feedlist_item_grid.xml
@@ -34,7 +34,7 @@
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginRight="4dip"
- android:textSize="20dp"
+ android:textSize="@dimen/text_size_large"
android:textStyle="bold" />
<View
@@ -55,7 +55,7 @@
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginRight="4dip"
- android:textSize="20dp"
+ android:textSize="@dimen/text_size_large"
android:textStyle="bold" />
<View
@@ -81,7 +81,7 @@
android:layout_marginBottom="8dp"
android:layout_marginRight="8dp"
android:maxLines="2"
- android:textSize="18dp"
+ android:textSize="@dimen/text_size_medium"
android:textStyle="bold" />
<TextView
diff --git a/res/layout/miroguide_channelview.xml b/res/layout/miroguide_channelview.xml
index e392a463a..5391e6fc4 100644
--- a/res/layout/miroguide_channelview.xml
+++ b/res/layout/miroguide_channelview.xml
@@ -24,7 +24,7 @@
android:layout_alignParentTop="true"
android:layout_margin="8dp"
android:gravity="center"
- android:textSize="20dp"
+ android:textSize="@dimen/text_size_medium"
android:textStyle="bold" />
<View
@@ -41,7 +41,7 @@
android:layout_below="@id/title_divider"
android:layout_margin="8dp"
android:maxLines="8"
- android:textSize="16dp" />
+ android:textSize="@dimen/text_size_small" />
<View
android:id="@+id/description_divider"
diff --git a/res/layout/miroguide_itemlist_item.xml b/res/layout/miroguide_itemlist_item.xml
index 476a4ebcd..95eb9b6ad 100644
--- a/res/layout/miroguide_itemlist_item.xml
+++ b/res/layout/miroguide_itemlist_item.xml
@@ -11,7 +11,7 @@
android:layout_margin="8dp"
android:gravity="center_vertical"
android:maxLines="2"
- android:textSize="16dp" />
+ android:textSize="@dimen/text_size_medium" />
<TextView
android:id="@+id/txtvDate"
diff --git a/res/layout/player_widget.xml b/res/layout/player_widget.xml
index 31a7ab2ec..4cf4f0da6 100644
--- a/res/layout/player_widget.xml
+++ b/res/layout/player_widget.xml
@@ -36,7 +36,7 @@
android:maxLines="1"
android:text="@string/no_media_playing_label"
android:textColor="@color/white"
- android:textSize="18dp"
+ android:textSize="@dimen/text_size_medium"
android:textStyle="bold" />
<TextView