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:
@@ -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"
|
||||
|
||||
4
app/src/main/res/values/dimentxt.xml
Normal file
4
app/src/main/res/values/dimentxt.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="text_search_title">16sp</dimen>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user