Add a scene transition animation when reblogging a blog post

This commit is contained in:
Torsten Grote
2016-09-01 18:22:06 -03:00
committed by akwizgran
parent 6d7e0aab07
commit bb0a2a5b32
4 changed files with 55 additions and 25 deletions

View File

@@ -11,6 +11,12 @@
android:layout_height="wrap_content"
android:padding="@dimen/margin_small">
<include
android:id="@+id/postLayout"
layout="@layout/list_item_blog_post"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<ProgressBar
android:id="@+id/progressBar"
style="?android:attr/progressBarStyleLarge"
@@ -18,12 +24,6 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true"/>
<include
android:id="@+id/postLayout"
layout="@layout/list_item_blog_post"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<EditText
android:id="@+id/inputText"
android:layout_width="match_parent"