-Reduced text size for hold to append tip.

-Added options to turn off hold to append tip.
This commit is contained in:
John Zhen Mo 2017-10-16 18:59:59 -07:00
parent 601a487766
commit cb9d425393
5 changed files with 11 additions and 1 deletions

View file

@ -64,7 +64,7 @@
android:paddingTop="10dp"
android:layout_gravity="center"
android:textColor="@android:color/white"
android:textSize="26sp"
android:textSize="20sp"
android:textStyle="bold"
android:text="@string/hold_to_append"
android:visibility="gone"