mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
change task description text
This commit is contained in:
parent
512ad82ad7
commit
929814bec9
5 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue