Prueba inicial y dimentxt
This commit is contained in:
parent
4be3b54edb
commit
7e5ec247de
8 changed files with 16 additions and 36 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue