From 02959b12a3757f8dd699af26697757beae914546 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Thu, 25 Feb 2016 17:27:02 +0100 Subject: [PATCH] Created a drawable arrow (xml vector file). Created simple animation --- app/src/main/res/anim/arrow_anim.xml | 1 + app/src/main/res/layout/content_main.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/anim/arrow_anim.xml b/app/src/main/res/anim/arrow_anim.xml index 6b264dd..0395bd3 100644 --- a/app/src/main/res/anim/arrow_anim.xml +++ b/app/src/main/res/anim/arrow_anim.xml @@ -5,4 +5,5 @@ android:toXDelta="50" android:duration="1000" android:repeatCount="2"/> + \ No newline at end of file diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml index 3531d5f..0f0c30e 100644 --- a/app/src/main/res/layout/content_main.xml +++ b/app/src/main/res/layout/content_main.xml @@ -12,6 +12,7 @@ tools:context="com.gabriel.buddhism.MainActivity" tools:showIn="@layout/app_bar_main" android:id="@+id/main_parent"> +