Skip to content

Commit

Permalink
Added app version to AnimationFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Mar 12, 2017
1 parent f56030d commit cf8463d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions LottieSample/src/main/res/layout/fragment_animation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,13 @@
android:textColor="@android:color/black"
android:layout_marginBottom="8dp"/>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:textColor="@android:color/black"
android:textSize="8sp"
android:layout_marginBottom="8dp"
android:text="1.5.3"/>

</LinearLayout>

0 comments on commit cf8463d

Please sign in to comment.