summaryrefslogtreecommitdiff
path: root/res/layout/external_player_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/external_player_fragment.xml')
-rw-r--r--res/layout/external_player_fragment.xml4
1 files changed, 2 insertions, 2 deletions
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