1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-29 22:32:59 +00:00

Prueba inicial y dimentxt

This commit is contained in:
darkon5
2015-09-19 15:47:00 +02:00
parent 4be3b54edb
commit 7e5ec247de
8 changed files with 16 additions and 36 deletions

View File

@@ -19,7 +19,8 @@
android:layout_toRightOf="@id/itemThumbnailView"
android:layout_alignParentTop="true"
android:paddingLeft="6dp"
android:textAppearance="?android:attr/textAppearanceLarge" />
android:textAppearance="?android:attr/textAppearanceLarge"
android:textSize="@dimen/text_search_title"/> />
<TextView android:id="@+id/itemUploaderView"
android:layout_width="wrap_content"

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="text_search_title">16sp</dimen>
</resources>