change task description text

This commit is contained in:
Phillip Thelen 2017-01-15 12:39:19 +01:00
parent 512ad82ad7
commit 929814bec9
5 changed files with 6 additions and 6 deletions

View file

@ -61,7 +61,7 @@
<net.pherth.android.emoji_library.EmojiTextView
android:id="@+id/notesTextView"
style="@style/Caption3"
style="@style/Caption2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="3"

View file

@ -63,7 +63,7 @@
<net.pherth.android.emoji_library.EmojiTextView
android:id="@+id/notesTextView"
style="@style/Caption3"
style="@style/Caption2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="3"

View file

@ -42,7 +42,7 @@
<net.pherth.android.emoji_library.EmojiTextView
android:id="@+id/notesTextView"
style="@style/Caption3"
style="@style/Caption2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:text="Notes"/>

View file

@ -61,7 +61,7 @@
<net.pherth.android.emoji_library.EmojiTextView
android:id="@+id/notesTextView"
style="@style/Caption3"
style="@style/Caption2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="3"

View file

@ -109,7 +109,7 @@
<item name="android:fontFamily" tools:targetApi="jelly_bean">
@string/font_family_regular
</item>
<item name="android:textSize">12sp</item>
<item name="android:textSize">14sp</item>
<item name="android:textStyle">bold</item>
</style>
@ -117,7 +117,7 @@
<item name="android:fontFamily" tools:targetApi="jelly_bean">
@string/font_family_medium
</item>
<item name="android:textSize">12sp</item>
<item name="android:textSize">14sp</item>
<item name="android:letterSpacing" tools:targetApi="lollipop">0.03</item>
</style>