diff --git a/application/res/layout/channelitem.xml b/application/res/layout/channelitem.xml index 951b75a..1a58f80 100644 --- a/application/res/layout/channelitem.xml +++ b/application/res/layout/channelitem.xml @@ -23,6 +23,6 @@ along with Yaaic. If not, see . android:id="@+id/host" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:padding="7px" + android:padding="7dp" android:text="#channel" - android:textSize="14dp" /> \ No newline at end of file + android:textSize="16sp" /> \ No newline at end of file