1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-22 08:52:18 -05:00

channelitem.xml: Use dp for padding and sp for fonts

This commit is contained in:
Sebastian Kaspari 2011-03-06 13:19:25 +01:00
parent 23ed9c3343
commit f44aea0d5e

View File

@ -23,6 +23,6 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
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" />
android:textSize="16sp" />