Make animations more consistent

This commit is contained in:
Torsten Grote
2016-11-30 17:02:48 -02:00
parent d5c6fcc85b
commit 68b216d580
67 changed files with 383 additions and 618 deletions

View File

@@ -4,6 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/window_background"
android:orientation="vertical">
<ScrollView
@@ -41,7 +42,7 @@
android:layout_height="wrap_content"
android:gravity="bottom"
app:buttonText="@string/blogs_reblog_button"
app:maxLines="5"
app:hint="@string/blogs_reblog_comment_hint"/>
app:hint="@string/blogs_reblog_comment_hint"
app:maxLines="5"/>
</LinearLayout>